Searched refs:pak_path (Results 1 – 5 of 5) sorted by relevance
51 base::FilePath pak_path; in PreCreateThreads() local52 PathService::Get(ui::DIR_RESOURCE_PAKS_ANDROID, &pak_path); in PreCreateThreads()55 pak_path.AppendASCII("webviewchromium.pak"), in PreCreateThreads()
125 base::FilePath pak_path; in SetUpOnMainThread() local127 ASSERT_TRUE(PathService::Get(base::FILE_MODULE, &pak_path)); in SetUpOnMainThread()128 pak_path = pak_path.DirName(); in SetUpOnMainThread()129 pak_path = pak_path.AppendASCII("pseudo_locales"); in SetUpOnMainThread()130 pak_path = pak_path.AppendASCII("fake-bidi"); in SetUpOnMainThread()131 pak_path = pak_path.ReplaceExtension(FILE_PATH_LITERAL("pak")); in SetUpOnMainThread()132 ResourceBundle::GetSharedInstance().OverrideLocalePakForTest(pak_path); in SetUpOnMainThread()
58 NSString* pak_path =62 return base::FilePath([pak_path fileSystemRepresentation]);
247 void OverrideLocalePakForTest(const base::FilePath& pak_path);
317 void ResourceBundle::OverrideLocalePakForTest(const base::FilePath& pak_path) { in OverrideLocalePakForTest() argument318 overridden_pak_path_ = pak_path; in OverrideLocalePakForTest()