Searched refs:operation_type (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/win8/delegate_execute/
H A Ddelegate_execute_operation.h50 OperationType operation_type() const { function in class:delegate_execute::DelegateExecuteOperation
H A Ddelegate_execute.cc188 switch (operation.operation_type()) {
/external/chromium_org/extensions/common/api/sockets/
H A Dsockets_manifest_permission_unittest.cc63 CheckFormatEntry(SocketPermissionRequest::OperationType operation_type, argument
65 : operation_type(operation_type), host_pattern(host_pattern) {}
70 if (operation_type == rhs.operation_type)
73 return operation_type < rhs.operation_type;
77 return operation_type == rhs.operation_type &&
81 SocketPermissionRequest::OperationType operation_type; member in struct:extensions::__anon8202::CheckFormatEntry
[all...]
H A Dsockets_manifest_permission.cc34 content::SocketPermissionRequest::OperationType operation_type,
39 operation_type, host_pattern, &entry)) {
50 content::SocketPermissionRequest::OperationType operation_type,
58 permission, operation_type, *host_patterns->as_string, error);
66 if (!ParseHostPattern(permission, operation_type, *it, error)) {
76 content::SocketPermissionRequest::OperationType operation_type) {
83 if (it->pattern().type == operation_type) {
32 ParseHostPattern( SocketsManifestPermission* permission, content::SocketPermissionRequest::OperationType operation_type, const std::string& host_pattern, base::string16* error) argument
48 ParseHostPatterns( SocketsManifestPermission* permission, content::SocketPermissionRequest::OperationType operation_type, const scoped_ptr<SocketHostPatterns>& host_patterns, base::string16* error) argument
73 SetHostPatterns( scoped_ptr<SocketHostPatterns>& host_patterns, const SocketsManifestPermission* permission, content::SocketPermissionRequest::OperationType operation_type) argument
/external/chromium_org/content/common/service_worker/
H A Dservice_worker_types.h114 ServiceWorkerCacheOperationType operation_type; member in struct:content::ServiceWorkerBatchOperation
H A Dservice_worker_messages.h66 IPC_STRUCT_TRAITS_MEMBER(operation_type)
/external/chromium_org/storage/browser/fileapi/
H A Dcopy_or_move_operation_delegate.cc49 CopyOrMoveOperationDelegate::OperationType operation_type,
56 operation_type_(operation_type),
98 CopyOrMoveOperationDelegate::OperationType operation_type,
106 operation_type_(operation_type),
371 CopyOrMoveOperationDelegate::OperationType operation_type,
381 operation_type_(operation_type),
740 OperationType operation_type,
747 operation_type_(operation_type),
940 // If operation_type == Move we may need to record directories and
47 CopyOrMoveOnSameFileSystemImpl( FileSystemOperationRunner* operation_runner, CopyOrMoveOperationDelegate::OperationType operation_type, const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOperationDelegate::CopyOrMoveOption option, const FileSystemOperation::CopyFileProgressCallback& file_progress_callback) argument
96 SnapshotCopyOrMoveImpl( FileSystemOperationRunner* operation_runner, CopyOrMoveOperationDelegate::OperationType operation_type, const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOperationDelegate::CopyOrMoveOption option, CopyOrMoveFileValidatorFactory* validator_factory, const FileSystemOperation::CopyFileProgressCallback& file_progress_callback) argument
368 StreamCopyOrMoveImpl( FileSystemOperationRunner* operation_runner, FileSystemContext* file_system_context, CopyOrMoveOperationDelegate::OperationType operation_type, const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOperationDelegate::CopyOrMoveOption option, scoped_ptr<storage::FileStreamReader> reader, scoped_ptr<FileStreamWriter> writer, const FileSystemOperation::CopyFileProgressCallback& file_progress_callback) argument
736 CopyOrMoveOperationDelegate( FileSystemContext* file_system_context, const FileSystemURL& src_root, const FileSystemURL& dest_root, OperationType operation_type, CopyOrMoveOption option, const CopyProgressCallback& progress_callback, const StatusCallback& callback) argument
H A Dcopy_or_move_operation_delegate.h97 OperationType operation_type,
/external/chromium_org/extensions/browser/api/socket/
H A Dsocket_api.cc209 SocketPermissionRequest::OperationType operation_type; local
212 operation_type = SocketPermissionRequest::TCP_CONNECT;
215 operation_type = SocketPermissionRequest::UDP_SEND_TO;
219 operation_type = SocketPermissionRequest::NONE;
223 SocketPermission::CheckParam param(operation_type, hostname_, port_);
/external/chromium_org/content/renderer/service_worker/
H A Dservice_worker_cache_storage_dispatcher.cc130 blink::WebServiceWorkerCache::OperationType operation_type) {
131 switch (operation_type) {
144 operation.operation_type =
129 CacheOperationTypeFromWebCacheOperationType( blink::WebServiceWorkerCache::OperationType operation_type) argument

Completed in 193 milliseconds