Lines Matching refs:hasClass

2023 this.hasClass = function(node, name) // className, className, ...  function
2162 if (this.hasClass(child, className))
2177 if (this.hasClass(parent, className))
2191 if (this.hasClass(child, className))
2204 if (FBL.hasClass.apply(null, args1))
2347 var iter = function iter(node) { return node.nodeType == 1 && FBL.hasClass(node, state); };
2353 var iter = function iter(node) { return node.nodeType == 1 && FBL.hasClass(node, state); };
6430 if (hasClass(child, "repTarget"))
6435 if (!target && hasClass(child, "repIgnore"))
8395 if(!target || hasClass(target, "fbMenuGroup"))
8398 if (target && !hasClass(target, "fbMenuDisabled"))
8406 var wasChecked = hasClass(target, "fbMenuChecked");
8512 if(hasClass(target, "fbMenuGroup"))
10307 if (!hasClass(target, "textEditorInner"))
16930 if (hasClass(event.target, "errorBreak"))
16934 else if (hasClass(event.target, "errorSource"))
16939 else if (hasClass(event.target, "errorTitle"))
16943 event.target.setAttribute('aria-checked', hasClass(target, "opened"));
16944 if (hasClass(target, "opened"))
17304 if (hasClass(target, "insertBefore") || hasClass(target, "insertAfter"))
17482 else if (hasClass(element, "insertBefore"))
17484 else if (hasClass(element, "insertAfter"))
17542 var editable = hasClass(currentGroup, "editable")
17911 if (hasClass(parent, "textEditorInner2"))
18614 && (hasClass(next, "insertBefore") || hasClass(next, "insertAfter"));
19603 if (hasClass(tab, "netInfoParamsTab"))
19612 else if (hasClass(tab, "netInfoHeadersTab"))
19630 else if (hasClass(tab, "netInfoPostTab"))
19641 else if (hasClass(tab, "netInfoPutTab"))
19652 … else if (hasClass(tab, "netInfoResponseTab") && file.loaded && !netInfoBox.responsePresented)
19672 else if (hasClass(tab, "netInfoCacheTab") && file.loaded && !netInfoBox.cachePresented)
19681 else if (hasClass(tab, "netInfoHtmlTab") && file.loaded && !netInfoBox.htmlPresented)
21072 if (hasClass(logRow, "opened"))
21195 if (!spy.logRow || !hasClass(spy.logRow, "opened"))
21383 if (!hasClass(tab, "netInfoJSONTab") || tabBody.updated)
21501 if (!hasClass(tab, "netInfoXMLTab") || tabBody.updated)
22253 if (hasClass(groupRow, "opened"))
22311 if (hasClass(object, "objectLink-object"))
22316 else if (hasClass(object, "objectLink-element"))
24762 if (hasClass(targ, "fbPanel")) {
27191 if (hasClass(row, "disabledStyle"))
27223 if (hasClass(target, "textEditor"))
27227 if (row && hasClass(row, "editGroup"))
27249 if (hasClass(target, "textEditorInner"))
27581 if (cssRule && hasClass(cssRule, "cssEditableRule"))
27593 var isDisabled = hasClass(propRow, "disabledStyle");
27680 || hasClass(target, "cssSelector") || hasClass(target, "cssRule")
27681 || hasClass(target, "cssSheet"))
28395 if (hasClass(row, "disabledStyle"))
28400 if (hasClass(target, "cssPropName"))
28443 if (charCode == 58 /*":"*/ && hasClass(target, "cssPropName"))
28451 if (hasClass(this.target, "cssPropName"))
28459 if (hasClass(this.target, "cssPropName"))
28539 if (!hasClass(propEl, "disabledStyle")) {
29236 if (label && hasClass(row, "hasChildren"))
29273 if (hasClass(row, "opened"))
30235 if (hasClass(valueBox, "objectBox-array"))
30601 for (; row && hasClass(row, "watchRow"); row = row.previousSibling)
30697 if (hasClass(valueBox, "objectBox-array"))