Home
last modified time | relevance | path

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

/external/webkit/WebCore/inspector/front-end/
DElementsPanel.js632 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 …]
DProfileView.js534 …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"))
DAbstractTimelinePanel.js153 if (target.hasStyleClass("selected")) {
162 if (this.filterAllElement.hasStyleClass("selected")) {
178 if (target.hasStyleClass("selected")) {
Dutilities.js197 if (className && !this.hasStyleClass(className))
201 Element.prototype.hasStyleClass = function(className) method in Element
239 if (node.nodeType === Node.ELEMENT_NODE && node.hasStyleClass(className))
DDataGrid.js262 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"))
DConsoleView.js149 if (target.hasStyleClass("selected")) {
157 if (this.allElement.hasStyleClass("selected")) {
174 if (target.hasStyleClass("selected")) {
1017 if (groupElement.hasStyleClass("collapsed"))
DResourcesPanel.js82 …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)) {
Dinspector.js626 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"))
DSourceFrame.js311 …BubbleElement.nodeType !== Node.ELEMENT_NODE || !messageBubbleElement.hasStyleClass("webkit-html-m…
DElementsTreeOutline.js667 if (elem.hasStyleClass("webkit-html-attribute-value"))
/external/webkit/WebKit/chromium/src/js/
DHeapProfilerPanel.js329 …| (!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"))
DTests.js1370 …this.assertTrue(scopeSectionDiv.hasStyleClass("expanded"), 'Section "' + scopeTitle + '" is collap…
/external/webkit/WebCore/
DChangeLog-2010-01-2927226 (Element.prototype.hasStyleClass): update inaccurate comment.
32963 (Element.prototype.hasStyleClass):
DChangeLog-2008-08-1071931 Fix the Element.hasStyleClass and Element.removeStyleClass helpers