Searched refs:MatchJob (Results 1 – 3 of 3) sorted by relevance
102 class MatchJob { class105 virtual ~MatchJob() { } in ~MatchJob()108 MatchJob(Document* document, const String& query) in MatchJob() function in WebCore::MatchJob137 class MatchExactIdJob : public WebCore::MatchJob {139 … MatchExactIdJob(Document* document, const String& query) : WebCore::MatchJob(document, query) { } in MatchExactIdJob()154 class MatchExactClassNamesJob : public WebCore::MatchJob {156 …MatchExactClassNamesJob(Document* document, const String& query) : WebCore::MatchJob(document, que… in MatchExactClassNamesJob()166 class MatchExactTagNamesJob : public WebCore::MatchJob {168 …MatchExactTagNamesJob(Document* document, const String& query) : WebCore::MatchJob(document, query… in MatchExactTagNamesJob()178 class MatchQuerySelectorAllJob : public WebCore::MatchJob {[all …]
61 class MatchJob; variable226 Deque<MatchJob*> m_pendingMatchJobs;
124295 (WebCore::MatchJob::~MatchJob):124296 (WebCore::MatchJob::MatchJob):124297 (WebCore::MatchJob::addNodesToResults):