HomeSort by relevance Sort by last modified time
    Searched refs:pak_file (Results 1 - 12 of 12) 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/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/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/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/athena/main/
athena_main.cc 184 base::FilePath pak_file = variable
186 ui::ResourceBundle::InitSharedInstanceWithPakPath(pak_file);
  /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/tools/binary_size/
run_binary_size_analysis.py 673 def GetReadablePakResourceName(pak_file, resource_id):
683 gen_dir = os.path.join(os.path.dirname(pak_file), 'gen')
692 def AddPakData(symbols, pak_file):
694 pak_file = os.path.abspath(pak_file)
695 with open(pak_file, 'rb') as pak:
706 (version, pak_file, PAK_FILE_VERSION))
716 symbol_name = GetReadablePakResourceName(pak_file, resource_id)
717 symbol_path = pak_file
    [all...]
  /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/ui/base/resource/
resource_bundle.h 139 // MemoryMappedFile::Region::kWholeFile, the entire |pak_file| is used.
143 base::File pak_file,
resource_bundle.cc 180 base::File pak_file,
184 if (!data_pack->LoadFromFileRegion(pak_file.Pass(), region)) {
  /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 310 milliseconds