/external/chromium_org/chromecast/shell/browser/ |
D | cast_content_browser_client.cc | 167 base::FilePath pak_file; in GetAdditionalMappedFilesForChildProcess() local 168 CHECK(PathService::Get(FILE_CAST_PAK, &pak_file)); in GetAdditionalMappedFilesForChildProcess() 169 base::File pak_with_flags(pak_file, flags); in GetAdditionalMappedFilesForChildProcess() 176 base::FileDescriptor(base::File(pak_file, flags)))); in GetAdditionalMappedFilesForChildProcess()
|
/external/chromium_org/content/shell/browser/ |
D | shell_content_browser_client.cc | 363 base::FilePath pak_file; in GetAdditionalMappedFilesForChildProcess() local 364 bool r = PathService::Get(base::DIR_ANDROID_APP_DATA, &pak_file); in GetAdditionalMappedFilesForChildProcess() 366 pak_file = pak_file.Append(FILE_PATH_LITERAL("paks")); in GetAdditionalMappedFilesForChildProcess() 367 pak_file = pak_file.Append(FILE_PATH_LITERAL("content_shell.pak")); in GetAdditionalMappedFilesForChildProcess() 369 base::File f(pak_file, flags); in GetAdditionalMappedFilesForChildProcess()
|
/external/chromium_org/chromecast/shell/app/ |
D | cast_main_delegate.cc | 106 base::FilePath pak_file; in InitializeResourceBundle() local 107 CHECK(PathService::Get(FILE_CAST_PAK, &pak_file)); in InitializeResourceBundle() 109 pak_file, in InitializeResourceBundle()
|
/external/chromium_org/ui/keyboard/ |
D | keyboard.cc | 27 base::FilePath pak_file = pak_dir.Append( in InitializeKeyboard() local 30 pak_file, ui::SCALE_FACTOR_100P); in InitializeKeyboard()
|
/external/chromium_org/content/shell/app/ |
D | shell_main_delegate.cc | 282 base::FilePath pak_file; in InitializeResourceBundle() local 284 pak_file = GetResourcesPakFilePath(); in InitializeResourceBundle() 296 pak_file = pak_dir.Append(FILE_PATH_LITERAL("content_shell.pak")); in InitializeResourceBundle() 298 ui::ResourceBundle::InitSharedInstanceWithPakPath(pak_file); in InitializeResourceBundle()
|
/external/chromium_org/tools/binary_size/ |
D | run_binary_size_analysis.py | 673 def GetReadablePakResourceName(pak_file, resource_id): argument 683 gen_dir = os.path.join(os.path.dirname(pak_file), 'gen') 692 def AddPakData(symbols, pak_file): argument 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
|
/external/chromium_org/athena/main/ |
D | athena_main.cc | 184 base::FilePath pak_file = in InitializeResourceBundle() local 186 ui::ResourceBundle::InitSharedInstanceWithPakPath(pak_file); in InitializeResourceBundle()
|
/external/chromium_org/components/dom_distiller/standalone/ |
D | content_extractor.cc | 116 base::FilePath pak_file; in AddComponentsResources() local 119 pak_file = pak_dir.Append(FILE_PATH_LITERAL("components_resources.pak")); in AddComponentsResources() 121 pak_file, ui::SCALE_FACTOR_NONE); in AddComponentsResources()
|
/external/chromium_org/components/dom_distiller/content/ |
D | distiller_page_web_contents_browsertest.cc | 65 base::FilePath pak_file; in AddComponentsResources() local 68 pak_file = pak_dir.Append(FILE_PATH_LITERAL("components_resources.pak")); in AddComponentsResources() 70 pak_file, ui::SCALE_FACTOR_NONE); in AddComponentsResources()
|
/external/chromium_org/components/dom_distiller/core/ |
D | distiller_unittest.cc | 191 base::FilePath pak_file; in AddComponentsResources() local 194 pak_file = pak_dir.Append(FILE_PATH_LITERAL("components_resources.pak")); in AddComponentsResources() 196 pak_file, ui::SCALE_FACTOR_NONE); in AddComponentsResources()
|
/external/chromium_org/ui/base/resource/ |
D | resource_bundle.h | 143 base::File pak_file,
|
D | resource_bundle.cc | 180 base::File pak_file, in InitSharedInstanceWithPakFileRegion() argument 184 if (!data_pack->LoadFromFileRegion(pak_file.Pass(), region)) { in InitSharedInstanceWithPakFileRegion()
|