/external/chromium_org/win8/delegate_execute/ |
delegate_execute_operation.h | 50 OperationType operation_type() const { function in class:delegate_execute::DelegateExecuteOperation
|
delegate_execute.cc | 188 switch (operation.operation_type()) {
|
/external/chromium_org/extensions/common/api/sockets/ |
sockets_manifest_permission_unittest.cc | 63 CheckFormatEntry(SocketPermissionRequest::OperationType operation_type, 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::__anon12827::CheckFormatEntry [all...] |
sockets_manifest_permission.cc | 34 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) {
|
/external/chromium_org/content/common/service_worker/ |
service_worker_types.h | 114 ServiceWorkerCacheOperationType operation_type; member in struct:content::ServiceWorkerBatchOperation
|
service_worker_messages.h | 66 IPC_STRUCT_TRAITS_MEMBER(operation_type)
|
/external/chromium_org/storage/browser/fileapi/ |
copy_or_move_operation_delegate.cc | 49 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 [all...] |
copy_or_move_operation_delegate.h | 97 OperationType operation_type,
|
/external/chromium_org/extensions/browser/api/socket/ |
socket_api.cc | 209 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/ |
service_worker_cache_storage_dispatcher.cc | 130 blink::WebServiceWorkerCache::OperationType operation_type) { 131 switch (operation_type) { 144 operation.operation_type =
|