Searched refs:MatchJob (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/inspector/
H A DInspectorDOMAgent.cpp102 class MatchJob { class in namespace:WebCore
105 virtual ~MatchJob() { }
108 MatchJob(Document* document, const String& query) function in class:WebCore::MatchJob
137 class MatchExactIdJob : public WebCore::MatchJob {
139 MatchExactIdJob(Document* document, const String& query) : WebCore::MatchJob(document, query) { }
154 class MatchExactClassNamesJob : public WebCore::MatchJob {
156 MatchExactClassNamesJob(Document* document, const String& query) : WebCore::MatchJob(document, query) { }
166 class MatchExactTagNamesJob : public WebCore::MatchJob {
168 MatchExactTagNamesJob(Document* document, const String& query) : WebCore::MatchJob(document, query) { }
178 class MatchQuerySelectorAllJob : public WebCore::MatchJob {
[all...]
H A DInspectorDOMAgent.h61 class MatchJob;
226 Deque<MatchJob*> m_pendingMatchJobs;

Completed in 45 milliseconds