HomeSort by relevance Sort by last modified time
    Searched defs:operation_type (Results 1 - 2 of 2) 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/browser/extensions/api/socket/
socket_api.cc 194 SocketPermissionRequest::OperationType operation_type; local
197 operation_type = SocketPermissionRequest::TCP_CONNECT;
200 operation_type = SocketPermissionRequest::UDP_SEND_TO;
204 operation_type = SocketPermissionRequest::NONE;
208 SocketPermission::CheckParam param(operation_type, hostname_, port_);

Completed in 403 milliseconds