Searched refs:operation_id (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_file_system.cc92 storage::FileSystemOperationRunner::OperationID operation_id,
103 operation_id, type,
111 storage::FileSystemOperationRunner::OperationID* operation_id,
121 profile_id, *operation_id, type,
128 storage::FileSystemOperationRunner::OperationID operation_id,
138 operation_id,
146 storage::FileSystemOperationRunner::OperationID* operation_id,
155 profile_id, *operation_id,
167 // Note: |operation_id| is owned by the callback for
170 storage::FileSystemOperationRunner::OperationID* operation_id local
90 NotifyCopyProgress( void* profile_id, storage::FileSystemOperationRunner::OperationID operation_id, storage::FileSystemOperation::CopyProgressType type, const FileSystemURL& source_url, const FileSystemURL& destination_url, int64 size) argument
109 OnCopyProgress( void* profile_id, storage::FileSystemOperationRunner::OperationID* operation_id, storage::FileSystemOperation::CopyProgressType type, const FileSystemURL& source_url, const FileSystemURL& destination_url, int64 size) argument
126 NotifyCopyCompletion( void* profile_id, storage::FileSystemOperationRunner::OperationID operation_id, const FileSystemURL& source_url, const FileSystemURL& destination_url, base::File::Error error) argument
144 OnCopyCompleted( void* profile_id, storage::FileSystemOperationRunner::OperationID* operation_id, const FileSystemURL& source_url, const FileSystemURL& destination_url, base::File::Error error) argument
195 CancelCopyOnIOThread( scoped_refptr<storage::FileSystemContext> file_system_context, storage::FileSystemOperationRunner::OperationID operation_id) argument
586 RunAfterStartCopy( int operation_id) argument
[all...]
H A Dprivate_api_file_system.h193 void RunAfterStartCopy(int operation_id);
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Doauth2_login_verifier.cc245 void OAuth2LoginVerifier::RetryOnError(const char* operation_id, argument
253 base::StringPrintf("OAuth2Login.%sRetry", operation_id),
263 << operation_id;
265 base::StringPrintf("OAuth2Login.%sFailure", operation_id),
H A Doauth2_login_verifier.h104 void RetryOnError(const char* operation_id,

Completed in 70 milliseconds