Searched refs:WebPlugin (Results 51 - 63 of 63) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp135 #include "public/web/WebPlugin.h"
2168 if (WebPlugin* plugin = focusedPluginIfInputMethodSupported(focused))
2234 if (WebPlugin* plugin = focusedPluginIfInputMethodSupported(focused))
2500 WebPlugin* WebViewImpl::focusedPluginIfInputMethodSupported(LocalFrame* frame)
3375 plugin->plugin()->rotateView(WebPlugin::RotationType90Clockwise);
3378 plugin->plugin()->rotateView(WebPlugin::RotationType90Counterclockwise);
H A DWebLocalFrameImpl.cpp189 #include "public/web/WebPlugin.h"
1212 if (WebPlugin* plugin = focusedPluginIfInputMethodSupported()) {
1242 WebPlugin* WebLocalFrameImpl::focusedPluginIfInputMethodSupported()
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc172 using blink::WebPlugin;
1862 void PepperPluginInstanceImpl::RotateView(WebPlugin::RotationType type) {
1866 type == WebPlugin::RotationType90Clockwise
H A Dpepper_plugin_instance_impl.h57 #include "third_party/WebKit/public/web/WebPlugin.h"
162 // the WebPlugin implementation when WebKit is about to remove the plugin.
257 void RotateView(blink::WebPlugin::RotationType type);
561 // Delete should be called by the WebPlugin before this destructor.
/external/chromium_org/android_webview/renderer/
H A Dprint_web_view_helper.cc36 #include "third_party/WebKit/public/web/WebPlugin.h"
286 blink::WebPlugin* GetPlugin(const blink::WebFrame* frame) {
295 blink::WebPlugin* plugin = GetPlugin(frame);
/external/chromium_org/chrome/renderer/printing/
H A Dprint_web_view_helper.cc39 #include "third_party/WebKit/public/web/WebPlugin.h"
287 blink::WebPlugin* GetPlugin(const blink::WebFrame* frame) {
296 blink::WebPlugin* plugin = GetPlugin(frame);
/external/chromium_org/content/renderer/accessibility/
H A Dblink_ax_tree_source.cc30 #include "third_party/WebKit/public/web/WebPlugin.h"
42 using blink::WebPlugin;
/external/chromium_org/content/renderer/
H A Drender_view_impl.h752 // 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();
H A Drender_frame_impl.cc115 #include "third_party/WebKit/public/web/WebPlugin.h"
1494 blink::WebPlugin* RenderFrameImpl::CreatePlugin(
1547 blink::WebPlugin* RenderFrameImpl::createPlugin(
1551 blink::WebPlugin* plugin = NULL;
H A Drender_view_impl.cc169 #include "third_party/WebKit/public/web/WebPlugin.h"
2596 blink::WebPlugin* RenderViewImpl::GetWebPluginForFind() {
2617 blink::WebPlugin* plugin = GetWebPluginForFind();
2737 blink::WebPlugin* plugin = GetWebPluginForFind();
/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate_impl_win.cc226 WebPlugin* plugin,
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.cc218 // blink::WebPlugin ----------------------------------------------------------
254 blink::WebPlugin* replacement_plugin =
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_test_proxy.cc861 blink::WebPlugin* WebTestProxyBase::CreatePlugin(

Completed in 2549 milliseconds

123