OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecursiveOperationDelegate
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/webkit/browser/fileapi/
recursive_operation_delegate.cc
18
RecursiveOperationDelegate
::
RecursiveOperationDelegate
(
25
RecursiveOperationDelegate
::~
RecursiveOperationDelegate
() {
28
void
RecursiveOperationDelegate
::Cancel() {
33
void
RecursiveOperationDelegate
::StartRecursiveOperation(
44
base::Bind(&
RecursiveOperationDelegate
::DidTryProcessFile,
48
FileSystemOperationRunner*
RecursiveOperationDelegate
::operation_runner() {
52
void
RecursiveOperationDelegate
::OnCancel() {
55
void
RecursiveOperationDelegate
::DidTryProcessFile
[
all
...]
recursive_operation_delegate.h
27
class WEBKIT_STORAGE_BROWSER_EXPORT
RecursiveOperationDelegate
28
: public base::SupportsWeakPtr<
RecursiveOperationDelegate
> {
33
virtual ~
RecursiveOperationDelegate
();
63
explicit
RecursiveOperationDelegate
(FileSystemContext* file_system_context);
147
DISALLOW_COPY_AND_ASSIGN(
RecursiveOperationDelegate
);
remove_operation_delegate.h
14
class RemoveOperationDelegate : public
RecursiveOperationDelegate
{
21
//
RecursiveOperationDelegate
overrides:
remove_operation_delegate.cc
17
:
RecursiveOperationDelegate
(file_system_context),
file_system_operation_impl.h
25
class
RecursiveOperationDelegate
;
193
scoped_ptr<
RecursiveOperationDelegate
> recursive_operation_delegate_;
copy_or_move_operation_delegate.h
33
: public
RecursiveOperationDelegate
{
103
//
RecursiveOperationDelegate
overrides:
copy_or_move_operation_delegate.cc
685
:
RecursiveOperationDelegate
(file_system_context),
/external/chromium_org/content/browser/fileapi/
recursive_operation_delegate_unittest.cc
25
class LoggingRecursiveOperation : public
RecursiveOperationDelegate
{
40
:
RecursiveOperationDelegate
(file_system_context),
49
//
RecursiveOperationDelegate
overrides.
116
void CallCancelLater(
RecursiveOperationDelegate
* operation, int counter) {
Completed in 314 milliseconds