Searched defs:MatchQuerySelectorAllJob (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/inspector/
H A DInspectorDOMAgent.cpp178 class MatchQuerySelectorAllJob : public WebCore::MatchJob { class in namespace:WebCore::__anon13253
180 MatchQuerySelectorAllJob(Document* document, const String& query) : WebCore::MatchJob(document, query) { } function in class:WebCore::__anon13253::MatchQuerySelectorAllJob
181 virtual ~MatchQuerySelectorAllJob() { }
847 m_pendingMatchJobs.append(new MatchQuerySelectorAllJob(document, "[" + attributeNameQuery + "]"));
848 m_pendingMatchJobs.append(new MatchQuerySelectorAllJob(document, whitespaceTrimmedQuery));

Completed in 25 milliseconds