Searched refs:ENUM_CLASS (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DDatabaseError.h33 ENUM_CLASS(DatabaseError) { function in namespace:blink
H A DSQLTransactionState.h33 ENUM_CLASS(SQLTransactionState) { function in namespace:blink
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DEnumClass.h33 // How to define a type safe enum list using the ENUM_CLASS macros?
46 // ENUM_CLASS(MyEnums) {
53 // The ENUM_CLASS macros will use C++11's enum class if the compiler supports it.
58 #define ENUM_CLASS(__enumName) \ macro
117 #define ENUM_CLASS(__enumName) \
H A DCheckedArithmetic.h70 ENUM_CLASS(CheckedState) function in namespace:WTF

Completed in 1875 milliseconds