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

  /external/chromium/base/
base_paths.h 27 DIR_MODULE, // directory containing FILE_MODULE
30 FILE_MODULE, // Path and filename of the module containing the code for the
base_paths.cc 23 PathService::Get(base::FILE_MODULE, &cur);
base_paths_linux.cc 40 case base::FILE_MODULE: { // TODO(evanm): is this correct?
base_paths_win.cc 36 case base::FILE_MODULE: {
file_version_info_win.cc 36 if (!PathService::Get(base::FILE_MODULE, &app_path))
  /external/chromium/chrome/browser/nacl_host/
nacl_broker_host_win.cc 32 if (!PathService::Get(base::FILE_MODULE, &module_path))
  /external/chromium/chrome/browser/
platform_util_win.cc 203 if (PathService::Get(base::FILE_MODULE, &module)) {
  /external/chromium/chrome/common/
chrome_paths.cc 105 return PathService::Get(base::FILE_MODULE, result);

Completed in 87 milliseconds