Home
last modified time | relevance | path

Searched refs:resources_pack_path (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/test/base/
Dchrome_test_suite.cc198 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()
Dweb_ui_browsertest.cc422 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/
Dshell_browser_main_parts.cc91 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/
Dbrowser_main_mac.mm111 FilePath resources_pack_path;
112 PathService::Get(chrome::FILE_RESOURCES_PACK, &resources_pack_path);
113 ResourceBundle::AddDataPackToSharedInstance(resources_pack_path);
Dbrowser_main.cc1261 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/
Dchrome_main_delegate.cc690 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/
Dfake_external_tab.cc532 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/
Dchrome_browser_main_mac.mm223 base::FilePath resources_pack_path;
224 PathService::Get(chrome::FILE_RESOURCES_PACK, &resources_pack_path);
226 resources_pack_path, ui::SCALE_FACTOR_NONE);
Dchrome_browser_main.cc920 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()
Dchrome_content_browser_client.cc2555 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()