Home | History | Annotate | Download | only in inspector

Lines Matching full:searchid

902 void InspectorDOMAgent::performSearch(ErrorString*, const String& whitespaceTrimmedQuery, String* searchId, int* resultCount)
1017 *searchId = IdentifiersFactory::createIdentifier();
1018 SearchResults::iterator resultsIt = m_searchResults.add(*searchId, Vector<RefPtr<Node> >()).iterator;
1026 void InspectorDOMAgent::getSearchResults(ErrorString* errorString, const String& searchId, int fromIndex, int toIndex, RefPtr<TypeBuilder::Array<int> >& nodeIds)
1028 SearchResults::iterator it = m_searchResults.find(searchId);
1045 void InspectorDOMAgent::discardSearchResults(ErrorString*, const String& searchId)
1047 m_searchResults.remove(searchId);