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

  /external/chromium_org/ui/keyboard/
keyboard.cc 26 base::FilePath pak_file = pak_dir.Append( local
29 pak_file, ui::SCALE_FACTOR_100P);
  /external/chromium_org/ui/views/corewm/
desktop_capture_controller_unittest.cc 39 base::FilePath pak_file; variable
40 pak_file = pak_dir.Append(FILE_PATH_LITERAL("ui_test.pak"));
41 ui::ResourceBundle::InitSharedInstanceWithPakPath(pak_file);
  /external/chromium_org/components/dom_distiller/content/
distiller_page_web_contents_browsertest.cc 59 base::FilePath pak_file; local
62 pak_file = pak_dir.Append(FILE_PATH_LITERAL("components_resources.pak"));
64 pak_file, ui::SCALE_FACTOR_NONE);
  /external/chromium_org/content/shell/app/
shell_main_delegate.cc 275 base::FilePath pak_file; local
277 pak_file = GetResourcesPakFilePath();
289 pak_file = pak_dir.Append(FILE_PATH_LITERAL("content_shell.pak"));
291 ui::ResourceBundle::InitSharedInstanceWithPakPath(pak_file);
  /external/chromium_org/content/shell/browser/
shell_content_browser_client.cc 299 base::FilePath pak_file; local
300 bool r = PathService::Get(base::DIR_ANDROID_APP_DATA, &pak_file);
302 pak_file = pak_file.Append(FILE_PATH_LITERAL("paks"));
303 pak_file = pak_file.Append(FILE_PATH_LITERAL("content_shell.pak"));
305 base::File f(pak_file, flags);
  /external/chromium_org/components/dom_distiller/standalone/
content_extractor.cc 107 base::FilePath pak_file; local
110 pak_file = pak_dir.Append(FILE_PATH_LITERAL("components_resources.pak"));
112 pak_file, ui::SCALE_FACTOR_NONE);
  /external/chromium_org/components/dom_distiller/core/
distiller_unittest.cc 190 base::FilePath pak_file; local
193 pak_file = pak_dir.Append(FILE_PATH_LITERAL("components_resources.pak"));
195 pak_file, ui::SCALE_FACTOR_NONE);
  /external/chromium_org/ui/views/widget/
widget_interactive_uitest.cc 167 base::FilePath pak_file; variable
168 pak_file = pak_dir.Append(FILE_PATH_LITERAL("ui_test.pak"));
169 ui::ResourceBundle::InitSharedInstanceWithPakPath(pak_file);
820 base::FilePath pak_file; variable
821 pak_file = pak_dir.Append(FILE_PATH_LITERAL("ui_test.pak"));
822 ui::ResourceBundle::InitSharedInstanceWithPakPath(pak_file);
    [all...]

Completed in 685 milliseconds