OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProcessDirectory
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/webkit/browser/fileapi/
remove_operation_delegate.h
26
virtual void
ProcessDirectory
(const FileSystemURL& url,
recursive_operation_delegate.h
24
// In short, each subclass should override ProcessFile and
ProcessDirectory
50
virtual void
ProcessDirectory
(const FileSystemURL& url,
66
// This will call ProcessFile and
ProcessDirectory
on each file or directory.
73
//
ProcessDirectory
is called first for the directory.
92
//
ProcessDirectory
(a_dir).
94
//
ProcessDirectory
(b1_dir).
96
//
ProcessDirectory
(c1_dir).
100
//
ProcessDirectory
(b2_dir)
101
//
ProcessDirectory
(e_dir)
remove_operation_delegate.cc
42
void RemoveOperationDelegate::
ProcessDirectory
(const FileSystemURL& url,
copy_or_move_operation_delegate.h
108
virtual void
ProcessDirectory
(const FileSystemURL& url,
recursive_operation_delegate.cc
82
ProcessDirectory
(
copy_or_move_operation_delegate.cc
784
void CopyOrMoveOperationDelegate::
ProcessDirectory
(
/external/chromium_org/content/browser/fileapi/
recursive_operation_delegate_unittest.cc
67
virtual void
ProcessDirectory
(const FileSystemURL& url,
Completed in 211 milliseconds