HomeSort by relevance Sort by last modified time
    Searched refs:plugin_ (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
temporary_file.cc 21 TempFile::TempFile(Plugin* plugin) : plugin_(plugin),
32 plugin_->nacl_interface()->CreateTemporaryFile(plugin_->pp_instance());
72 plugin_->wrapper_factory()->MakeFileDesc(fd, O_RDWR));
76 plugin_->wrapper_factory()->MakeFileDesc(read_fd, O_RDONLY));
pnacl_resources.h 30 : plugin_(plugin),
55 Plugin* plugin_; member in class:plugin::PnaclResources
pnacl_resources.cc 38 if (!plugin_->nacl_interface()->GetPnaclResourceInfo(
39 plugin_->pp_instance(),
73 plugin_->nacl_interface()->GetReadonlyPnaclFd(llc_tool_name_.c_str());
75 plugin_->nacl_interface()->GetReadonlyPnaclFd(ld_tool_name_.c_str());
pnacl_coordinator.cc 103 plugin_(plugin),
133 plugin_->nacl_interface()->ReportTranslationFinished(
134 plugin_->pp_instance(),
155 plugin_->ReportLoadError(error_info);
166 plugin_->ReportLoadError(error_info);
182 plugin_->nacl_interface()->ReportTranslationFinished(
183 plugin_->pp_instance(),
199 plugin_->ReportLoadError(error_info_);
208 GetNaClInterface()->DispatchEvent(plugin_->pp_instance(),
223 HistogramSizeKB(plugin_->uma_interface()
    [all...]
temporary_file.h 64 Plugin* plugin_; member in class:plugin::TempFile
service_runtime.cc 193 plugin_(plugin),
217 GetNaClInterface()->PostMessageToJavaScript(plugin_->pp_instance(),
323 plugin_->pp_instance(),
375 GetNaClInterface()->DownloadFile(plugin_->pp_instance(),
468 : plugin_(plugin),
535 plugin_->ReportLoadError(error_info);
557 plugin_->wrapper_factory()->MakeGenericCleanup(desc);
570 plugin_->ReportLoadError(error_info);
594 plugin_->ReportLoadError(error_info);
602 nacl::DescWrapper* conn_cap = plugin_->wrapper_factory()->MakeGenericCleanup
    [all...]
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
pnacl_translate_thread.h 122 Plugin* plugin_; member in class:plugin::PnaclTranslateThread
pnacl_translate_thread.cc 65 plugin_(NULL) {
91 plugin_ = plugin;
167 NaClSubprocess* llc_subprocess = plugin_->LoadHelperNaClModule(
199 GetLlcCommandLine(plugin_,
340 plugin_->LoadHelperNaClModule(resources_->GetLlcUrl(),
pnacl_coordinator.h 155 Plugin* plugin_; member in class:plugin::PnaclCoordinator
  /external/chromium_org/components/plugins/renderer/
plugin_placeholder.cc 52 plugin_(WebViewPlugin::Create(this,
73 CHECK(plugin_);
75 WebPluginContainer* container = plugin_->container();
83 container->setPlugin(plugin_);
90 plugin_->destroy();
99 plugin_->RestoreTitleText();
102 plugin_->ReplayReceivedData(new_plugin);
103 plugin_->destroy();
108 if (!plugin_)
110 WebPluginContainer* container = plugin_->container()
    [all...]
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/renderer/npapi/
webplugin_delegate_proxy.cc 204 plugin_(plugin),
275 plugin_ = NULL;
481 if (plugin_) {
487 plugin_->Invalidate();
885 if (plugin_)
886 plugin_->SetWindow(window);
891 plugin_->WillDestroyWindow(window_);
    [all...]
  /external/chromium_org/content/renderer/
render_widget_fullscreen_pepper.h 46 PepperPluginInstanceImpl* plugin() const { return plugin_; }
76 PepperPluginInstanceImpl* plugin_; member in class:content::RenderWidgetFullscreenPepper
render_widget_fullscreen_pepper.cc 284 plugin_(plugin),
308 // plugin_ to NULL to avoid calling into a dangling pointer e.g. on Close().
309 plugin_ = NULL;
358 if (plugin_)
359 plugin_->ViewInitiatedPaint();
363 if (plugin_)
364 plugin_->ViewFlushedPaint();
370 if (plugin_)
371 plugin_->FlashSetFullscreen(false, false);
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_android.cc 23 plugin_(plugin),
plugin_instance.h 106 PluginLib* plugin_lib() { return plugin_.get(); }
288 scoped_refptr<PluginLib> plugin_; member in class:content::PluginInstance
  /external/chromium_org/content/public/common/
content_client.h 74 ContentPluginClient* plugin() { return plugin_; }
148 ContentPluginClient* plugin_; member in class:content::ContentClient
content_client.cc 63 : browser_(NULL), plugin_(NULL), renderer_(NULL), utility_(NULL) {
  /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...]
  /external/chromium_org/chrome/browser/ui/cocoa/
about_ipc_controller.h 52 BOOL plugin_; variable
  /external/chromium_org/chrome/browser/resources/pdf/
pdf.js 62 this.plugin_ = document.createElement('object');
65 this.plugin_.id = 'plugin';
66 this.plugin_.type = 'application/x-google-chrome-pdf';
67 this.plugin_.addEventListener('message', this.handlePluginMessage_.bind(this),
99 this.plugin_.setAttribute('src', this.streamDetails.originalUrl);
100 this.plugin_.setAttribute('stream-url', this.streamDetails.streamUrl);
106 this.plugin_.setAttribute('headers', headers);
109 this.plugin_.setAttribute('full-frame', '');
110 document.body.appendChild(this.plugin_);
237 this.plugin_.postMessage(
    [all...]
  /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
ppapi_proxy_test.cc 527 plugin_(ProxyTestHarnessBase::PER_THREAD_GLOBALS),
535 remote_harness_ = &plugin_;
539 local_harness_ = &plugin_;
  /external/chromium_org/content/app/
content_main_runner.cc 257 content_client->plugin_ = delegate->CreateContentPluginClient();
258 if (!content_client->plugin_)
259 content_client->plugin_ = &g_empty_content_plugin_client.Get();

Completed in 1355 milliseconds

1 2