OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SyncGetPlatformPath
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/content/browser/fileapi/
browser_file_system_helper.h
37
CONTENT_EXPORT void
SyncGetPlatformPath
(fileapi::FileSystemContext* context,
browser_file_system_helper.cc
101
void
SyncGetPlatformPath
(fileapi::FileSystemContext* context,
121
context->operation_runner()->
SyncGetPlatformPath
(url, platform_path);
fileapi_message_filter.cc
471
SyncGetPlatformPath
(context_, process_id_, path, platform_path);
/external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_system_operation.h
94
virtual base::PlatformFileError
SyncGetPlatformPath
(
syncable_file_system_operation.cc
348
base::PlatformFileError SyncableFileSystemOperation::
SyncGetPlatformPath
(
351
return impl_->
SyncGetPlatformPath
(url, platform_path);
/external/chromium_org/content/browser/renderer_host/pepper/
quota_reservation.cc
57
file_system_context_->operation_runner()->
SyncGetPlatformPath
(
/external/chromium_org/webkit/browser/fileapi/
file_system_operation.h
455
virtual base::PlatformFileError
SyncGetPlatformPath
(
file_system_operation_impl.h
93
virtual base::PlatformFileError
SyncGetPlatformPath
(
file_system_operation_runner.h
237
base::PlatformFileError
SyncGetPlatformPath
(const FileSystemURL& url,
file_system_operation_runner.cc
492
base::PlatformFileError FileSystemOperationRunner::
SyncGetPlatformPath
(
500
return operation->
SyncGetPlatformPath
(url, platform_path);
file_system_operation_impl.cc
315
base::PlatformFileError FileSystemOperationImpl::
SyncGetPlatformPath
(
/external/chromium_org/content/browser/media/android/
media_resource_getter_impl.cc
191
SyncGetPlatformPath
(file_system_context_,
Completed in 537 milliseconds