Searched defs:resources_pack_path (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/test/base/
H A Dchrome_test_suite.cc270 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);
H A Dweb_ui_browsertest.cc404 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/
H A Dchrome_main_delegate.cc682 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/
H A Dchrome_content_browser_client.cc2497 base::FilePath resources_pack_path; local
2498 PathService::Get(chrome::FILE_RESOURCES_PACK, &resources_pack_path);
2499 f = base::CreatePlatformFile(resources_pack_path, flags, NULL, NULL);

Completed in 101 milliseconds