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

  /external/chromium_org/ash/wm/
ash_native_cursor_manager_interactive_uitest.cc 39 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/
chrome_unit_test_suite.cc 151 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);
javascript_browser_test.cc 55 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/
drag_drop_interactive_uitest.cc 135 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/
run_all_unittests.cc 83 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/
chrome_main_delegate.cc 754 base::FilePath resources_pack_path; local
755 PathService::Get(chrome::FILE_RESOURCES_PACK, &resources_pack_path);
757 resources_pack_path, ui::SCALE_FACTOR_NONE);
    [all...]
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc 888 base::FilePath resources_pack_path; local
    [all...]
chrome_content_browser_client.cc 2437 base::FilePath resources_pack_path; local
    [all...]

Completed in 212 milliseconds