Home
last modified time | relevance | path

Searched refs:operation_type (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/common/extensions/api/sockets/
Dsockets_manifest_permission_unittest.cc65 CheckFormatEntry(SocketPermissionRequest::OperationType operation_type, in CheckFormatEntry()
67 : operation_type(operation_type), in CheckFormatEntry()
74 if (operation_type == rhs.operation_type) in operator <()
77 return operation_type < rhs.operation_type; in operator <()
81 return operation_type == rhs.operation_type && in operator ==()
85 SocketPermissionRequest::OperationType operation_type; member
Dsockets_manifest_permission.cc34 content::SocketPermissionRequest::OperationType operation_type, in ParseHostPattern() argument
39 operation_type, host_pattern, &entry)) { in ParseHostPattern()
50 content::SocketPermissionRequest::OperationType operation_type, in ParseHostPatterns() argument
57 return ParseHostPattern(permission, operation_type, in ParseHostPatterns()
65 if (!ParseHostPattern(permission, operation_type, *it, error)) { in ParseHostPatterns()
75 content::SocketPermissionRequest::OperationType operation_type) { in SetHostPatterns() argument
80 if (it->pattern().type == operation_type) { in SetHostPatterns()
/external/chromium_org/webkit/browser/fileapi/
Dcopy_or_move_operation_delegate.cc48 CopyOrMoveOperationDelegate::OperationType operation_type, in CopyOrMoveOnSameFileSystemImpl() argument
55 operation_type_(operation_type), in CopyOrMoveOnSameFileSystemImpl()
97 CopyOrMoveOperationDelegate::OperationType operation_type, in SnapshotCopyOrMoveImpl() argument
105 operation_type_(operation_type), in SnapshotCopyOrMoveImpl()
369 CopyOrMoveOperationDelegate::OperationType operation_type, in StreamCopyOrMoveImpl() argument
378 operation_type_(operation_type), in StreamCopyOrMoveImpl()
681 OperationType operation_type, in CopyOrMoveOperationDelegate() argument
688 operation_type_(operation_type), in CopyOrMoveOperationDelegate()
Dcopy_or_move_operation_delegate.h97 OperationType operation_type,
/external/chromium_org/win8/delegate_execute/
Ddelegate_execute_operation.h48 OperationType operation_type() const { in operation_type() function
Ddelegate_execute.cc152 switch (operation.operation_type()) { in _tWinMain()
/external/chromium_org/chrome/browser/extensions/api/socket/
Dsocket_api.cc206 SocketPermissionRequest::OperationType operation_type; in AsyncWorkStart() local
209 operation_type = SocketPermissionRequest::TCP_CONNECT; in AsyncWorkStart()
212 operation_type = SocketPermissionRequest::UDP_SEND_TO; in AsyncWorkStart()
216 operation_type = SocketPermissionRequest::NONE; in AsyncWorkStart()
220 SocketPermission::CheckParam param(operation_type, hostname_, port_); in AsyncWorkStart()