OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveOperationDelegate
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/webkit/browser/fileapi/
remove_operation_delegate.cc
13
RemoveOperationDelegate
::
RemoveOperationDelegate
(
23
RemoveOperationDelegate
::~
RemoveOperationDelegate
() {}
25
void
RemoveOperationDelegate
::Run() {
27
&
RemoveOperationDelegate
::DidTryRemoveFile, weak_factory_.GetWeakPtr()));
30
void
RemoveOperationDelegate
::RunRecursively() {
34
void
RemoveOperationDelegate
::ProcessFile(const FileSystemURL& url,
38
base::Bind(&
RemoveOperationDelegate
::DidRemoveFile,
42
void
RemoveOperationDelegate
::ProcessDirectory(const FileSystemURL& url
[
all
...]
remove_operation_delegate.h
14
class
RemoveOperationDelegate
: public RecursiveOperationDelegate {
16
RemoveOperationDelegate
(FileSystemContext* file_system_context,
19
virtual ~
RemoveOperationDelegate
();
40
base::WeakPtrFactory<
RemoveOperationDelegate
> weak_factory_;
41
DISALLOW_COPY_AND_ASSIGN(
RemoveOperationDelegate
);
file_system_operation_impl.cc
148
// first. If not supported, it is delegated to
RemoveOperationDelegate
158
new
RemoveOperationDelegate
(
515
new
RemoveOperationDelegate
(
Completed in 58 milliseconds