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 48 #define TYPE(x) virtual OperationType type() { return x; }
126 } OperationType;
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 811 milliseconds