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

  /external/chromium_org/android_webview/browser/
aw_browser_main_parts.cc 51 base::FilePath pak_path; local
52 PathService::Get(ui::DIR_RESOURCE_PAKS_ANDROID, &pak_path);
55 pak_path.AppendASCII("webviewchromium.pak"),
  /external/chromium_org/chrome/browser/ui/webui/
bidi_checker_web_ui_test.cc 125 base::FilePath pak_path; local
127 ASSERT_TRUE(PathService::Get(base::FILE_MODULE, &pak_path));
128 pak_path = pak_path.DirName();
129 pak_path = pak_path.AppendASCII("pseudo_locales");
130 pak_path = pak_path.AppendASCII("fake-bidi");
131 pak_path = pak_path.ReplaceExtension(FILE_PATH_LITERAL("pak"))
    [all...]
  /external/chromium_org/ui/base/resource/
resource_bundle.h 247 void OverrideLocalePakForTest(const base::FilePath& pak_path);
resource_bundle.cc 317 void ResourceBundle::OverrideLocalePakForTest(const base::FilePath& pak_path) {
318 overridden_pak_path_ = pak_path;

Completed in 77 milliseconds