HomeSort by relevance Sort by last modified time
    Searched defs:OperationType (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/content/public/common/
socket_permission_request.h 15 enum OperationType {
26 SocketPermissionRequest(OperationType type,
34 OperationType type;
  /external/chromium_org/ppapi/shared_impl/
file_io_state_manager.h 24 enum OperationType {
41 OperationType get_pending_operation() const { return pending_op_; }
50 int32_t CheckOperationState(OperationType new_op, bool should_be_open);
53 void SetPendingOperation(OperationType op);
58 OperationType pending_op_;
  /external/chromium_org/webkit/renderer/fileapi/
webfilewriter_base.h 49 enum OperationType {
65 OperationType operation_;
  /external/chromium_org/win8/delegate_execute/
delegate_execute_operation.h 38 enum OperationType {
48 OperationType operation_type() const {
68 OperationType operation_type_;
  /external/chromium_org/webkit/browser/fileapi/
copy_or_move_operation_delegate.h 26 enum OperationType {
35 OperationType operation_type,
108 OperationType operation_type_;
file_system_operation.h 251 enum OperationType {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ClipPathOperation.h 44 enum OperationType {
54 virtual OperationType getOperationType() const { return m_type; }
58 ClipPathOperation(OperationType type)
63 OperationType m_type;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
TransformOperation.h 39 enum OperationType {
67 virtual OperationType getOperationType() const = 0;
72 OperationType opType = getOperationType();
  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store.cc 111 } OperationType;
113 PendingOperation(OperationType op,
117 OperationType op() const { return op_; }
121 OperationType op_;
127 void BatchOperation(PendingOperation::OperationType op,
375 PendingOperation::OperationType op,
  /external/chromium_org/ash/system/tray/
system_tray_delegate.h 58 enum OperationType {
80 OperationType type;
  /external/chromium_org/chrome/browser/net/
sqlite_server_bound_cert_store.cc 85 } OperationType;
88 OperationType op,
92 OperationType op() const { return op_; }
98 OperationType op_;
105 PendingOperation::OperationType op,
452 PendingOperation::OperationType op,
  /external/chromium_org/content/browser/media/
webrtc_identity_store_backend.cc 132 enum OperationType {
137 PendingOperation(OperationType type,
146 OperationType type;
155 void BatchOperation(OperationType type,
424 OperationType type,
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FilterOperation.h 50 enum OperationType {
78 virtual OperationType getOperationType() const { return m_type; }
89 FilterOperation(OperationType type)
94 OperationType m_type;
99 static PassRefPtr<DefaultFilterOperation> create(OperationType type)
113 DefaultFilterOperation(OperationType type)
141 static PassRefPtr<ReferenceFilterOperation> create(const String& url, const String& fragment, OperationType type)
168 ReferenceFilterOperation(const String& url, const String& fragment, OperationType type)
185 static PassRefPtr<BasicColorMatrixFilterOperation> create(double amount, OperationType type)
205 BasicColorMatrixFilterOperation(double amount, OperationType type
    [all...]
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.cc 134 } OperationType;
136 PendingOperation(OperationType op, const net::CanonicalCookie& cc)
139 OperationType op() const { return op_; }
143 OperationType op_;
193 void BatchOperation(PendingOperation::OperationType op,
878 PendingOperation::OperationType op,
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 288 milliseconds