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

  /external/chromium_org/apps/shell/
shell_browser_main_parts.cc 91 base::FilePath resources_pack_path; local
92 PathService::Get(chrome::FILE_RESOURCES_PACK, &resources_pack_path);
94 resources_pack_path, ui::SCALE_FACTOR_NONE);
  /external/chromium_org/chrome/test/base/
chrome_test_suite.cc 198 base::FilePath resources_pack_path; local
200 PathService::Get(base::DIR_MODULE, &resources_pack_path);
201 resources_pack_path =
202 resources_pack_path.Append(FILE_PATH_LITERAL("resources.pak"));
204 PathService::Get(chrome::FILE_RESOURCES_PACK, &resources_pack_path);
207 resources_pack_path, ui::SCALE_FACTOR_NONE);
web_ui_browsertest.cc 422 base::FilePath resources_pack_path; local
423 PathService::Get(chrome::FILE_RESOURCES_PACK, &resources_pack_path);
425 resources_pack_path, ui::SCALE_FACTOR_NONE);
  /external/chromium_org/chrome/app/
chrome_main_delegate.cc 690 base::FilePath resources_pack_path; local
691 PathService::Get(chrome::FILE_RESOURCES_PACK, &resources_pack_path);
693 resources_pack_path, ui::SCALE_FACTOR_NONE);
  /external/chromium_org/chrome_frame/test/net/
fake_external_tab.cc 532 base::FilePath resources_pack_path; local
533 PathService::Get(chrome::FILE_RESOURCES_PACK, &resources_pack_path);
535 resources_pack_path, ui::SCALE_FACTOR_NONE);
    [all...]
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc 2555 base::FilePath resources_pack_path; local
    [all...]

Completed in 303 milliseconds