Home
last modified time | relevance | path

Searched refs:searchMatches (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DPanel.js162 function finishedCallback(view, searchMatches) argument
164 if (!searchMatches)
167 this._totalSearchMatches += searchMatches;
174 this.searchMatchFound(view, searchMatches);
DProfilesPanel.js608 view.profile._profilesTreeElement.searchMatches = matches;
620 profile._profilesTreeElement.searchMatches = 0;
885 set searchMatches(matches) setter in WebInspector.ProfileSidebarTreeElement
DScriptsPanel.js982 function finishedCallback(view, searchMatches) argument
984 if (!searchMatches)
987 WebInspector.searchController.updateSearchMatchesCount(searchMatches, this);
DNetworkPanel.js650 this._resourceGridNode(view.resource).searchMatches = matches;
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1686054 …(WebInspector.ProfileSidebarTreeElement.prototype.set searchMatches): Set the class and bubbleText.
86094 …(WebInspector.ResourceSidebarTreeElement.prototype.set searchMatches): Set the bubbleText and clas…
DChangeLog-2010-12-0626858 (WebInspector.Resource.prototype.get searchMatches):
26859 (WebInspector.Resource.prototype.set searchMatches):