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

  /external/chromium_org/components/search_engines/
keyword_table.h 80 enum OperationType {
86 typedef std::pair<OperationType, TemplateURLData> Operation;
  /external/chromium_org/content/child/fileapi/
webfilewriter_base.h 49 enum OperationType {
65 OperationType operation_;
  /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/win8/delegate_execute/
delegate_execute_operation.h 40 enum OperationType {
50 OperationType operation_type() const {
70 OperationType operation_type_;
  /external/chromium_org/content/public/common/
socket_permission_request.h 15 enum OperationType {
28 SocketPermissionRequest(OperationType type,
36 OperationType type;
  /external/chromium_org/chrome/browser/extensions/
install_verifier.h 94 enum OperationType {
104 OperationType type;
109 explicit PendingOperation(OperationType type);
122 void AddMany(const ExtensionIdSet& ids, OperationType type);
126 void OnVerificationComplete(bool success, OperationType type);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ClipPathOperation.h 44 enum OperationType {
54 OperationType type() const { return m_type; }
58 ClipPathOperation(OperationType type)
63 OperationType m_type;
  /external/chromium_org/third_party/WebKit/public/platform/
WebServiceWorkerCache.h 40 enum OperationType {
48 BatchOperation() : operationType(OperationTypeUndefined) { }
50 OperationType operationType;
  /external/chromium_org/storage/browser/fileapi/
copy_or_move_operation_delegate.h 39 enum OperationType {
97 OperationType operation_type,
149 OperationType operation_type_;
file_system_operation.h 460 enum OperationType {
  /external/chromium_org/third_party/WebKit/Source/core/page/
PrintContextTest.cpp 33 enum OperationType {
39 OperationType type;
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformOperation.h 39 enum OperationType {
64 virtual OperationType type() const = 0;
70 OperationType opType = type();
  /external/chromium_org/content/browser/media/
webrtc_identity_store_backend.cc 140 enum OperationType {
145 PendingOperation(OperationType type,
154 OperationType type;
163 void BatchOperation(OperationType type,
500 OperationType type,
  /external/chromium_org/net/extras/sqlite/
sqlite_channel_id_store.cc 110 enum OperationType { CHANNEL_ID_ADD, CHANNEL_ID_DELETE };
112 PendingOperation(OperationType op,
116 OperationType op() const { return op_; }
122 OperationType op_;
128 void BatchOperation(PendingOperation::OperationType op,
450 PendingOperation::OperationType op,
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterOperation.h 45 enum OperationType {
60 static bool canInterpolate(FilterOperation::OperationType type)
89 OperationType type() const { return m_type; }
98 FilterOperation(OperationType type)
103 OperationType m_type;
109 #define DEFINE_FILTER_OPERATION_TYPE_CASTS(thisType, operationType) \
110 DEFINE_TYPE_CASTS(thisType, FilterOperation, op, op->type() == FilterOperation::operationType, op.type() == FilterOperation::operationType);
161 static PassRefPtr<BasicColorMatrixFilterOperation> create(double amount, OperationType type)
179 BasicColorMatrixFilterOperation(double amount, OperationType type
    [all...]
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.cc 138 } OperationType;
140 PendingOperation(OperationType op, const net::CanonicalCookie& cc)
143 OperationType op() const { return op_; }
147 OperationType op_;
197 void BatchOperation(PendingOperation::OperationType op,
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderMatrixTests.cpp 166 enum OperationType
202 static OperationType getOperationType (MatrixOp op)
    [all...]
es2fShaderOperatorTests.cpp 248 enum OperationType
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;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderMatrixTests.cpp 280 enum OperationType
322 static OperationType getOperationType (MatrixOp op)
    [all...]
es3fShaderOperatorTests.cpp 429 enum OperationType
443 OperationType type_=FUNCTION, bool isUnaryPrefix_=true)
469 OperationType type_=FUNCTION, bool isUnaryPrefix_=true)
505 OperationType type;
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 601 milliseconds