OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnCreateDirectory
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/fileapi/
mock_file_change_observer.cc
43
void MockFileChangeObserver::
OnCreateDirectory
(const FileSystemURL& url) {
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
provider_async_file_util.cc
117
void
OnCreateDirectory
(bool exclusive,
314
base::Bind(&
OnCreateDirectory
, exclusive, callback)));
/external/chromium_org/chrome/browser/chromeos/drive/
download_handler.cc
169
base::Bind(&DownloadHandler::
OnCreateDirectory
,
282
void DownloadHandler::
OnCreateDirectory
(
285
DVLOG(1) << "
OnCreateDirectory
" << FileErrorToString(error);
/external/chromium_org/chrome/browser/sync_file_system/local/
local_file_change_tracker.cc
122
void LocalFileChangeTracker::
OnCreateDirectory
(const FileSystemURL& url) {
Completed in 4943 milliseconds