Searched refs:resources_pack_path (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ash/wm/
H A Dash_native_cursor_manager_interactive_uitest.cc39 base::FilePath resources_pack_path; variable
40 PathService::Get(base::DIR_MODULE, &resources_pack_path);
41 resources_pack_path =
42 resources_pack_path.Append(FILE_PATH_LITERAL("resources.pak"));
44 resources_pack_path, ui::SCALE_FACTOR_NONE);
/external/chromium_org/chrome/test/base/
H A Dchrome_unit_test_suite.cc151 base::FilePath resources_pack_path; local
153 PathService::Get(base::DIR_MODULE, &resources_pack_path);
154 resources_pack_path =
155 resources_pack_path.Append(FILE_PATH_LITERAL("resources.pak"));
157 PathService::Get(chrome::FILE_RESOURCES_PACK, &resources_pack_path);
160 resources_pack_path, ui::SCALE_FACTOR_NONE);
H A Djavascript_browser_test.cc55 base::FilePath resources_pack_path; local
56 PathService::Get(chrome::FILE_RESOURCES_PACK, &resources_pack_path);
58 resources_pack_path, ui::SCALE_FACTOR_NONE);
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_interactive_uitest.cc135 base::FilePath resources_pack_path; variable
136 PathService::Get(base::DIR_MODULE, &resources_pack_path);
137 resources_pack_path =
138 resources_pack_path.Append(FILE_PATH_LITERAL("resources.pak"));
140 resources_pack_path, ui::SCALE_FACTOR_NONE);
/external/chromium_org/components/test/
H A Drun_all_unittests.cc83 base::FilePath resources_pack_path; variable
84 PathService::Get(base::DIR_MODULE, &resources_pack_path);
86 resources_pack_path.AppendASCII("resources.pak"),
/external/chromium_org/chrome/app/
H A Dchrome_main_delegate.cc754 base::FilePath resources_pack_path; local
755 PathService::Get(chrome::FILE_RESOURCES_PACK, &resources_pack_path);
757 resources_pack_path, ui::SCALE_FACTOR_NONE);
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main.cc888 base::FilePath resources_pack_path; local
889 PathService::Get(chrome::FILE_RESOURCES_PACK, &resources_pack_path);
894 resources_pack_path, ui::SCALE_FACTOR_NONE);
H A Dchrome_content_browser_client.cc2437 base::FilePath resources_pack_path; local
2438 PathService::Get(chrome::FILE_RESOURCES_PACK, &resources_pack_path);
2439 file.Initialize(resources_pack_path, flags);

Completed in 263 milliseconds