HomeSort by relevance Sort by last modified time
    Searched refs:DIR_INTERNAL_PLUGINS (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/common/
chrome_paths.h 41 DIR_INTERNAL_PLUGINS, // Directory where internal plugins reside.
chrome_paths.cc 194 case chrome::DIR_INTERNAL_PLUGINS:
  /external/chromium_org/chrome/common/
chrome_paths.h 34 DIR_INTERNAL_PLUGINS, // Directory where internal plugins reside.
chrome_paths.cc 248 case chrome::DIR_INTERNAL_PLUGINS:
  /external/chromium_org/chrome/browser/plugins/
plugin_prefs_factory.cc 57 PathService::Get(chrome::DIR_INTERNAL_PLUGINS, &internal_dir);
plugin_prefs.cc 314 if (PathService::Get(chrome::DIR_INTERNAL_PLUGINS, &cur_internal_dir) &&
537 if (PathService::Get(chrome::DIR_INTERNAL_PLUGINS, &internal_dir))
  /external/chromium_org/chrome/browser/nacl_host/
nacl_browser_delegate_impl.cc 59 return PathService::Get(chrome::DIR_INTERNAL_PLUGINS, plugin_dir);
  /external/chromium/chrome/browser/
plugin_updater.cc 135 if (PathService::Get(chrome::DIR_INTERNAL_PLUGINS, &cur_internal_dir) &&
272 if (PathService::Get(chrome::DIR_INTERNAL_PLUGINS, &internal_dir))
  /external/chromium/chrome/browser/ui/webui/
plugins_ui.cc 372 PathService::Get(chrome::DIR_INTERNAL_PLUGINS, &internal_dir);

Completed in 256 milliseconds