OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIR_ANDROID_APP_DATA
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/base/
base_paths_android.h
17
DIR_ANDROID_APP_DATA
, // Directory where to put Android app's data.
base_paths_android.cc
48
case base::
DIR_ANDROID_APP_DATA
:
/external/chromium_org/content/test/
test_content_client.cc
22
PathService::Get(base::
DIR_ANDROID_APP_DATA
, &content_resources_pack_path);
/external/chromium_org/chrome/common/
chrome_paths_android.cc
20
return PathService::Get(base::
DIR_ANDROID_APP_DATA
, result);
/external/chromium_org/mojo/shell/
storage.cc
38
CHECK(PathService::Get(base::
DIR_ANDROID_APP_DATA
, &profile_path_));
/external/chromium_org/base/test/
test_support_android.cc
140
// Provides the test path for DIR_MODULE and
DIR_ANDROID_APP_DATA
.
146
case base::
DIR_ANDROID_APP_DATA
: {
179
InitPathProvider(
DIR_ANDROID_APP_DATA
);
/external/chromium_org/ui/base/
ui_base_paths.cc
56
if (!PathService::Get(base::
DIR_ANDROID_APP_DATA
, &cur))
/external/chromium_org/content/shell/browser/
shell_browser_context.cc
103
CHECK(PathService::Get(base::
DIR_ANDROID_APP_DATA
, &path_));
shell_content_browser_client.cc
281
bool r = PathService::Get(base::
DIR_ANDROID_APP_DATA
, &pak_file);
/external/chromium_org/content/browser/media/android/
media_resource_getter_impl.cc
196
PathService::Get(base::
DIR_ANDROID_APP_DATA
, &data_storage_path);
/external/chromium_org/content/shell/app/
shell_main_delegate.cc
276
bool got_path = PathService::Get(base::
DIR_ANDROID_APP_DATA
, &pak_dir);
/external/chromium_org/android_webview/browser/
aw_content_browser_client.cc
152
if (!PathService::Get(base::
DIR_ANDROID_APP_DATA
, &user_data_dir)) {
/external/chromium_org/android_webview/native/
cookie_manager.cc
85
if (!PathService::Get(base::
DIR_ANDROID_APP_DATA
, user_data_dir)) {
Completed in 281 milliseconds