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

  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformOperation.h 39 enum OperationType {
66 virtual OperationType getOperationType() const = 0;
71 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/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.h 106 } OperationType;
110 virtual OperationType type() { return UndefinedOperation; }
181 virtual OperationType type() { return BeginTransparencyLayerOperation; }
189 virtual OperationType type() { return EndTransparencyLayerOperation; }
194 virtual OperationType type() { return SaveOperation; }
199 virtual OperationType type() { return RestoreOperation; }
210 virtual OperationType type() { return SetAlphaOperation; }
221 virtual OperationType type() { return SetCompositeOpOperation; }
232 virtual OperationType type() { return SetFillColorOperation; }
253 virtual OperationType type() { return SetFillShaderOperation;
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 207 milliseconds