Searched refs:hasStyleClass (Results 1 – 17 of 17) sorted by relevance
272 return !this.contentElement.hasStyleClass("nowrap");600 if (crumb.hasStyleClass("collapsed")) {607 var hidden = currentCrumb.hasStyleClass("hidden");608 var collapsed = currentCrumb.hasStyleClass("collapsed");620 if (event.detail >= 2 || crumb.hasStyleClass("dimmed"))775 if (!selectedCrumb && crumb.hasStyleClass("selected")) {887 var hidden = crumb.hasStyleClass("hidden");889 var collapsed = crumb.hasStyleClass("collapsed");895 if (crumb.hasStyleClass("start")) {900 if (crumb.hasStyleClass("end")) {[all …]
62 if (target.hasStyleClass("toolbar-item") && target.hasStyleClass("toggleable"))65 if (target !== this.element && !target.hasStyleClass("toolbar-item"))
535 …if (!cell || (!cell.hasStyleClass("total-column") && !cell.hasStyleClass("self-column") && !cell.h…538 if (cell.hasStyleClass("total-column"))540 else if (cell.hasStyleClass("self-column"))542 else if (cell.hasStyleClass("average-column"))
348 …| (!cell.hasStyleClass("count-column") && !cell.hasStyleClass("size-column") && !cell.hasStyleClas…351 if (cell.hasStyleClass("count-column"))353 else if (cell.hasStyleClass("size-column"))355 else if (cell.hasStyleClass("countDelta-column"))357 else if (cell.hasStyleClass("sizeDelta-column"))
534 …BubbleElement.nodeType !== Node.ELEMENT_NODE || !messageBubbleElement.hasStyleClass("webkit-html-m…699 …if (this._hoverElement === event.target || event.target.hasStyleClass("source-frame-eval-expressio…722 if (this._hoverElement.hasStyleClass("webkit-javascript-keyword")) {725 } else if (!this._hoverElement.hasStyleClass("webkit-javascript-ident"))
774 …if (!cell || (!cell.hasStyleClass("object-column") && !cell.hasStyleClass("shallowSize-column") &&…837 if (!span || !span.hasStyleClass("console-formatted-string"))
426 if (target.hasStyleClass("selected")) {435 if (this._filterAllElement.hasStyleClass("selected")) {452 if (target.hasStyleClass("selected")) {1459 if (!this._element.hasStyleClass("network-category-" + this._resource.category.name)) {1581 if (!this._graphElement.hasStyleClass("network-category-" + this._resource.category.name)) {
189 if (target.hasStyleClass("selected")) {197 if (this.allElement.hasStyleClass("selected")) {214 if (target.hasStyleClass("selected")) {1173 if (groupElement.hasStyleClass("collapsed"))
285 if (!this._sortColumnCell || this._sortColumnCell.hasStyleClass("sort-ascending"))287 if (this._sortColumnCell.hasStyleClass("sort-descending"))826 if (!cell || !cell.columnIdentifier || !cell.hasStyleClass("sortable"))1397 if (!cell.hasStyleClass("disclosure"))
174 Element.prototype.hasStyleClass = function(className) method in Element219 if (node.nodeType === Node.ELEMENT_NODE && node.hasStyleClass(className))
510 return !this.element.hasStyleClass("hidden");
812 if (event.handled || event.target.hasStyleClass("popup-glasspane"))1224 if (anchor.hasStyleClass("webkit-html-external-link")) {
851 if (elem.hasStyleClass("webkit-html-attribute-value"))
859 if (event.target.hasStyleClass("header")) {
27226 (Element.prototype.hasStyleClass): update inaccurate comment.32963 (Element.prototype.hasStyleClass):
48249 (Element.prototype.hasStyleClass):
71931 Fix the Element.hasStyleClass and Element.removeStyleClass helpers