Searched refs:MatchExactIdJob (Results 1 – 1 of 1) sorted by relevance
137 class MatchExactIdJob : public WebCore::MatchJob { class139 … MatchExactIdJob(Document* document, const String& query) : WebCore::MatchJob(document, query) { } in MatchExactIdJob() function in WebCore::__anon9d7ceb9d0111::MatchExactIdJob140 virtual ~MatchExactIdJob() { } in ~MatchExactIdJob()844 m_pendingMatchJobs.append(new MatchExactIdJob(document, whitespaceTrimmedQuery)); in performSearch()