HomeSort by relevance Sort by last modified time
    Searched refs:COMPILE_ASSERT_MATCHING_ENUM (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
AssertMatchingEnums.cpp 139 #define COMPILE_ASSERT_MATCHING_ENUM(public_name, core_name) \
145 COMPILE_ASSERT_MATCHING_ENUM(WebAXEventActiveDescendantChanged, AXObjectCache::AXActiveDescendantChanged);
146 COMPILE_ASSERT_MATCHING_ENUM(WebAXEventAlert, AXObjectCache::AXAlert);
147 COMPILE_ASSERT_MATCHING_ENUM(WebAXEventAriaAttributeChanged, AXObjectCache::AXAriaAttributeChanged);
148 COMPILE_ASSERT_MATCHING_ENUM(WebAXEventAutocorrectionOccured, AXObjectCache::AXAutocorrectionOccured);
149 COMPILE_ASSERT_MATCHING_ENUM(WebAXEventBlur, AXObjectCache::AXBlur);
150 COMPILE_ASSERT_MATCHING_ENUM(WebAXEventCheckedStateChanged, AXObjectCache::AXCheckedStateChanged);
151 COMPILE_ASSERT_MATCHING_ENUM(WebAXEventChildrenChanged, AXObjectCache::AXChildrenChanged);
152 COMPILE_ASSERT_MATCHING_ENUM(WebAXEventFocus, AXObjectCache::AXFocusedUIElementChanged);
153 COMPILE_ASSERT_MATCHING_ENUM(WebAXEventHide, AXObjectCache::AXHide)
    [all...]
AssociatedURLLoader.cpp 300 #define COMPILE_ASSERT_MATCHING_ENUM(webkit_name, webcore_name) \
303 COMPILE_ASSERT_MATCHING_ENUM(WebURLLoaderOptions::CrossOriginRequestPolicyDeny, DenyCrossOriginRequests);
304 COMPILE_ASSERT_MATCHING_ENUM(WebURLLoaderOptions::CrossOriginRequestPolicyUseAccessControl, UseAccessControl);
305 COMPILE_ASSERT_MATCHING_ENUM(WebURLLoaderOptions::CrossOriginRequestPolicyAllow, AllowCrossOriginRequests);
307 COMPILE_ASSERT_MATCHING_ENUM(WebURLLoaderOptions::ConsiderPreflight, ConsiderPreflight);
308 COMPILE_ASSERT_MATCHING_ENUM(WebURLLoaderOptions::ForcePreflight, ForcePreflight);
309 COMPILE_ASSERT_MATCHING_ENUM(WebURLLoaderOptions::PreventPreflight, PreventPreflight);
WebViewImpl.cpp 222 #define COMPILE_ASSERT_MATCHING_ENUM(coreName) \
224 COMPILE_ASSERT_MATCHING_ENUM(DragOperationNone);
225 COMPILE_ASSERT_MATCHING_ENUM(DragOperationCopy);
226 COMPILE_ASSERT_MATCHING_ENUM(DragOperationLink);
227 COMPILE_ASSERT_MATCHING_ENUM(DragOperationGeneric);
228 COMPILE_ASSERT_MATCHING_ENUM(DragOperationPrivate);
229 COMPILE_ASSERT_MATCHING_ENUM(DragOperationMove);
230 COMPILE_ASSERT_MATCHING_ENUM(DragOperationDelete);
231 COMPILE_ASSERT_MATCHING_ENUM(DragOperationEvery);
    [all...]
  /external/chromium_org/content/child/
assert_matching_enums.cc 18 #define COMPILE_ASSERT_MATCHING_ENUM(expected, actual) \
22 COMPILE_ASSERT_MATCHING_ENUM(blink::WebScreenOrientationLockDefault,
24 COMPILE_ASSERT_MATCHING_ENUM(blink::WebScreenOrientationLockPortraitPrimary,
26 COMPILE_ASSERT_MATCHING_ENUM(blink::WebScreenOrientationLockPortraitSecondary,
28 COMPILE_ASSERT_MATCHING_ENUM(blink::WebScreenOrientationLockLandscapePrimary,
30 COMPILE_ASSERT_MATCHING_ENUM(blink::WebScreenOrientationLockLandscapeSecondary,
32 COMPILE_ASSERT_MATCHING_ENUM(blink::WebScreenOrientationLockAny,
34 COMPILE_ASSERT_MATCHING_ENUM(blink::WebScreenOrientationLockLandscape,
36 COMPILE_ASSERT_MATCHING_ENUM(blink::WebScreenOrientationLockPortrait,
38 COMPILE_ASSERT_MATCHING_ENUM(blink::WebScreenOrientationLockNatural
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_websocket_host.cc 33 #define COMPILE_ASSERT_MATCHING_ENUM(webkit_name, np_name) \
38 COMPILE_ASSERT_MATCHING_ENUM(CloseEventCodeNormalClosure,
40 COMPILE_ASSERT_MATCHING_ENUM(CloseEventCodeGoingAway,
42 COMPILE_ASSERT_MATCHING_ENUM(CloseEventCodeProtocolError,
44 COMPILE_ASSERT_MATCHING_ENUM(CloseEventCodeUnsupportedData,
46 COMPILE_ASSERT_MATCHING_ENUM(CloseEventCodeNoStatusRcvd,
48 COMPILE_ASSERT_MATCHING_ENUM(CloseEventCodeAbnormalClosure,
50 COMPILE_ASSERT_MATCHING_ENUM(CloseEventCodeInvalidFramePayloadData,
52 COMPILE_ASSERT_MATCHING_ENUM(CloseEventCodePolicyViolation,
54 COMPILE_ASSERT_MATCHING_ENUM(CloseEventCodeMessageTooBig
    [all...]
pepper_plugin_instance_impl.cc 247 #define COMPILE_ASSERT_MATCHING_ENUM(webkit_name, np_name) \
262 COMPILE_ASSERT_MATCHING_ENUM(TypePointer, PP_MOUSECURSOR_TYPE_POINTER);
263 COMPILE_ASSERT_MATCHING_ENUM(TypeCross, PP_MOUSECURSOR_TYPE_CROSS);
264 COMPILE_ASSERT_MATCHING_ENUM(TypeHand, PP_MOUSECURSOR_TYPE_HAND);
265 COMPILE_ASSERT_MATCHING_ENUM(TypeIBeam, PP_MOUSECURSOR_TYPE_IBEAM);
266 COMPILE_ASSERT_MATCHING_ENUM(TypeWait, PP_MOUSECURSOR_TYPE_WAIT);
267 COMPILE_ASSERT_MATCHING_ENUM(TypeHelp, PP_MOUSECURSOR_TYPE_HELP);
268 COMPILE_ASSERT_MATCHING_ENUM(TypeEastResize, PP_MOUSECURSOR_TYPE_EASTRESIZE);
269 COMPILE_ASSERT_MATCHING_ENUM(TypeNorthResize, PP_MOUSECURSOR_TYPE_NORTHRESIZE);
270 COMPILE_ASSERT_MATCHING_ENUM(TypeNorthEastResize
    [all...]
  /external/chromium_org/media/blink/
webmediaplayer_util.cc 17 #define COMPILE_ASSERT_MATCHING_ENUM(name) \
22 COMPILE_ASSERT_MATCHING_ENUM(Unknown);
23 COMPILE_ASSERT_MATCHING_ENUM(Client);
24 #undef COMPILE_ASSERT_MATCHING_ENUM
webmediaplayer_impl.cc 113 #define COMPILE_ASSERT_MATCHING_ENUM(name) \
117 COMPILE_ASSERT_MATCHING_ENUM(Unspecified);
118 COMPILE_ASSERT_MATCHING_ENUM(Anonymous);
119 COMPILE_ASSERT_MATCHING_ENUM(UseCredentials);
120 #undef COMPILE_ASSERT_MATCHING_ENUM
382 #define COMPILE_ASSERT_MATCHING_ENUM(webkit_name, chromium_name) \
386 COMPILE_ASSERT_MATCHING_ENUM(PreloadNone, NONE);
387 COMPILE_ASSERT_MATCHING_ENUM(PreloadMetaData, METADATA);
388 COMPILE_ASSERT_MATCHING_ENUM(PreloadAuto, AUTO);
389 #undef COMPILE_ASSERT_MATCHING_ENUM
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenOrientation.cpp 20 #define COMPILE_ASSERT_MATCHING_ENUM(enum1, enum2) \
22 COMPILE_ASSERT_MATCHING_ENUM(WebScreenOrientationPortraitPrimary, WebScreenOrientationLockPortraitPrimary);
23 COMPILE_ASSERT_MATCHING_ENUM(WebScreenOrientationPortraitSecondary, WebScreenOrientationLockPortraitSecondary);
24 COMPILE_ASSERT_MATCHING_ENUM(WebScreenOrientationLandscapePrimary, WebScreenOrientationLockLandscapePrimary);
25 COMPILE_ASSERT_MATCHING_ENUM(WebScreenOrientationLandscapeSecondary, WebScreenOrientationLockLandscapeSecondary);

Completed in 1662 milliseconds