HomeSort by relevance Sort by last modified time
    Searched refs:WebPlugin (Results 51 - 63 of 63) sorted by null

1 23

  /external/chromium_org/third_party/WebKit/Source/web/
FrameLoaderClientImpl.cpp 84 #include "public/web/WebPlugin.h"
658 WebPlugin* webPlugin = m_webFrame->client()->createPlugin(m_webFrame, params);
659 if (!webPlugin)
662 // The container takes ownership of the WebPlugin.
664 WebPluginContainerImpl::create(element, webPlugin);
666 if (!webPlugin->initialize(container.get()))
WebViewImpl.cpp 135 #include "public/web/WebPlugin.h"
    [all...]
WebLocalFrameImpl.cpp 189 #include "public/web/WebPlugin.h"
    [all...]
  /external/chromium_org/android_webview/renderer/
print_web_view_helper.cc 36 #include "third_party/WebKit/public/web/WebPlugin.h"
286 blink::WebPlugin* GetPlugin(const blink::WebFrame* frame) {
295 blink::WebPlugin* plugin = GetPlugin(frame);
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.cc 39 #include "third_party/WebKit/public/web/WebPlugin.h"
287 blink::WebPlugin* GetPlugin(const blink::WebFrame* frame) {
296 blink::WebPlugin* plugin = GetPlugin(frame);
    [all...]
  /external/chromium_org/content/renderer/accessibility/
blink_ax_tree_source.cc 30 #include "third_party/WebKit/public/web/WebPlugin.h"
42 using blink::WebPlugin;
  /external/chromium_org/content/renderer/
render_view_impl.h 752 // Called to get the WebPlugin to handle find requests in the document.
753 // Returns NULL if there is no such WebPlugin.
754 blink::WebPlugin* GetWebPluginForFind();
    [all...]
render_frame_impl.cc 115 #include "third_party/WebKit/public/web/WebPlugin.h"
    [all...]
render_view_impl.cc 169 #include "third_party/WebKit/public/web/WebPlugin.h"
    [all...]
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_win.cc 28 #include "content/child/npapi/webplugin.h"
226 WebPlugin* plugin,
    [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.cc 218 // blink::WebPlugin ----------------------------------------------------------
254 blink::WebPlugin* replacement_plugin =
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
web_test_proxy.cc 861 blink::WebPlugin* WebTestProxyBase::CreatePlugin(
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc 172 using blink::WebPlugin;
    [all...]

Completed in 821 milliseconds

1 23