Home
last modified time | relevance | path

Searched refs:highlightSearchResults (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DElementsPanel.js384 treeElement.highlightSearchResults(this._searchQuery);
395 treeElement.highlightSearchResults(null);
Dutilities.js984 var result = highlightSearchResults(element, [{offset: offset, length: length }]);
988 function highlightSearchResults(element, resultRanges) function
DElementsTreeOutline.js330 highlightSearchResults: function(searchQuery) method in WebInspector.ElementsTreeElement
1482 highlightSearchResults(this.listItemElement, matchRanges);
/external/webkit/Source/WebCore/
DChangeLog57083 - avoid multiple invocations of highlightSearchResults(), one per each nodeIds chunk.
57091 (WebInspector.ElementsTreeElement.prototype.highlightSearchResults):