Searched refs:resources_pack_path (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/chrome/test/base/ |
D | chrome_test_suite.cc | 198 base::FilePath resources_pack_path; in Initialize() local 200 PathService::Get(base::DIR_MODULE, &resources_pack_path); in Initialize() 201 resources_pack_path = in Initialize() 202 resources_pack_path.Append(FILE_PATH_LITERAL("resources.pak")); in Initialize() 204 PathService::Get(chrome::FILE_RESOURCES_PACK, &resources_pack_path); in Initialize() 207 resources_pack_path, ui::SCALE_FACTOR_NONE); in Initialize()
|
D | web_ui_browsertest.cc | 422 base::FilePath resources_pack_path; in SetUpOnMainThread() local 423 PathService::Get(chrome::FILE_RESOURCES_PACK, &resources_pack_path); in SetUpOnMainThread() 425 resources_pack_path, ui::SCALE_FACTOR_NONE); in SetUpOnMainThread()
|
/external/chromium_org/apps/shell/ |
D | shell_browser_main_parts.cc | 91 base::FilePath resources_pack_path; in PreMainMessageLoopRun() local 92 PathService::Get(chrome::FILE_RESOURCES_PACK, &resources_pack_path); in PreMainMessageLoopRun() 94 resources_pack_path, ui::SCALE_FACTOR_NONE); in PreMainMessageLoopRun()
|
/external/chromium/chrome/browser/ |
D | browser_main_mac.mm | 111 FilePath resources_pack_path; 112 PathService::Get(chrome::FILE_RESOURCES_PACK, &resources_pack_path); 113 ResourceBundle::AddDataPackToSharedInstance(resources_pack_path);
|
D | browser_main.cc | 1261 FilePath resources_pack_path; in BrowserMain() 1262 PathService::Get(chrome::FILE_RESOURCES_PACK, &resources_pack_path); in BrowserMain() 1263 ResourceBundle::AddDataPackToSharedInstance(resources_pack_path); in BrowserMain()
|
/external/chromium_org/chrome/app/ |
D | chrome_main_delegate.cc | 690 base::FilePath resources_pack_path; in PreSandboxStartup() local 691 PathService::Get(chrome::FILE_RESOURCES_PACK, &resources_pack_path); in PreSandboxStartup() 693 resources_pack_path, ui::SCALE_FACTOR_NONE); in PreSandboxStartup()
|
/external/chromium_org/chrome_frame/test/net/ |
D | fake_external_tab.cc | 532 base::FilePath resources_pack_path; in Initialize() local 533 PathService::Get(chrome::FILE_RESOURCES_PACK, &resources_pack_path); in Initialize() 535 resources_pack_path, ui::SCALE_FACTOR_NONE); in Initialize()
|
/external/chromium_org/chrome/browser/ |
D | chrome_browser_main_mac.mm | 223 base::FilePath resources_pack_path; 224 PathService::Get(chrome::FILE_RESOURCES_PACK, &resources_pack_path); 226 resources_pack_path, ui::SCALE_FACTOR_NONE);
|
D | chrome_browser_main.cc | 920 base::FilePath resources_pack_path; in PreCreateThreadsImpl() 921 PathService::Get(chrome::FILE_RESOURCES_PACK, &resources_pack_path); in PreCreateThreadsImpl() 926 resources_pack_path, ui::SCALE_FACTOR_NONE); in PreCreateThreadsImpl()
|
D | chrome_content_browser_client.cc | 2555 base::FilePath resources_pack_path; in GetAdditionalMappedFilesForChildProcess() local 2556 PathService::Get(chrome::FILE_RESOURCES_PACK, &resources_pack_path); in GetAdditionalMappedFilesForChildProcess() 2557 f = base::CreatePlatformFile(resources_pack_path, flags, NULL, NULL); in GetAdditionalMappedFilesForChildProcess()
|