/external/chromium_org/content/public/browser/ |
plugin_service.h | 86 virtual bool GetPluginInfoByPath(const base::FilePath& plugin_path, 93 const base::FilePath& plugin_path) = 0; 103 const base::FilePath& plugin_path) = 0; 109 virtual void ForcePluginShutdown(const base::FilePath& plugin_path) = 0; 113 virtual bool IsPluginUnstable(const base::FilePath& plugin_path) = 0;
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
open_with_browser.cc | 73 const base::FilePath& plugin_path) { 77 PluginService::GetInstance()->GetRegisteredPpapiPluginInfo(plugin_path); 91 base::FilePath plugin_path; local 92 PathService::Get(chrome::FILE_PDF_PLUGIN, &plugin_path); 93 return IsPepperPluginEnabled(profile, plugin_path); 99 base::FilePath plugin_path( 102 if (plugin_path.empty()) 103 PathService::Get(chrome::FILE_PEPPER_FLASH_PLUGIN, &plugin_path); 104 return IsPepperPluginEnabled(profile, plugin_path);
|
/external/chromium_org/chrome/browser/ |
pepper_broker_infobar_delegate.h | 32 const base::FilePath& plugin_path, 37 const base::FilePath& plugin_path,
|
pepper_broker_infobar_delegate.cc | 36 const base::FilePath& plugin_path, 55 base::FilePath plugin_file_name = plugin_path.BaseName(); 73 base::FilePath::StringType plugin_dir_name = plugin_path.DirName().value(); 74 base::FilePath::StringType plugin_file_name = plugin_path.BaseName().value(); 101 url, plugin_path, 117 const base::FilePath& plugin_path, 124 plugin_path_(plugin_path),
|
/external/chromium_org/chrome/browser/ui/ |
hung_plugin_tab_helper.h | 45 virtual void PluginCrashed(const base::FilePath& plugin_path, 48 const base::FilePath& plugin_path,
|
/external/chromium/chrome/browser/ |
plugin_observer.h | 30 void OnCrashedPlugin(const FilePath& plugin_path);
|
plugin_updater.cc | 179 FilePath plugin_path(path); 181 FilePath::CompareIgnoreCase(plugin_path.DirName().value(), 185 plugin_path = cur_internal_dir.Append(plugin_path.BaseName()); 186 path = plugin_path.value(); 200 webkit::npapi::PluginList::Singleton()->DisablePlugin(plugin_path);
|
/external/chromium_org/chrome/browser/plugins/ |
chrome_plugin_service_filter.h | 47 void RestrictPluginToProfileAndOrigin(const base::FilePath& plugin_path, 52 void UnrestrictPlugin(const base::FilePath& plugin_path); 56 const base::FilePath& plugin_path); 62 bool IsPluginRestricted(const base::FilePath& plugin_path);
|
chrome_plugin_service_filter.cc | 56 const base::FilePath& plugin_path, 60 restricted_plugins_[plugin_path] = 65 const base::FilePath& plugin_path) { 67 restricted_plugins_.erase(plugin_path); 71 const base::FilePath& plugin_path) { 73 return restricted_plugins_.find(plugin_path) != restricted_plugins_.end(); 153 const base::FilePath& plugin_path) { 156 details->authorized_plugins.insert(plugin_path);
|
plugin_observer.h | 39 virtual void PluginCrashed(const base::FilePath& plugin_path, 65 void OnCouldNotLoadPlugin(const base::FilePath& plugin_path);
|
plugin_observer.cc | 217 void PluginObserver::PluginCrashed(const base::FilePath& plugin_path, 219 DCHECK(!plugin_path.value().empty()); 222 PluginService::GetInstance()->GetPluginDisplayNameByPath(plugin_path); 380 void PluginObserver::OnCouldNotLoadPlugin(const base::FilePath& plugin_path) { 381 g_browser_process->metrics_service()->LogPluginLoadingError(plugin_path); 383 PluginService::GetInstance()->GetPluginDisplayNameByPath(plugin_path);
|
/external/chromium/base/ |
native_library_win.cc | 27 FilePath plugin_path = library_path.DirName(); local 28 if (!plugin_path.empty()) { 29 file_util::SetCurrentDirectory(plugin_path);
|
/external/chromium_org/base/ |
native_library_win.cc | 27 FilePath plugin_path = library_path.DirName(); local 28 if (!plugin_path.empty()) { 29 file_util::SetCurrentDirectory(plugin_path);
|
/external/chromium_org/content/browser/ |
plugin_service_impl.h | 92 virtual bool GetPluginInfoByPath(const base::FilePath& plugin_path, 98 const base::FilePath& plugin_path) OVERRIDE; 101 virtual void ForcePluginShutdown(const base::FilePath& plugin_path) OVERRIDE; 102 virtual bool IsPluginUnstable(const base::FilePath& plugin_path) OVERRIDE; 128 // 'plugin_path' if needed. If the process fails to start, the return value 131 int render_process_id, const base::FilePath& plugin_path); 134 const base::FilePath& plugin_path, 137 int render_process_id, const base::FilePath& plugin_path); 149 const base::FilePath& plugin_path, 160 void RegisterPluginCrash(const base::FilePath& plugin_path); [all...] |
plugin_service_impl.cc | 245 const base::FilePath& plugin_path) { 247 if (iter->info().path == plugin_path) 255 const base::FilePath& plugin_path, 258 if (iter->plugin_path() == plugin_path && 269 if (iter->plugin_path() == broker_path) 278 const base::FilePath& plugin_path) { 281 if (filter_ && !filter_->CanLoadPlugin(render_process_id, plugin_path)) 284 PluginProcessHost* plugin_host = FindNpapiPluginProcess(plugin_path); 289 if (!GetPluginInfoByPath(plugin_path, &info)) 468 base::FilePath plugin_path; local [all...] |
plugin_loader_posix.h | 86 void OnPluginLoadFailed(uint32 index, const base::FilePath& plugin_path); 90 bool MaybeAddInternalPlugin(const base::FilePath& plugin_path);
|
plugin_loader_posix.cc | 135 const base::FilePath& plugin_path) { 138 << plugin_path.value() << "; index=" << index; 144 MaybeAddInternalPlugin(plugin_path); 149 const base::FilePath& plugin_path) { 153 if (it->path == plugin_path) {
|
/external/chromium_org/chrome/common/extensions/api/plugins/ |
plugins_handler.h | 20 PluginInfo(const base::FilePath& plugin_path, bool plugin_is_public);
|
plugins_handler.cc | 37 PluginInfo::PluginInfo(const base::FilePath& plugin_path, bool plugin_is_public) 38 : path(plugin_path), is_public(plugin_is_public) {
|
/external/chromium_org/third_party/protobuf/ |
protobuf_lite_java_parse_pom.py | 33 plugin_path = \ 43 for plugin in profile.findall(plugin_path):
|
/external/chromium_org/content/common/ |
plugin_list.h | 61 void AddExtraPluginPath(const base::FilePath& plugin_path); 62 void RemoveExtraPluginPath(const base::FilePath& plugin_path); 201 // Removes |plugin_path| from the list of extra plugin paths. Should only be 203 void RemoveExtraPluginPathLocked(const base::FilePath& plugin_path);
|
/external/chromium_org/content/plugin/ |
plugin_thread.cc | 79 base::FilePath plugin_path = local 115 preloaded_plugin_module_ = base::LoadNativeLibrary(plugin_path, NULL); 117 scoped_refptr<PluginLib> plugin(PluginLib::CreatePluginLib(plugin_path));
|
/external/chromium_org/chrome/browser/guestview/webview/ |
plugin_permission_helper.h | 28 void OnCouldNotLoadPlugin(const base::FilePath& plugin_path);
|
/external/chromium_org/content/renderer/pepper/ |
pepper_hung_plugin_filter.h | 37 PepperHungPluginFilter(const base::FilePath& plugin_path,
|
pepper_hung_plugin_filter.cc | 28 const base::FilePath& plugin_path, 31 : plugin_path_(plugin_path),
|