Home
last modified time | relevance | path

Searched refs:hasStyleClass (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DElementsPanel.js272 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 …]
DToolbar.js62 if (target.hasStyleClass("toolbar-item") && target.hasStyleClass("toggleable"))
65 if (target !== this.element && !target.hasStyleClass("toolbar-item"))
DProfileView.js535 …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"))
DHeapSnapshotView.js348 …| (!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"))
DSourceFrame.js534 …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"))
DDetailedHeapshotView.js774 …if (!cell || (!cell.hasStyleClass("object-column") && !cell.hasStyleClass("shallowSize-column") &&…
837 if (!span || !span.hasStyleClass("console-formatted-string"))
DNetworkPanel.js426 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)) {
DConsoleView.js189 if (target.hasStyleClass("selected")) {
197 if (this.allElement.hasStyleClass("selected")) {
214 if (target.hasStyleClass("selected")) {
1173 if (groupElement.hasStyleClass("collapsed"))
DDataGrid.js285 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"))
Dutilities.js174 Element.prototype.hasStyleClass = function(className) method in Element
219 if (node.nodeType === Node.ELEMENT_NODE && node.hasStyleClass(className))
DTimelineOverviewPane.js510 return !this.element.hasStyleClass("hidden");
Dinspector.js812 if (event.handled || event.target.hasStyleClass("popup-glasspane"))
1224 if (anchor.hasStyleClass("webkit-html-external-link")) {
DElementsTreeOutline.js851 if (elem.hasStyleClass("webkit-html-attribute-value"))
DStylesSidebarPane.js859 if (event.target.hasStyleClass("header")) {
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2927226 (Element.prototype.hasStyleClass): update inaccurate comment.
32963 (Element.prototype.hasStyleClass):
DChangeLog48249 (Element.prototype.hasStyleClass):
DChangeLog-2008-08-1071931 Fix the Element.hasStyleClass and Element.removeStyleClass helpers