Searched defs:OperationType (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/content/public/common/
H A Dsocket_permission_request.h15 enum OperationType { enum in struct:content::SocketPermissionRequest
26 SocketPermissionRequest(OperationType type,
34 OperationType type;
/external/chromium_org/ppapi/shared_impl/
H A Dfile_io_state_manager.h24 enum OperationType { enum in class:ppapi::FileIOStateManager
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/
H A Dwebfilewriter_base.h49 enum OperationType { enum in class:fileapi::WebFileWriterBase
65 OperationType operation_;
/external/chromium_org/win8/delegate_execute/
H A Ddelegate_execute_operation.h38 enum OperationType { enum in class:delegate_execute::DelegateExecuteOperation
48 OperationType operation_type() const {
68 OperationType operation_type_;
/external/chromium_org/webkit/browser/fileapi/
H A Dcopy_or_move_operation_delegate.h26 enum OperationType { enum in class:fileapi::CopyOrMoveOperationDelegate
35 OperationType operation_type,
108 OperationType operation_type_;
H A Dfile_system_operation.h251 enum OperationType { enum in class:fileapi::FileSystemOperation
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
H A DTransformOperation.h39 enum OperationType { enum in class:WebCore::TransformOperation
67 virtual OperationType getOperationType() const = 0;
72 OperationType opType = getOperationType();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DClipPathOperation.h44 enum OperationType { enum in class:WebCore::ClipPathOperation
54 virtual OperationType getOperationType() const { return m_type; }
58 ClipPathOperation(OperationType type)
63 OperationType m_type;
/external/chromium/chrome/browser/net/
H A Dsqlite_persistent_cookie_store.cc111 } OperationType; typedef in class:SQLitePersistentCookieStore::Backend::PendingOperation
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/
H A Dsystem_tray_delegate.h58 enum OperationType { enum in struct:ash::DriveOperationStatus
80 OperationType type;
/external/chromium_org/chrome/browser/net/
H A Dsqlite_server_bound_cert_store.cc85 } OperationType; typedef in class:SQLiteServerBoundCertStore::Backend::PendingOperation
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/
H A Dwebrtc_identity_store_backend.cc132 enum OperationType { enum in class:content::WebRTCIdentityStoreBackend::SqlLiteStorage
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/
H A DFilterOperation.h50 enum OperationType { enum in class:WebCore::FilterOperation
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 typ
[all...]
/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store.cc134 } OperationType; typedef in class:content::SQLitePersistentCookieStore::Backend::PendingOperation
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,
/external/clang/lib/Sema/
H A DSemaChecking.cpp3637 unsigned OperationType = 0; local
3642 OperationType = 1;
3644 OperationType = 2;
3646 OperationType = 3;
3654 << OperationType

Completed in 521 milliseconds