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

1 2

  /external/chromium_org/remoting/client/plugin/
pepper_token_fetcher.cc 13 : plugin_(plugin),
25 if (plugin_.get()) {
27 plugin_->FetchThirdPartyToken(token_url, host_public_key_, scope,
pepper_token_fetcher.h 34 base::WeakPtr<ChromotingInstance> plugin_; member in class:remoting::PepperTokenFetcher
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
temporary_file.cc 28 TempFile::TempFile(Plugin* plugin) : plugin_(plugin),
45 plugin_->nacl_interface()->CreateTemporaryFile(plugin_->pp_instance());
94 plugin_->wrapper_factory()->MakeFileDescQuota(fd, O_RDWR, identifier_));
97 plugin_->wrapper_factory()->MakeFileDesc(read_fd, O_RDONLY));
pnacl_resources.h 57 : plugin_(plugin),
91 Plugin* plugin_; member in class:plugin::PnaclResources
scriptable_plugin.h 36 Plugin* plugin() const { return plugin_; }
106 Plugin* plugin_; member in class:plugin::ScriptablePlugin
pnacl_coordinator.cc 246 plugin_(plugin),
276 plugin_->nacl_interface()->ReportTranslationFinished(
277 plugin_->pp_instance(),
307 plugin_->ReportLoadError(error_info_);
318 plugin_->nacl_interface()->ReportTranslationFinished(
319 plugin_->pp_instance(),
342 plugin_->EnqueueProgressEvent(PP_NACL_EVENT_PROGRESS,
393 plugin_->nacl_interface()->ReportTranslationFinished(
394 plugin_->pp_instance(), PP_TRUE);
427 streaming_downloader_->Initialize(plugin_);
    [all...]
temporary_file.h 69 Plugin* plugin_; member in class:plugin::TempFile
service_runtime.cc 79 plugin_(plugin),
148 plugin_->AddToConsole(p->message);
157 plugin_->PostMessage(std::string("DEBUG_POSTMESSAGE:") + p->message);
294 if (!plugin_->StreamAsFile(mapped_url,
313 plugin_,
362 *p->file_info = plugin_->GetFileInfo(p->url);
478 : plugin_(plugin),
522 nacl::DescWrapper* conn_cap = plugin_->wrapper_factory()->MakeGenericCleanup(
555 plugin_->ReportSelLdrLoadStatus(load_status);
579 bool started = tmp_subprocess->Start(plugin_->pp_instance()
    [all...]
scriptable_plugin.cc 47 : var_(NULL), num_unref_calls_(0), plugin_(plugin) {
157 var_ = new pp::VarPrivate(plugin_, this);
pnacl_translate_thread.h 130 Plugin* plugin_; member in class:plugin::PnaclTranslateThread
pnacl_resources.cc 119 int32_t fd = GetPnaclFD(plugin_, resource_info_filename.c_str());
219 int32_t fd = PnaclResources::GetPnaclFD(plugin_, filename.c_str());
233 plugin_->wrapper_factory()->MakeFileDesc(fd, O_RDONLY);
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
pnacl_translate_thread.cc 27 plugin_(NULL) {
51 plugin_ = plugin;
115 plugin_->LoadHelperNaClModule(wrapper, manifest, error_info));
pnacl_coordinator.h 180 Plugin* plugin_; member in class:plugin::PnaclCoordinator
  /external/chromium_org/components/plugins/renderer/
plugin_placeholder.cc 51 plugin_(WebViewPlugin::Create(this,
76 CHECK(plugin_);
78 WebPluginContainer* container = plugin_->container();
86 container->setPlugin(plugin_);
93 plugin_->destroy();
102 plugin_->RestoreTitleText();
105 plugin_->ReplayReceivedData(new_plugin);
106 plugin_->destroy();
111 WebPluginContainer* container = plugin_->container();
166 plugin_->web_view()->mainFrame()->executeScript
    [all...]
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/renderer/npapi/
webplugin_delegate_proxy.cc 210 plugin_(plugin),
281 plugin_ = NULL;
487 if (plugin_) {
493 plugin_->Invalidate();
891 if (plugin_)
892 plugin_->SetWindow(window);
897 plugin_->WillDestroyWindow(window_);
    [all...]
  /external/chromium_org/content/renderer/
render_widget_fullscreen_pepper.h 46 PepperPluginInstanceImpl* plugin() const { return plugin_; }
84 PepperPluginInstanceImpl* plugin_; member in class:content::RenderWidgetFullscreenPepper
render_widget_fullscreen_pepper.cc 363 plugin_(plugin),
387 // plugin_ to NULL to avoid calling into a dangling pointer e.g. on Close().
388 plugin_ = NULL;
442 if (plugin_)
443 plugin_->ViewInitiatedPaint();
447 if (plugin_)
448 plugin_->ViewFlushedPaint();
454 if (plugin_)
455 plugin_->FlashSetFullscreen(false, false);
468 if (plugin_ && plugin_->GetBitmapForOptimizedPluginPaint
    [all...]
  /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/child/npapi/
webplugin_delegate_impl_android.cc 23 plugin_(plugin),
  /external/chromium_org/content/public/common/
content_client.h 85 ContentPluginClient* plugin() { return plugin_; }
163 ContentPluginClient* plugin_; member in class:content::ContentClient
content_client.cc 70 : browser_(NULL), plugin_(NULL), renderer_(NULL), utility_(NULL) {
  /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

Completed in 700 milliseconds

1 2