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

1 2 3

  /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;
web_contents_observer.h 218 virtual void PluginCrashed(const base::FilePath& plugin_path,
228 const base::FilePath& plugin_path,
  /external/chromium_org/chrome/browser/
pepper_broker_infobar_delegate.h 32 const base::FilePath& plugin_path,
38 const base::FilePath& plugin_path,
pepper_broker_infobar_delegate.cc 35 const base::FilePath& plugin_path,
54 base::FilePath plugin_file_name = plugin_path.BaseName();
72 base::FilePath::StringType plugin_dir_name = plugin_path.DirName().value();
73 base::FilePath::StringType plugin_file_name = plugin_path.BaseName().value();
100 infobar_service, 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/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;
127 // 'plugin_path' if needed. If the process fails to start, the return value
130 int render_process_id, const base::FilePath& plugin_path);
133 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 262 const base::FilePath& plugin_path) {
264 if (iter->info().path == plugin_path)
272 const base::FilePath& plugin_path,
275 if (iter->plugin_path() == plugin_path &&
286 if (iter->plugin_path() == broker_path)
295 const base::FilePath& plugin_path) {
298 if (filter_ && !filter_->CanLoadPlugin(render_process_id, plugin_path))
301 PluginProcessHost* plugin_host = FindNpapiPluginProcess(plugin_path);
306 if (!GetPluginInfoByPath(plugin_path, &info))
471 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/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);
plugin_observer.h 37 virtual void PluginCrashed(const base::FilePath& plugin_path,
65 void OnCouldNotLoadPlugin(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);
147 const base::FilePath& plugin_path) {
150 details->authorized_plugins.insert(plugin_path);
plugin_observer.cc 185 void PluginObserver::PluginCrashed(const base::FilePath& plugin_path,
187 DCHECK(!plugin_path.value().empty());
190 PluginService::GetInstance()->GetPluginDisplayNameByPath(plugin_path);
373 void PluginObserver::OnCouldNotLoadPlugin(const base::FilePath& plugin_path) {
374 g_browser_process->metrics_service()->LogPluginLoadingError(plugin_path);
376 PluginService::GetInstance()->GetPluginDisplayNameByPath(plugin_path);
plugin_prefs.cc 383 base::FilePath plugin_path(path);
396 // Extract the part of |plugin_path| that is relative to
398 // foo\bar.dll if |plugin_path| is <last_internal_dir>\foo\bar.dll.
400 // Every iteration the last path component from |plugin_path| is
403 while (last_internal_dir.IsParent(plugin_path)) {
404 relative_path = plugin_path.BaseName().Append(relative_path);
406 base::FilePath old_path = plugin_path;
407 plugin_path = plugin_path.DirName();
409 if (old_path == plugin_path) {
    [all...]
  /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 80 base::FilePath plugin_path = local
116 preloaded_plugin_module_ = base::LoadNativeLibrary(plugin_path, NULL);
118 scoped_refptr<PluginLib> plugin(PluginLib::CreatePluginLib(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),

Completed in 445 milliseconds

1 2 3