OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:plugin_
(Results
1 - 19
of
19
) sorted by null
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
scriptable_plugin.h
36
Plugin* plugin() const { return
plugin_
; }
106
Plugin*
plugin_
;
member in class:plugin::ScriptablePlugin
pnacl_resources.h
57
:
plugin_
(plugin),
91
Plugin*
plugin_
;
member in class:plugin::PnaclResources
temporary_file.h
69
Plugin*
plugin_
;
member in class:plugin::TempFile
pnacl_coordinator.h
180
Plugin*
plugin_
;
member in class:plugin::PnaclCoordinator
pnacl_translate_thread.h
130
Plugin*
plugin_
;
member in class:plugin::PnaclTranslateThread
service_runtime.h
209
Plugin*
plugin_
; // value may be copied, but should be used only in
member in class:plugin::PluginReverseInterface
261
Plugin* plugin() const { return
plugin_
; }
282
Plugin*
plugin_
;
member in class:plugin::ServiceRuntime
/external/chromium_org/remoting/client/plugin/
pepper_token_fetcher.h
34
base::WeakPtr<ChromotingInstance>
plugin_
;
member in class:remoting::PepperTokenFetcher
/external/chromium_org/content/renderer/
render_widget_fullscreen_pepper.h
46
PepperPluginInstanceImpl* plugin() const { return
plugin_
; }
84
PepperPluginInstanceImpl*
plugin_
;
member in class:content::RenderWidgetFullscreenPepper
/external/chromium_org/components/plugins/renderer/
plugin_placeholder.h
28
WebViewPlugin* plugin() { return
plugin_
; }
38
// 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
85
ContentPluginClient* plugin() { return
plugin_
; }
163
ContentPluginClient*
plugin_
;
member in class:content::ContentClient
/external/chromium/chrome/browser/ui/cocoa/
about_ipc_controller.h
53
BOOL
plugin_
;
variable
/external/chromium_org/chrome/browser/ui/cocoa/
about_ipc_controller.h
52
BOOL
plugin_
;
variable
/external/chromium_org/remoting/host/plugin/
host_script_object.h
255
NPP
plugin_
;
member in class:remoting::HostNPScriptObject
/external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.h
259
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
305
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/remoting/webapp/
client_session.js
82
this.
plugin_
= null;
172
needsVerticalScroll = window.innerHeight < this.
plugin_
.desktopHeight;
173
needsHorizontalScroll = window.innerWidth < this.
plugin_
.desktopWidth;
177
window.innerHeight - kScrollBarWidth < this.
plugin_
.desktopHeight;
180
window.innerWidth - kScrollBarWidth < this.
plugin_
.desktopWidth;
281
// this.
plugin_
.notifyClientResolution().
339
if (this.
plugin_
) {
341
this.
plugin_
.releaseAllKeys();
342
if (this.
plugin_
.element()) {
344
this.
plugin_
.element().focus()
[
all
...]
/external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc
372
:
plugin_
(plugin) {}
375
plugin_
->OnLockMouseACK(succeeded);
379
plugin_
->OnMouseLockLost();
384
plugin_
->HandleMouseLockedInputEvent(event);
389
PepperPluginInstanceImpl*
plugin_
;
member in class:content::__anon8219::PluginInstanceLockTarget
[
all
...]
Completed in 216 milliseconds