HomeSort by relevance Sort by last modified time
    Searched full:plugin_path (Results 1 - 10 of 10) 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/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);
plugin_observer.cc 337 void PluginObserver::OnCrashedPlugin(const FilePath& plugin_path) {
338 DCHECK(!plugin_path.value().empty());
340 string16 plugin_name = plugin_path.LossyDisplayName();
343 plugin_path, &plugin_info) &&
  /external/chromium/chrome/common/
sandbox_policy.cc 366 bool LoadFlashBroker(const FilePath& plugin_path, CommandLine* cmd_line) {
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/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/chrome/browser/extensions/
extension_service.cc 127 static void ForceShutdownPlugin(const FilePath& plugin_path) {
129 PluginService::GetInstance()->FindNpapiPluginProcess(plugin_path);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 

Completed in 624 milliseconds