OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnCreateDirectory
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/webkit/browser/fileapi/
file_observers.h
74
virtual void
OnCreateDirectory
(const FileSystemURL& url) = 0;
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;
obfuscated_file_util.cc
394
&FileChangeObserver::
OnCreateDirectory
, MakeTuple(url));
[
all
...]
/external/chromium_org/chrome/browser/chromeos/drive/
download_handler.h
82
void
OnCreateDirectory
(const SubstituteDriveDownloadPathCallback& callback,
download_handler.cc
155
base::Bind(&DownloadHandler::
OnCreateDirectory
,
267
void DownloadHandler::
OnCreateDirectory
(
270
DVLOG(1) << "
OnCreateDirectory
" << FileErrorToString(error);
/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_unittest.cc
130
change_tracker()->
OnCreateDirectory
(URL(kPath0));
133
change_tracker()->
OnCreateDirectory
(URL(kPath2));
local_file_change_tracker.cc
117
void LocalFileChangeTracker::
OnCreateDirectory
(const FileSystemURL& url) {
Completed in 662 milliseconds