HomeSort by relevance Sort by last modified time
    Searched defs:plugin_path (Results 1 - 12 of 12) sorted by null

  /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/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/browser/
ppapi_plugin_process_host.h 112 const base::FilePath& plugin_path() const { return plugin_path_; } function in class:content::PpapiPluginProcessHost
plugin_data_remover_impl.cc 94 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);
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...]
  /external/chromium_org/content/child/npapi/
npobject_stub.cc 259 static base::FilePath plugin_path = local
263 plugin_path.BaseName().value());
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 281 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);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 273 string plugin_path; local
277 plugin_path = possible_paths[i];
282 if (plugin_path.empty()) {
286 args.push_back("--plugin=prefix-gen-plug=" + plugin_path);
    [all...]
  /external/chromium_org/chrome/app/
breakpad_win.cc 472 std::wstring plugin_path = local
474 if (!plugin_path.empty())
475 SetPluginPath(plugin_path);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_manager_util.cc 122 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);
  /external/chromium_org/chrome_frame/test/
test_with_web_server.cc 294 base::FilePath plugin_path; local
295 PathService::Get(base::DIR_MODULE, &plugin_path);
296 plugin_path = plugin_path.Append(kChromeFrameDllName);
299 FileVersionInfo::CreateFileVersionInfo(plugin_path);
    [all...]

Completed in 1183 milliseconds