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

/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrameClient.h173 virtual void didMatchCSS(WebLocalFrame*, const WebVector<WebString>& newlyMatchingSelectors, const WebVector<WebString>& stoppedMatchingSelectors) { } function in class:blink::WebFrameClient
/external/chromium_org/content/renderer/
H A Drender_frame_impl.cc1846 void RenderFrameImpl::didMatchCSS( function in class:content::RenderFrameImpl
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp368 virtual void didMatchCSS(WebLocalFrame*, const WebVector<WebString>& newlyMatchingSelectors, const WebVector<WebString>& stoppedMatchingSelectors) OVERRIDE;
374 void CSSCallbackWebFrameClient::didMatchCSS(WebLocalFrame* frame, const WebVector<WebString>& newlyMatchingSelectors, const WebVector<WebString>& stoppedMatchingSelectors) function in class:__anon11409::CSSCallbackWebFrameClient

Completed in 127 milliseconds