Searched refs:searchMatches (Results 1 – 6 of 6) sorted by relevance
162 function finishedCallback(view, searchMatches) argument164 if (!searchMatches)167 this._totalSearchMatches += searchMatches;174 this.searchMatchFound(view, searchMatches);
608 view.profile._profilesTreeElement.searchMatches = matches;620 profile._profilesTreeElement.searchMatches = 0;885 set searchMatches(matches) setter in WebInspector.ProfileSidebarTreeElement
982 function finishedCallback(view, searchMatches) argument984 if (!searchMatches)987 WebInspector.searchController.updateSearchMatchesCount(searchMatches, this);
650 this._resourceGridNode(view.resource).searchMatches = matches;
86054 …(WebInspector.ProfileSidebarTreeElement.prototype.set searchMatches): Set the class and bubbleText.86094 …(WebInspector.ResourceSidebarTreeElement.prototype.set searchMatches): Set the bubbleText and clas…
26858 (WebInspector.Resource.prototype.get searchMatches):26859 (WebInspector.Resource.prototype.set searchMatches):