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

  /external/chromium_org/chrome/test/base/
chrome_test_suite.cc 270 base::FilePath resources_pack_path; local
272 PathService::Get(base::DIR_MODULE, &resources_pack_path);
273 resources_pack_path =
274 resources_pack_path.Append(FILE_PATH_LITERAL("resources.pak"));
276 PathService::Get(chrome::FILE_RESOURCES_PACK, &resources_pack_path);
279 resources_pack_path, ui::SCALE_FACTOR_NONE);
web_ui_browsertest.cc 404 base::FilePath resources_pack_path; local
405 PathService::Get(chrome::FILE_RESOURCES_PACK, &resources_pack_path);
407 resources_pack_path, ui::SCALE_FACTOR_NONE);
  /external/chromium_org/chrome/app/
chrome_main_delegate.cc 682 base::FilePath resources_pack_path; local
683 PathService::Get(chrome::FILE_RESOURCES_PACK, &resources_pack_path);
685 resources_pack_path, ui::SCALE_FACTOR_NONE);
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc 2497 base::FilePath resources_pack_path; local
    [all...]

Completed in 425 milliseconds