Searched defs:MatchJob (Results 1 - 1 of 1) 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...]

Completed in 39 milliseconds