Home
last modified time | relevance | path

Searched refs:matchesQuery (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DProfileView.js265 function matchesQuery(/*ProfileDataGridNode*/ profileDataGridNode) function
351 if (matchesQuery(current)) {
DDetailedHeapshotView.js622 function matchesQuery(gridNode) function
641 if (matchesQuery(current))
DHeapSnapshotView.js223 function matchesQuery(heapSnapshotDataGridNode) function
265 if (matchesQuery(current))
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2994579 (WebInspector.ProfileView.prototype.performSearch.matchesQuery):
94580 Fixed accidental semicolon that caused 'matchesQuery' always return true.
DChangeLog-2009-06-1617388 (WebInspector.ProfileView.prototype.performSearch.matchesQuery):