HomeSort by relevance Sort by last modified time
    Searched defs:plugin_ (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_resources.h 30 : plugin_(plugin),
55 Plugin* plugin_; member in class:plugin::PnaclResources
temporary_file.h 64 Plugin* plugin_; member in class:plugin::TempFile
pnacl_coordinator.h 155 Plugin* plugin_; member in class:plugin::PnaclCoordinator
pnacl_translate_thread.h 122 Plugin* plugin_; member in class:plugin::PnaclTranslateThread
service_runtime.h 145 Plugin* plugin_; // value may be copied, but should be used only in member in class:plugin::PluginReverseInterface
202 Plugin* plugin() const { return plugin_; }
231 Plugin* plugin_; member in class:plugin::ServiceRuntime
  /external/chromium_org/content/renderer/
render_widget_fullscreen_pepper.h 46 PepperPluginInstanceImpl* plugin() const { return plugin_; }
76 PepperPluginInstanceImpl* plugin_; member in class:content::RenderWidgetFullscreenPepper
  /external/chromium_org/components/plugins/renderer/
plugin_placeholder.h 29 WebViewPlugin* plugin() { return plugin_; }
39 // our |plugin_| will be destroyed as well and will notify us.
95 WebViewPlugin* plugin_; member in class:plugins::PluginPlaceholder
  /external/chromium_org/content/public/common/
content_client.h 74 ContentPluginClient* plugin() { return plugin_; }
148 ContentPluginClient* plugin_; member in class:content::ContentClient
  /external/chromium_org/chrome/browser/ui/cocoa/
about_ipc_controller.h 52 BOOL plugin_; variable
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.h 260 WebPluginImpl* plugin_; member in class:content::WebPluginDelegateProxy
  /external/chromium_org/content/child/npapi/
plugin_instance.h 106 PluginLib* plugin_lib() { return plugin_.get(); }
288 scoped_refptr<PluginLib> plugin_; member in class:content::PluginInstance
webplugin_delegate_impl.h 294 WebPlugin* plugin_; member in class:content::WebPluginDelegateImpl
  /external/chromium_org/ppapi/proxy/
ppapi_proxy_test.h 323 PluginProxyTestHarness& plugin() { return plugin_; }
341 PluginProxyTestHarness plugin_; member in class:ppapi::proxy::TwoWayTest
350 // interface, remote_harness will point to plugin_, and local_harness
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc 394 : plugin_(plugin) {}
397 plugin_->OnLockMouseACK(succeeded);
400 virtual void OnMouseLockLost() OVERRIDE { plugin_->OnMouseLockLost(); }
404 plugin_->HandleMouseLockedInputEvent(event);
409 PepperPluginInstanceImpl* plugin_; member in class:content::__anon12061::PluginInstanceLockTarget
    [all...]
  /external/chromium_org/remoting/webapp/
client_session.js 83 this.plugin_ = null;
195 needsVerticalScroll = clientArea.height < this.plugin_.desktopHeight;
196 needsHorizontalScroll = clientArea.width < this.plugin_.desktopWidth;
200 clientArea.height - kScrollBarWidth < this.plugin_.desktopHeight;
203 clientArea.width - kScrollBarWidth < this.plugin_.desktopWidth;
340 // this.plugin_.notifyClientResolution().
411 if (this.plugin_) {
413 this.plugin_.releaseAllKeys();
414 if (this.plugin_.element()) {
419 this.plugin_.element().focus.bind(this.plugin_.element())
    [all...]

Completed in 791 milliseconds