Searched refs:MatchPlainTextJob (Results 1 – 1 of 1) sorted by relevance
227 class MatchPlainTextJob : public MatchXPathJob { class229 MatchPlainTextJob(Document* document, const String& query) : MatchXPathJob(document, query) in MatchPlainTextJob() function in WebCore::__anon9d7ceb9d0111::MatchPlainTextJob233 virtual ~MatchPlainTextJob() { } in ~MatchPlainTextJob()817 m_pendingMatchJobs.append(new MatchPlainTextJob(document, escapedQuery)); in performSearch()823 m_pendingMatchJobs.append(new MatchPlainTextJob(document, escapedQuery)); in performSearch()831 m_pendingMatchJobs.append(new MatchPlainTextJob(document, escapedQuery)); in performSearch()840 m_pendingMatchJobs.append(new MatchPlainTextJob(document, escapedQuery)); in performSearch()852 m_pendingMatchJobs.append(new MatchPlainTextJob(document, escapedQuery)); in performSearch()