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

  /external/chromium_org/ui/aura/test/
test_aura_initializer.cc 16 base::FilePath pak_file; local
17 PathService::Get(base::DIR_MODULE, &pak_file);
18 pak_file = pak_file.Append(FILE_PATH_LITERAL(
20 ui::ResourceBundle::InitSharedInstanceWithPakPath(pak_file);
  /external/chromium_org/ui/keyboard/
keyboard.cc 76 base::FilePath pak_file = pak_dir.Append( local
79 pak_file, ui::SCALE_FACTOR_100P);
  /external/chromium_org/content/shell/app/
shell_main_delegate.cc 207 base::FilePath pak_file; local
209 pak_file = GetResourcesPakFilePath();
221 pak_file = pak_dir.Append(FILE_PATH_LITERAL("content_shell.pak"));
223 ui::ResourceBundle::InitSharedInstanceWithPakPath(pak_file);
  /external/chromium_org/content/shell/
shell_content_browser_client.cc 206 base::FilePath pak_file; local
207 bool r = PathService::Get(base::DIR_ANDROID_APP_DATA, &pak_file);
209 pak_file = pak_file.Append(FILE_PATH_LITERAL("paks"));
210 pak_file = pak_file.Append(FILE_PATH_LITERAL("content_shell.pak"));
213 base::CreatePlatformFile(pak_file, flags, NULL, NULL);

Completed in 296 milliseconds