Searched refs:notifyNeeded (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebPluginContainer.h95 // plugin if target is empty). If notifyNeeded is true, then upon
101 const WebURLRequest&, const WebString& target, bool notifyNeeded, void* notifyData) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginContainerImpl.h115 virtual void loadFrameRequest(const WebURLRequest&, const WebString& target, bool notifyNeeded, void* notifyData) OVERRIDE;
H A DWebPluginContainerImpl.cpp470 void WebPluginContainerImpl::loadFrameRequest(const WebURLRequest& request, const WebString& target, bool notifyNeeded, void* notifyData) argument
476 if (notifyNeeded) {

Completed in 211 milliseconds