Searched defs:plugin (Results 101 - 125 of 154) sorted by last modified time

1234567

/external/chromium_org/content/renderer/
H A Drender_view_impl.cc1772 // TODO(japhet): This should be a DCHECK, but the pdf plugin sometimes
2603 return webview()->mainFrame()->document().to<WebPluginDocument>().plugin();
2607 return plugin_find_handler_->container()->plugin();
2617 blink::WebPlugin* plugin = GetWebPluginForFind(); local
2618 // Check if the plugin still exists in the document.
2619 if (plugin) {
2622 plugin->selectFindResult(options.forward);
2624 if (!plugin->startFind(
2737 blink::WebPlugin* plugin = GetWebPluginForFind();
2738 if (plugin) {
[all...]
H A Drender_view_impl.h260 // Get/set the plugin which will be used as to handle document find requests.
261 void set_plugin_find_handler(PepperPluginInstanceImpl* plugin) { argument
262 plugin_find_handler_ = plugin;
274 void set_pepper_last_mouse_event_target(PepperPluginInstanceImpl* plugin) { argument
275 pepper_last_mouse_event_target_ = plugin;
279 // Informs the render view that the given plugin has gained or lost focus.
284 // Starts plugin IME.
296 // Notification that the given plugin is focused or unfocused.
1030 // All the currently active plugin delegates for this RenderView; kept so
1051 // Whether or not the focus is on a PPAPI plugin
[all...]
H A Drender_widget_fullscreen_pepper.cc132 // WebWidget that simply wraps the pepper plugin.
153 if (!widget_->plugin())
158 widget_->plugin()->ViewChanged(plugin_rect, plugin_rect,
168 if (!widget_->plugin())
176 // events directly to the plugin. Instead, try to convert them to equivalent
177 // mouse events, and then send to the plugin.
198 result |= widget_->plugin()->HandleInputEvent(mouse, &cursor);
203 result |= widget_->plugin()->HandleInputEvent(mouse, &cursor);
206 result |= widget_->plugin()->HandleInputEvent(mouse, &cursor);
213 result |= widget_->plugin()
265 Create( int32 opener_id, PepperPluginInstanceImpl* plugin, const GURL& active_url, const blink::WebScreenInfo& screen_info) argument
278 RenderWidgetFullscreenPepper( PepperPluginInstanceImpl* plugin, const GURL& active_url, const blink::WebScreenInfo& screen_info) argument
[all...]
H A Drender_widget_fullscreen_pepper.h21 // A RenderWidget that hosts a fullscreen pepper plugin. This provides a
22 // FullscreenContainer that the plugin instance can callback into to e.g.
29 PepperPluginInstanceImpl* plugin,
46 PepperPluginInstanceImpl* plugin() const { return plugin_; } function in class:content::RenderWidgetFullscreenPepper
53 RenderWidgetFullscreenPepper(PepperPluginInstanceImpl* plugin,
75 // The plugin instance this widget wraps.
H A Drenderer_webkitplatformsupport_impl.cc789 const WebPluginInfo& plugin = plugins[i]; local
792 plugin.name, plugin.desc,
793 plugin.path.BaseName().AsUTF16Unsafe());
795 for (size_t j = 0; j < plugin.mime_types.size(); ++j) {
796 const WebPluginMimeType& mime_type = plugin.mime_types[j];
/external/chromium_org/content/shell/browser/
H A Dshell_plugin_service_filter.cc22 WebPluginInfo* plugin) {
23 return plugin->name == base::ASCIIToUTF16("WebKit Test PlugIn");
16 IsPluginAvailable( int render_process_id, int render_frame_id, const void* context, const GURL& url, const GURL& policy_url, WebPluginInfo* plugin) argument
/external/chromium_org/content/shell/renderer/
H A Dshell_content_renderer_client.cc127 WebPlugin** plugin) {
123 OverrideCreatePlugin( RenderFrame* render_frame, WebLocalFrame* frame, const WebPluginParams& params, WebPlugin** plugin) argument
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_plugin.cc125 TestPlugin* plugin = static_cast<TestPlugin*>(context); local
126 delete plugin;
H A Dweb_frame_test_proxy.h33 blink::WebPlugin* plugin = base_proxy_->CreatePlugin(frame, params); local
34 if (plugin)
35 return plugin;
/external/chromium_org/content/shell/tools/plugin/
H A DPluginObject.cpp35 #include "content/shell/tools/plugin/test_object.h"
42 // Helper function which takes in the plugin window object for logging to the
263 PluginObject* plugin = reinterpret_cast<PluginObject*>(obj);
265 browser->getvalue(plugin->npp, NPNVWindowNPObject, &windowScriptObject);
270 if (browser->invoke(plugin->npp,
312 PluginObject* plugin = reinterpret_cast<PluginObject*>(obj); local
322 BOOLEAN_TO_NPVARIANT(plugin->eventLogging, *result);
326 BOOLEAN_TO_NPVARIANT(plugin->logDestroy, *result);
330 BOOLEAN_TO_NPVARIANT(plugin->stream, *result);
334 NPObject* testObject = plugin
396 PluginObject* plugin = reinterpret_cast<PluginObject*>(obj); local
1204 PluginObject* plugin = reinterpret_cast<PluginObject*>(header); local
1341 PluginObject* plugin = reinterpret_cast<PluginObject*>(header); local
1387 PluginObject* plugin = reinterpret_cast<PluginObject*>(header); local
[all...]
/external/chromium_org/content/test/plugin/
H A Dplugin_client.cc5 #include "content/test/plugin/plugin_client.h"
8 #include "content/test/plugin/plugin_execute_stream_javascript.h"
9 #include "content/test/plugin/plugin_test.h"
10 #include "content/test/plugin/plugin_test_factory.h"
86 // We look at the test name requested via the plugin arguments. We match
136 NPAPIClient::PluginTest* plugin =
139 NPError rv = plugin->Destroy();
140 delete plugin;
148 NPAPIClient::PluginTest* plugin =
151 return plugin
258 NPAPIClient::PluginTest* plugin = local
[all...]
/external/chromium_org/components/plugins/renderer/
H A Dplugin_placeholder.cc97 new_plugin = container->plugin();
214 WebPlugin* plugin = local
216 ReplacePlugin(plugin);
H A Dplugin_placeholder.h29 WebViewPlugin* plugin() { return plugin_; } function in class:plugins::PluginPlaceholder
59 // Replace this placeholder with a different plugin (which could be
66 // Load the blocked plugin.
83 // Load the blocked plugin by calling LoadPlugin().
86 // Hide the blocked plugin by calling HidePlugin().
101 // True iff the plugin was blocked because the page was being prerendered.
H A Dwebview_plugin.cc64 WebViewPlugin* plugin = new WebViewPlugin(delegate, preferences); local
65 plugin->web_view()->mainFrame()->loadHTMLString(html_data, url);
66 return plugin;
74 void WebViewPlugin::ReplayReceivedData(WebPlugin* plugin) { argument
76 plugin->didReceiveResponse(response_);
80 plugin->didReceiveData(
91 // We need to transfer the |focused_| to new plugin after it loaded.
93 plugin->updateFocus(true);
96 plugin->didFinishLoading();
99 plugin
[all...]
/external/chromium_org/content/browser/gamepad/
H A Dxbox_data_fetcher_mac.cc260 IOCFPlugInInterface **plugin; local
266 &plugin,
270 base::mac::ScopedIOPluginInterface<IOCFPlugInInterface> plugin_ref(plugin);
273 (*plugin)->QueryInterface(plugin,
/external/chromium_org/content/browser/loader/
H A Dbuffered_resource_handler.cc466 WebPluginInfo plugin; local
470 stale, &plugin, NULL);
/external/chromium_org/content/browser/
H A Dplugin_loader_posix.cc47 // If we are currently loading plugins, the plugin list might have been
50 // again from the plugin list. If it has indeed been invalidated, it will
51 // restart plugin loading, otherwise it will immediately run the callback.
147 // We are being called after plugin loading has finished, but we don't know
148 // whether the plugin list has been invalidated in the mean time
155 const WebPluginInfo& plugin) {
157 LOG(ERROR) << "Received unexpected plugin load message for "
158 << plugin.path.value() << "; index=" << index;
162 if (!MaybeAddInternalPlugin(plugin.path))
163 loaded_plugins_.push_back(plugin);
154 OnPluginLoaded(uint32 index, const WebPluginInfo& plugin) argument
[all...]
H A Dplugin_loader_posix_unittest.cc50 void TestOnPluginLoaded(uint32 index, const WebPluginInfo& plugin) { argument
51 OnPluginLoaded(index, plugin);
69 : plugin1_(ASCIIToUTF16("plugin1"), base::FilePath("/tmp/one.plugin"),
71 plugin2_(ASCIIToUTF16("plugin2"), base::FilePath("/tmp/two.plugin"),
73 plugin3_(ASCIIToUTF16("plugin3"), base::FilePath("/tmp/three.plugin"),
144 // Invalidate the plugin list, then queue up another request.
328 plugin2_.path = base::FilePath("/internal/plugin.plugin");
H A Dplugin_service_impl.cc79 // Callback set on the PluginList to assert that plugin loading happens on the
109 // Make the plugin list update itself
169 // Make sure no plugin channel requests have been leaked.
196 // Start watching for changes in the plugin list. This means watching
311 LOG(WARNING) << "Refusing to start npapi plugin on ChromeOS.";
314 // This plugin isn't loaded by any plugin process, so create a new process.
330 VLOG(1) << "Unable to load ppapi plugin: " << plugin_path.MaybeAsASCII();
339 // Validate that the plugin is actually registered.
342 VLOG(1) << "Unable to find ppapi plugin registratio
723 PluginProcessHost* plugin = FindNpapiPluginProcess(plugin_path); local
[all...]
/external/chromium_org/content/child/npapi/
H A Dplugin_host.cc171 // When running in the plugin process, we need to patch the NPN functions
172 // that the plugin calls to interact with NPObjects that we give. Otherwise
173 // the plugin will call the v8 NPN functions, which won't work since we have
321 // JS APIs will pass memory to the plugin which the plugin
349 scoped_refptr<PluginInstance> plugin(
351 if (!plugin.get())
354 plugin->RequestRead(stream, range_list);
367 scoped_refptr<PluginInstance> plugin(FindInstance(id));
368 if (!plugin
593 scoped_refptr<PluginInstance> plugin = FindInstance(id); local
735 scoped_refptr<PluginInstance> plugin = FindInstance(id); local
[all...]
H A Dplugin_instance.cc31 PluginInstance::PluginInstance(PluginLib* plugin, const std::string& mime_type) argument
32 : plugin_(plugin),
35 npp_functions_(plugin->functions()),
210 // By default the plugin instance is not backed by an OpenGL texture.
240 // to new instances of the plugin at the same URL.
549 // which owns it. When a plugin invokes NPN_RequestRead on a seekable stream,
H A Dwebplugin_delegate_impl.cc27 WebPlugin* plugin,
39 return new WebPluginDelegateImpl(plugin, instance.get());
209 // We are in process, so the plugin pid is this current process pid.
255 // Let the plugin know that it has been moved
26 Create( WebPlugin* plugin, const base::FilePath& filename, const std::string& mime_type) argument
H A Dwebplugin_delegate_impl_android.cc18 WebPlugin* plugin,
23 plugin_(plugin),
17 WebPluginDelegateImpl( WebPlugin* plugin, PluginInstance* instance) argument
H A Dwebplugin_delegate_impl_aura.cc14 WebPluginDelegateImpl::WebPluginDelegateImpl(WebPlugin* plugin, argument
H A Dwebplugin_delegate_impl_win.cc56 // way to count the time spent in aggregate plugin painting, however, so
61 // message to the plugin window. The handler for this message displays
66 // The current instance of the plugin which entered the modal loop.
98 // plugin, which otherwise could trigger layout change while painting by
226 WebPlugin* plugin,
230 plugin_(plugin),
282 // Windowless mode doesn't work in the WMP NPAPI plugin.
285 // The media player plugin sets its size on the first NPP_SetWindow call
294 } else if (instance_->mime_type() == "audio/x-pn-realaudio-plugin" ||
315 // The divx plugin set
225 WebPluginDelegateImpl( WebPlugin* plugin, PluginInstance* instance) argument
[all...]

Completed in 301 milliseconds

1234567