Searched refs:hasStyleClass (Results 1 – 14 of 14) sorted by relevance
632 if (crumb.hasStyleClass("collapsed")) {639 var hidden = currentCrumb.hasStyleClass("hidden");640 var collapsed = currentCrumb.hasStyleClass("collapsed");652 if (event.detail >= 2 || crumb.hasStyleClass("dimmed"))786 if (!selectedCrumb && crumb.hasStyleClass("selected")) {898 var hidden = crumb.hasStyleClass("hidden");900 var collapsed = crumb.hasStyleClass("collapsed"); 906 if (crumb.hasStyleClass("start")) {911 if (crumb.hasStyleClass("end")) {933 if (!crumb.hasStyleClass("hidden")) {[all …]
534 …if (!cell || (!cell.hasStyleClass("total-column") && !cell.hasStyleClass("self-column") && !cell.h…537 if (cell.hasStyleClass("total-column"))539 else if (cell.hasStyleClass("self-column"))541 else if (cell.hasStyleClass("average-column"))
153 if (target.hasStyleClass("selected")) {162 if (this.filterAllElement.hasStyleClass("selected")) {178 if (target.hasStyleClass("selected")) {
197 if (className && !this.hasStyleClass(className))201 Element.prototype.hasStyleClass = function(className) method in Element239 if (node.nodeType === Node.ELEMENT_NODE && node.hasStyleClass(className))
262 if (!this._sortColumnCell || this._sortColumnCell.hasStyleClass("sort-ascending"))264 if (this._sortColumnCell.hasStyleClass("sort-descending"))643 if (!cell || !cell.columnIdentifier || !cell.hasStyleClass("sortable"))1200 if (!cell.hasStyleClass("disclosure"))
149 if (target.hasStyleClass("selected")) {157 if (this.allElement.hasStyleClass("selected")) {174 if (target.hasStyleClass("selected")) {1017 if (groupElement.hasStyleClass("collapsed"))
82 …return (this.itemsGraphsElement.hasStyleClass("filter-all") || this.itemsGraphsElement.hasStyleCla…1057 … if (!this._listItemNode.hasStyleClass("resources-category-" + this.resource.category.name)) {1233 … if (!this._graphElement.hasStyleClass("resources-category-" + this.resource.category.name)) {
626 if (anchor.hasStyleClass("webkit-html-external-link")) {781 if (event.handled || event.target.hasStyleClass("popup-glasspane"))893 if (target.hasStyleClass("toolbar-item") && target.hasStyleClass("toggleable"))897 if (target !== toolbar && !target.hasStyleClass("toolbar-item"))
311 …BubbleElement.nodeType !== Node.ELEMENT_NODE || !messageBubbleElement.hasStyleClass("webkit-html-m…
667 if (elem.hasStyleClass("webkit-html-attribute-value"))
329 …| (!cell.hasStyleClass("count-column") && !cell.hasStyleClass("size-column") && !cell.hasStyleClas…332 if (cell.hasStyleClass("count-column"))334 else if (cell.hasStyleClass("size-column"))336 else if (cell.hasStyleClass("countDelta-column"))338 else if (cell.hasStyleClass("sizeDelta-column"))
1370 …this.assertTrue(scopeSectionDiv.hasStyleClass("expanded"), 'Section "' + scopeTitle + '" is collap…
27226 (Element.prototype.hasStyleClass): update inaccurate comment.32963 (Element.prototype.hasStyleClass):
71931 Fix the Element.hasStyleClass and Element.removeStyleClass helpers