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

  /external/chromium_org/ui/keyboard/
keyboard.cc 27 base::FilePath pak_file = pak_dir.Append( local
30 pak_file, ui::SCALE_FACTOR_100P);
  /external/chromium_org/chromecast/shell/app/
cast_main_delegate.cc 106 base::FilePath pak_file; local
107 CHECK(PathService::Get(FILE_CAST_PAK, &pak_file));
109 pak_file,
  /external/chromium_org/athena/main/
athena_main.cc 184 base::FilePath pak_file = variable
186 ui::ResourceBundle::InitSharedInstanceWithPakPath(pak_file);
  /external/chromium_org/chromecast/shell/browser/
cast_content_browser_client.cc 167 base::FilePath pak_file; local
168 CHECK(PathService::Get(FILE_CAST_PAK, &pak_file));
169 base::File pak_with_flags(pak_file, flags);
176 base::FileDescriptor(base::File(pak_file, flags))));
  /external/chromium_org/content/shell/app/
shell_main_delegate.cc 282 base::FilePath pak_file; local
284 pak_file = GetResourcesPakFilePath();
296 pak_file = pak_dir.Append(FILE_PATH_LITERAL("content_shell.pak"));
298 ui::ResourceBundle::InitSharedInstanceWithPakPath(pak_file);
  /external/chromium_org/components/dom_distiller/content/
distiller_page_web_contents_browsertest.cc 65 base::FilePath pak_file; local
68 pak_file = pak_dir.Append(FILE_PATH_LITERAL("components_resources.pak"));
70 pak_file, ui::SCALE_FACTOR_NONE);
  /external/chromium_org/components/dom_distiller/standalone/
content_extractor.cc 116 base::FilePath pak_file; local
119 pak_file = pak_dir.Append(FILE_PATH_LITERAL("components_resources.pak"));
121 pak_file, ui::SCALE_FACTOR_NONE);
  /external/chromium_org/content/shell/browser/
shell_content_browser_client.cc 363 base::FilePath pak_file; local
364 bool r = PathService::Get(base::DIR_ANDROID_APP_DATA, &pak_file);
366 pak_file = pak_file.Append(FILE_PATH_LITERAL("paks"));
367 pak_file = pak_file.Append(FILE_PATH_LITERAL("content_shell.pak"));
369 base::File f(pak_file, flags);
  /external/chromium_org/components/dom_distiller/core/
distiller_unittest.cc 191 base::FilePath pak_file; local
194 pak_file = pak_dir.Append(FILE_PATH_LITERAL("components_resources.pak"));
196 pak_file, ui::SCALE_FACTOR_NONE);

Completed in 328 milliseconds