OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:oncreatedirectory
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/webkit/browser/fileapi/
mock_file_change_observer.cc
43
void MockFileChangeObserver::
OnCreateDirectory
(const FileSystemURL& url) {
mock_file_change_observer.h
31
virtual void
OnCreateDirectory
(const FileSystemURL& url) OVERRIDE;
file_observers.h
74
virtual void
OnCreateDirectory
(const FileSystemURL& url) = 0;
obfuscated_file_util.cc
389
&FileChangeObserver::
OnCreateDirectory
, MakeTuple(url));
[
all
...]
/external/chromium_org/chrome/browser/chromeos/drive/
download_handler.cc
148
//
OnCreateDirectory
calls SubstituteDriveDownloadPathInternal
273
base::Bind(&DownloadHandler::
OnCreateDirectory
,
278
OnCreateDirectory
(callback, FILE_ERROR_OK);
287
void DownloadHandler::
OnCreateDirectory
(
290
DVLOG(1) << "
OnCreateDirectory
" << FileErrorToString(error);
download_handler.h
88
void
OnCreateDirectory
(const SubstituteDriveDownloadPathCallback& callback,
/external/chromium_org/chrome/browser/sync_file_system/local/
local_file_change_tracker.h
60
virtual void
OnCreateDirectory
(const fileapi::FileSystemURL& url) OVERRIDE;
local_file_change_tracker.cc
115
void LocalFileChangeTracker::
OnCreateDirectory
(const FileSystemURL& url) {
local_file_change_tracker_unittest.cc
124
change_tracker()->
OnCreateDirectory
(URL(kPath0));
127
change_tracker()->
OnCreateDirectory
(URL(kPath2));
Completed in 220 milliseconds