OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:operation_type
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/win8/delegate_execute/
delegate_execute_operation.h
48
OperationType
operation_type
() const {
function in class:delegate_execute::DelegateExecuteOperation
/external/chromium_org/chrome/common/extensions/api/sockets/
sockets_manifest_permission_unittest.cc
65
CheckFormatEntry(SocketPermissionRequest::OperationType
operation_type
,
67
:
operation_type
(
operation_type
),
74
if (
operation_type
== rhs.
operation_type
)
77
return
operation_type
< rhs.
operation_type
;
81
return
operation_type
== rhs.
operation_type
&&
85
SocketPermissionRequest::OperationType
operation_type
;
member in struct:extensions::__anon6655::CheckFormatEntry
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/socket/
socket_api.cc
206
SocketPermissionRequest::OperationType
operation_type
;
local
209
operation_type
= SocketPermissionRequest::TCP_CONNECT;
212
operation_type
= SocketPermissionRequest::UDP_SEND_TO;
216
operation_type
= SocketPermissionRequest::NONE;
220
SocketPermission::CheckParam param(
operation_type
, hostname_, port_);
Completed in 840 milliseconds