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

/external/chromium_org/chrome/browser/webdata/
H A Dkeyword_table.h80 enum OperationType { enum in class:KeywordTable
86 typedef std::pair<OperationType, TemplateURLData> Operation;
/external/chromium_org/content/child/fileapi/
H A Dwebfilewriter_base.h49 enum OperationType { enum in class:content::WebFileWriterBase
65 OperationType operation_;
/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/win8/delegate_execute/
H A Ddelegate_execute_operation.h40 enum OperationType { enum in class:delegate_execute::DelegateExecuteOperation
50 OperationType operation_type() const {
70 OperationType operation_type_;
/external/chromium_org/content/public/common/
H A Dsocket_permission_request.h15 enum OperationType { enum in struct:content::SocketPermissionRequest
28 SocketPermissionRequest(OperationType type,
36 OperationType type;
/external/chromium_org/chrome/browser/extensions/
H A Dinstall_verifier.h84 enum OperationType { enum in class:extensions::InstallVerifier
94 OperationType type;
99 explicit PendingOperation(OperationType type);
112 void AddMany(const ExtensionIdSet& ids, OperationType type);
116 void OnVerificationComplete(bool success, OperationType type);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DClipPathOperation.h44 enum OperationType { enum in class:WebCore::ClipPathOperation
54 OperationType type() const { return m_type; }
58 ClipPathOperation(OperationType type)
63 OperationType m_type;
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformOperation.h39 enum OperationType { enum in class:WebCore::TransformOperation
66 virtual OperationType type() const = 0;
72 OperationType opType = type();
/external/chromium_org/webkit/browser/fileapi/
H A Dcopy_or_move_operation_delegate.h39 enum OperationType { enum in class:fileapi::CopyOrMoveOperationDelegate
97 OperationType operation_type,
149 OperationType operation_type_;
H A Dfile_system_operation.h460 enum OperationType { enum in class:fileapi::FileSystemOperation
/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/content/browser/media/
H A Dwebrtc_identity_store_backend.cc140 enum OperationType { enum in class:content::WebRTCIdentityStoreBackend::SqlLiteStorage
145 PendingOperation(OperationType type,
154 OperationType type;
163 void BatchOperation(OperationType type,
499 OperationType type,
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFilterOperation.h45 enum OperationType { enum in class:WebCore::FilterOperation
60 static bool canInterpolate(FilterOperation::OperationType type)
89 OperationType type() const { return m_type; }
98 FilterOperation(OperationType type)
103 OperationType m_type;
161 static PassRefPtr<BasicColorMatrixFilterOperation> create(double amount, OperationType type)
179 BasicColorMatrixFilterOperation(double amount, OperationType type)
190 FilterOperation::OperationType type = operation.type();
199 static PassRefPtr<BasicComponentTransferFilterOperation> create(double amount, OperationType type)
219 BasicComponentTransferFilterOperation(double amount, OperationType typ
[all...]
/external/chromium_org/chrome/browser/net/
H A Dsqlite_server_bound_cert_store.cc84 } OperationType; typedef in class:SQLiteServerBoundCertStore::Backend::PendingOperation
87 OperationType op,
91 OperationType op() const { return op_; }
97 OperationType op_;
104 PendingOperation::OperationType op,
445 PendingOperation::OperationType op,
/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store.cc138 } OperationType; typedef in class:content::SQLitePersistentCookieStore::Backend::PendingOperation
140 PendingOperation(OperationType op, const net::CanonicalCookie& cc)
143 OperationType op() const { return op_; }
147 OperationType op_;
197 void BatchOperation(PendingOperation::OperationType op,
924 PendingOperation::OperationType op,
/external/deqp/modules/gles2/functional/
H A Des2fShaderMatrixTests.cpp166 enum OperationType enum in namespace:deqp::gles2::Functional::MatrixCaseUtils
202 static OperationType getOperationType (MatrixOp op)
H A Des2fShaderOperatorTests.cpp248 enum OperationType enum in namespace:deqp::gles2::Functional
257 BuiltinFuncInfo (const char* caseName_, const char* shaderFuncName_, ValueType outValue_, Value input0_, Value input1_, Value input2_, float resultScale_, float resultBias_, deUint32 precisionMask_, ShaderEvalFunc evalFuncScalar_, ShaderEvalFunc evalFuncVec2_, ShaderEvalFunc evalFuncVec3_, ShaderEvalFunc evalFuncVec4_, OperationType type_=FUNCTION, bool isUnaryPrefix_=true)
289 OperationType type;
/external/deqp/modules/gles3/functional/
H A Des3fShaderMatrixTests.cpp280 enum OperationType enum in namespace:deqp::gles3::Functional::MatrixCaseUtils
322 static OperationType getOperationType (MatrixOp op)
H A Des3fShaderOperatorTests.cpp429 enum OperationType enum in namespace:deqp::gles3::Functional
443 OperationType type_=FUNCTION, bool isUnaryPrefix_=true)
469 OperationType type_=FUNCTION, bool isUnaryPrefix_=true)
505 OperationType type;
/external/clang/lib/Sema/
H A DSemaChecking.cpp4173 unsigned OperationType = 0; local
4178 OperationType = 1;
4180 OperationType = 2;
4182 OperationType = 3;
4189 << FnName << IsContained << ContainedRD << OperationType

Completed in 882 milliseconds