Searched defs:plugin_path (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium/base/
H A Dnative_library_win.cc27 FilePath plugin_path = library_path.DirName(); local
28 if (!plugin_path.empty()) {
29 file_util::SetCurrentDirectory(plugin_path);
/external/chromium_org/base/
H A Dnative_library_win.cc27 FilePath plugin_path = library_path.DirName(); local
28 if (!plugin_path.empty()) {
29 file_util::SetCurrentDirectory(plugin_path);
/external/chromium_org/chrome/common/extensions/api/plugins/
H A Dplugins_handler.cc37 PluginInfo::PluginInfo(const base::FilePath& plugin_path, bool plugin_is_public) argument
38 : path(plugin_path), is_public(plugin_is_public) {
/external/chromium_org/content/browser/
H A Dplugin_loader_posix.cc135 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) {
134 OnPluginLoadFailed(uint32 index, const base::FilePath& plugin_path) argument
148 MaybeAddInternalPlugin( const base::FilePath& plugin_path) argument
H A Dppapi_plugin_process_host.h112 const base::FilePath& plugin_path() const { return plugin_path_; } function in class:content::PpapiPluginProcessHost
H A Dplugin_data_remover_impl.cc94 base::FilePath plugin_path; local
96 plugin_path = plugins[0].path;
106 plugin_service->GetRegisteredPpapiPluginInfo(plugin_path);
110 plugin_service->OpenChannelToPpapiBroker(0, plugin_path, this);
/external/chromium_org/content/plugin/
H A Dplugin_thread.cc80 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/
H A Dpepper_hung_plugin_filter.cc28 const base::FilePath& plugin_path,
31 : plugin_path_(plugin_path),
27 PepperHungPluginFilter( const base::FilePath& plugin_path, int view_routing_id, int plugin_child_id) argument
/external/chromium_org/chrome/browser/android/
H A Dchrome_web_contents_delegate_android.cc209 const base::FilePath& plugin_path,
213 web_contents, url, plugin_path, callback);
206 RequestPpapiBrokerPermission( WebContents* web_contents, const GURL& url, const base::FilePath& plugin_path, const base::Callback<void(bool)>& callback) argument
/external/chromium_org/chrome/browser/
H A Dpepper_broker_infobar_delegate.cc35 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),
32 Create( content::WebContents* web_contents, const GURL& url, const base::FilePath& plugin_path, const base::Callback<void(bool)>& callback) argument
114 PepperBrokerInfoBarDelegate( InfoBarService* infobar_service, const GURL& url, const base::FilePath& plugin_path, const std::string& languages, HostContentSettingsMap* content_settings, TabSpecificContentSettings* tab_content_settings, const base::Callback<void(bool)>& callback) argument
/external/chromium_org/chrome/browser/renderer_host/
H A Dplugin_info_message_filter_unittest.cc43 void set_plugin_enabled(const base::FilePath& plugin_path, bool enabled) { argument
44 plugin_state_[plugin_path] = enabled;
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dbrowser_ppapi_host_impl.cc49 const base::FilePath& plugin_path,
56 plugin_path_(plugin_path),
45 BrowserPpapiHostImpl( IPC::Sender* sender, const ppapi::PpapiPermissions& permissions, const std::string& plugin_name, const base::FilePath& plugin_path, const base::FilePath& profile_data_directory, bool external_plugin, const scoped_refptr<PepperMessageFilter>& pepper_message_filter) argument
/external/chromium/chrome/browser/
H A Dplugin_observer.cc337 void PluginObserver::OnCrashedPlugin(const FilePath& plugin_path) { argument
338 DCHECK(!plugin_path.value().empty());
340 string16 plugin_name = plugin_path.LossyDisplayName();
343 plugin_path, &plugin_info) &&
/external/chromium_org/chrome/browser/plugins/
H A Dchrome_plugin_service_filter.cc56 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);
55 RestrictPluginToProfileAndOrigin( const base::FilePath& plugin_path, Profile* profile, const GURL& origin) argument
64 UnrestrictPlugin( const base::FilePath& plugin_path) argument
145 AuthorizePlugin( int render_process_id, const base::FilePath& plugin_path) argument
H A Dplugin_observer.cc185 void PluginObserver::PluginCrashed(const base::FilePath& plugin_path, argument
187 DCHECK(!plugin_path.value().empty());
190 PluginService::GetInstance()->GetPluginDisplayNameByPath(plugin_path);
373 void PluginObserver::OnCouldNotLoadPlugin(const base::FilePath& plugin_path) { argument
374 g_browser_process->metrics_service()->LogPluginLoadingError(plugin_path);
376 PluginService::GetInstance()->GetPluginDisplayNameByPath(plugin_path);
/external/chromium_org/content/child/npapi/
H A Dnpobject_stub.cc259 static base::FilePath plugin_path = local
263 plugin_path.BaseName().value());
/external/chromium/chrome/common/
H A Dsandbox_policy.cc366 bool LoadFlashBroker(const FilePath& plugin_path, CommandLine* cmd_line) { argument
373 if (0 == ::GetShortPathNameW(plugin_path.value().c_str(),
456 FilePath plugin_path(plugin_dll);
457 if (plugin_path != builtin_flash)
461 *flash_path = plugin_path;
/external/chromium_org/chrome/browser/ui/
H A Dhung_plugin_tab_helper.cc273 void HungPluginTabHelper::PluginCrashed(const base::FilePath& plugin_path, argument
287 if (i->second->path == plugin_path) {
298 const base::FilePath& plugin_path,
318 plugin_path);
320 linked_ptr<PluginState> state(new PluginState(plugin_path, plugin_name));
296 PluginHungStatusChanged( int plugin_child_id, const base::FilePath& plugin_path, bool is_hung) argument
/external/chromium_org/content/common/
H A Dplugin_list.cc52 void PluginList::AddExtraPluginPath(const base::FilePath& plugin_path) { argument
56 extra_plugin_paths_.push_back(plugin_path);
60 void PluginList::RemoveExtraPluginPath(const base::FilePath& plugin_path) { argument
62 RemoveExtraPluginPathLocked(plugin_path);
402 const base::FilePath& plugin_path) {
406 plugin_path);
401 RemoveExtraPluginPathLocked( const base::FilePath& plugin_path) argument
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.cc162 const base::FilePath& plugin_path,
159 RequestPpapiBrokerPermission( WebContents* web_contents, const GURL& url, const base::FilePath& plugin_path, const base::Callback<void(bool)>& callback) argument
H A Dweb_contents_observer.h218 virtual void PluginCrashed(const base::FilePath& plugin_path, argument
228 const base::FilePath& plugin_path,
227 PluginHungStatusChanged(int plugin_child_id, const base::FilePath& plugin_path, bool is_hung) argument
/external/chromium_org/content/public/renderer/
H A Dcontent_renderer_client.cc31 const base::FilePath& plugin_path) {
29 CreatePluginReplacement( RenderView* render_view, const base::FilePath& plugin_path) argument
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dfile_manager_util.cc122 const base::FilePath& plugin_path) {
124 PluginService::GetInstance()->GetRegisteredPpapiPluginInfo(plugin_path);
136 base::FilePath plugin_path; local
137 PathService::Get(chrome::FILE_PDF_PLUGIN, &plugin_path);
138 return IsPepperPluginEnabled(profile, plugin_path);
142 base::FilePath plugin_path(
145 if (plugin_path.empty())
146 PathService::Get(chrome::FILE_PEPPER_FLASH_PLUGIN, &plugin_path);
147 return IsPepperPluginEnabled(profile, plugin_path);
121 IsPepperPluginEnabled(Profile* profile, const base::FilePath& plugin_path) argument
/external/chromium_org/content/shell/
H A Dwebkit_test_controller.cc372 void WebKitTestController::PluginCrashed(const base::FilePath& plugin_path, argument
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc281 string plugin_path; local
285 plugin_path = possible_paths[i];
290 if (plugin_path.empty()) {
294 args.push_back("--plugin=prefix-gen-plug=" + plugin_path);

Completed in 920 milliseconds

12