HomeSort by relevance Sort by last modified time
    Searched defs:pak_path (Results 1 - 2 of 2) 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...]

Completed in 53 milliseconds