Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/inspector/
DInspectorDOMAgent.cpp137 class MatchExactIdJob : public WebCore::MatchJob { class
139MatchExactIdJob(Document* document, const String& query) : WebCore::MatchJob(document, query) { } in MatchExactIdJob() function in WebCore::__anon9d7ceb9d0111::MatchExactIdJob
140 virtual ~MatchExactIdJob() { } in ~MatchExactIdJob()
844 m_pendingMatchJobs.append(new MatchExactIdJob(document, whitespaceTrimmedQuery)); in performSearch()