OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pak_file
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ui/views/
run_all_unittests.cc
26
base::FilePath
pak_file
;
variable
27
pak_file
= pak_dir.Append(FILE_PATH_LITERAL("ui_test.pak"));
29
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/test/
content_test_suite.cc
48
base::FilePath
pak_file
;
local
49
PathService::Get(base::DIR_MODULE, &
pak_file
);
50
pak_file
=
pak_file
.AppendASCII("ui_test.pak");
51
ui::ResourceBundle::InitSharedInstanceWithPakPath(
pak_file
);
/external/chromium_org/ui/views/examples/content_client/
examples_main_delegate.cc
73
base::FilePath
pak_file
;
local
74
pak_file
= pak_dir.Append(FILE_PATH_LITERAL("ui_test.pak"));
76
ui::ResourceBundle::InitSharedInstanceWithPakPath(
pak_file
);
/external/chromium_org/content/shell/app/
shell_main_delegate.cc
269
base::FilePath
pak_file
;
local
271
pak_file
= GetResourcesPakFilePath();
283
pak_file
= pak_dir.Append(FILE_PATH_LITERAL("content_shell.pak"));
285
ui::ResourceBundle::InitSharedInstanceWithPakPath(
pak_file
);
/external/chromium_org/content/shell/browser/
shell_content_browser_client.cc
280
base::FilePath
pak_file
;
local
281
bool r = PathService::Get(base::DIR_ANDROID_APP_DATA, &
pak_file
);
283
pak_file
=
pak_file
.Append(FILE_PATH_LITERAL("paks"));
284
pak_file
=
pak_file
.Append(FILE_PATH_LITERAL("content_shell.pak"));
287
base::CreatePlatformFile(
pak_file
, flags, NULL, NULL);
Completed in 165 milliseconds