HomeSort by relevance Sort by last modified time
    Searched refs:DEFINE_STATIC_LOCAL (Results 1 - 25 of 312) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
ShadowElementNames.cpp 40 DEFINE_STATIC_LOCAL(AtomicString, name, ("details-content", AtomicString::ConstructFromLiteral));
46 DEFINE_STATIC_LOCAL(AtomicString, name, ("details-summary", AtomicString::ConstructFromLiteral));
52 DEFINE_STATIC_LOCAL(AtomicString, name, ("date-time-edit", AtomicString::ConstructFromLiteral));
58 DEFINE_STATIC_LOCAL(AtomicString, name, ("spin", AtomicString::ConstructFromLiteral));
64 DEFINE_STATIC_LOCAL(AtomicString, name, ("clear", AtomicString::ConstructFromLiteral));
70 DEFINE_STATIC_LOCAL(AtomicString, name, ("editing-view-port", AtomicString::ConstructFromLiteral));
76 DEFINE_STATIC_LOCAL(AtomicString, name, ("inner-editor", AtomicString::ConstructFromLiteral));
82 DEFINE_STATIC_LOCAL(AtomicString, name, ("picker", AtomicString::ConstructFromLiteral));
88 DEFINE_STATIC_LOCAL(AtomicString, name, ("placeholder", AtomicString::ConstructFromLiteral));
94 DEFINE_STATIC_LOCAL(AtomicString, name, ("decoration", AtomicString::ConstructFromLiteral))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
PageVisibilityState.cpp 38 DEFINE_STATIC_LOCAL(const String, visible, ("visible"));
39 DEFINE_STATIC_LOCAL(const String, hidden, ("hidden"));
40 DEFINE_STATIC_LOCAL(const String, prerender, ("prerender"));
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
AlternateFontFamily.h 49 DEFINE_STATIC_LOCAL(AtomicString, courier, ("Courier", AtomicString::ConstructFromLiteral));
50 DEFINE_STATIC_LOCAL(AtomicString, courierNew, ("Courier New", AtomicString::ConstructFromLiteral));
56 DEFINE_STATIC_LOCAL(AtomicString, msSans, ("MS Sans Serif", AtomicString::ConstructFromLiteral));
57 DEFINE_STATIC_LOCAL(AtomicString, microsoftSans, ("Microsoft Sans Serif", AtomicString::ConstructFromLiteral));
64 DEFINE_STATIC_LOCAL(AtomicString, msSerif, ("MS Serif", AtomicString::ConstructFromLiteral));
65 DEFINE_STATIC_LOCAL(AtomicString, times, ("Times", AtomicString::ConstructFromLiteral));
66 DEFINE_STATIC_LOCAL(AtomicString, timesNewRoman, ("Times New Roman", AtomicString::ConstructFromLiteral));
77 DEFINE_STATIC_LOCAL(AtomicString, courier, ("Courier", AtomicString::ConstructFromLiteral));
78 DEFINE_STATIC_LOCAL(AtomicString, courierNew, ("Courier New", AtomicString::ConstructFromLiteral));
90 DEFINE_STATIC_LOCAL(AtomicString, times, ("Times", AtomicString::ConstructFromLiteral))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumFontProvider.cpp 51 DEFINE_STATIC_LOCAL(const AtomicString, fontFace, ("Arial", AtomicString::ConstructFromLiteral));
RenderBR.cpp 34 DEFINE_STATIC_LOCAL(const String, string, ("\n"));
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeAndroid.cpp 35 DEFINE_STATIC_LOCAL(ScrollbarThemeOverlay, theme, (3, 3, ScrollbarThemeOverlay::DisallowHitTest, Color(128, 128, 128, 128)));
  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextBreakIteratorInternalICU.cpp 36 DEFINE_STATIC_LOCAL(const CString, locale, (defaultLanguage().latin1()));
  /external/chromium_org/third_party/WebKit/Source/platform/
Cursor.cpp 190 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::Pointer));
196 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::Cross));
202 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::Hand));
208 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::Move));
214 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::VerticalText));
220 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::Cell));
226 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::ContextMenu));
232 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::Alias));
238 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::ZoomIn));
244 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::ZoomOut))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/events/
ApplicationCacheErrorEvent.cpp 12 DEFINE_STATIC_LOCAL(String, errorManifest, ("manifest"));
13 DEFINE_STATIC_LOCAL(String, errorSignature, ("signature"));
14 DEFINE_STATIC_LOCAL(String, errorResource, ("resource"));
15 DEFINE_STATIC_LOCAL(String, errorChanged, ("changed"));
16 DEFINE_STATIC_LOCAL(String, errorAbort, ("abort"));
17 DEFINE_STATIC_LOCAL(String, errorQuota, ("quota"));
18 DEFINE_STATIC_LOCAL(String, errorPolicy, ("policy"));
19 DEFINE_STATIC_LOCAL(String, errorUnknown, ("unknown"));
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
AudioTrack.cpp 36 DEFINE_STATIC_LOCAL(const AtomicString, keyword, ("alternative", AtomicString::ConstructFromLiteral));
42 DEFINE_STATIC_LOCAL(const AtomicString, keyword, ("descriptions", AtomicString::ConstructFromLiteral));
48 DEFINE_STATIC_LOCAL(const AtomicString, keyword, ("main", AtomicString::ConstructFromLiteral));
54 DEFINE_STATIC_LOCAL(const AtomicString, keyword, ("main-desc", AtomicString::ConstructFromLiteral));
60 DEFINE_STATIC_LOCAL(const AtomicString, keyword, ("translation", AtomicString::ConstructFromLiteral));
66 DEFINE_STATIC_LOCAL(const AtomicString, keyword, ("commentary", AtomicString::ConstructFromLiteral));
VideoTrack.cpp 38 DEFINE_STATIC_LOCAL(const AtomicString, keyword, ("alternative", AtomicString::ConstructFromLiteral));
44 DEFINE_STATIC_LOCAL(const AtomicString, keyword, ("captions", AtomicString::ConstructFromLiteral));
50 DEFINE_STATIC_LOCAL(const AtomicString, keyword, ("main", AtomicString::ConstructFromLiteral));
56 DEFINE_STATIC_LOCAL(const AtomicString, keyword, ("sign", AtomicString::ConstructFromLiteral));
62 DEFINE_STATIC_LOCAL(const AtomicString, keyword, ("subtitles", AtomicString::ConstructFromLiteral));
68 DEFINE_STATIC_LOCAL(const AtomicString, keyword, ("commentary", AtomicString::ConstructFromLiteral));
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTElement.cpp 35 DEFINE_STATIC_LOCAL(QualifiedName, cTag, (nullAtom, "c", nullAtom));
36 DEFINE_STATIC_LOCAL(QualifiedName, vTag, (nullAtom, "v", nullAtom));
37 DEFINE_STATIC_LOCAL(QualifiedName, langTag, (nullAtom, "lang", nullAtom));
38 DEFINE_STATIC_LOCAL(QualifiedName, bTag, (nullAtom, "b", nullAtom));
39 DEFINE_STATIC_LOCAL(QualifiedName, uTag, (nullAtom, "u", nullAtom));
40 DEFINE_STATIC_LOCAL(QualifiedName, iTag, (nullAtom, "i", nullAtom));
41 DEFINE_STATIC_LOCAL(QualifiedName, rubyTag, (nullAtom, "ruby", nullAtom));
42 DEFINE_STATIC_LOCAL(QualifiedName, rtTag, (nullAtom, "rt", nullAtom));
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ModuleProxy.cpp 14 DEFINE_STATIC_LOCAL(ModuleProxy, moduleProxy, ());
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGUnitTypes.cpp 38 DEFINE_STATIC_LOCAL(SVGEnumerationStringEntries, entries, ());
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenOrientationDispatcher.cpp 14 DEFINE_STATIC_LOCAL(ScreenOrientationDispatcher, screenOrientationDispatcher, ());
ScreenOrientation.cpp 36 DEFINE_STATIC_LOCAL(const AtomicString, portraitPrimary, ("portrait-primary", AtomicString::ConstructFromLiteral));
37 DEFINE_STATIC_LOCAL(const AtomicString, portraitSecondary, ("portrait-secondary", AtomicString::ConstructFromLiteral));
38 DEFINE_STATIC_LOCAL(const AtomicString, landscapePrimary, ("landscape-primary", AtomicString::ConstructFromLiteral));
39 DEFINE_STATIC_LOCAL(const AtomicString, landscapeSecondary, ("landscape-secondary", AtomicString::ConstructFromLiteral));
40 DEFINE_STATIC_LOCAL(const AtomicString, any, ("any", AtomicString::ConstructFromLiteral));
41 DEFINE_STATIC_LOCAL(const AtomicString, portrait, ("portrait", AtomicString::ConstructFromLiteral));
42 DEFINE_STATIC_LOCAL(const AtomicString, landscape, ("landscape", AtomicString::ConstructFromLiteral));
43 DEFINE_STATIC_LOCAL(const AtomicString, natural, ("natural", AtomicString::ConstructFromLiteral));
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertyShorthandCustom.cpp 35 DEFINE_STATIC_LOCAL(StylePropertyShorthand, borderForParsingLonghands, (CSSPropertyBorder, borderShorthandProperties, propertiesForInitialization, WTF_ARRAY_LENGTH(borderShorthandProperties)));
60 DEFINE_STATIC_LOCAL(StylePropertyShorthand, webkitAnimationLonghandsForParsing, (CSSPropertyAnimation, animationPropertiesForParsing, WTF_ARRAY_LENGTH(animationPropertiesForParsing)));
85 DEFINE_STATIC_LOCAL(StylePropertyShorthand, webkitAnimationLonghandsForParsing, (CSSPropertyWebkitAnimation, animationPropertiesForParsing, WTF_ARRAY_LENGTH(animationPropertiesForParsing)));
98 DEFINE_STATIC_LOCAL(StylePropertyShorthand, transitionLonghands, (CSSPropertyTransition, transitionProperties, WTF_ARRAY_LENGTH(transitionProperties)));
110 DEFINE_STATIC_LOCAL(StylePropertyShorthand, webkitTransitionLonghands, (CSSPropertyWebkitTransition, webkitTransitionProperties, WTF_ARRAY_LENGTH(webkitTransitionProperties)));
  /external/chromium_org/third_party/WebKit/Source/core/dom/
PseudoElement.cpp 41 DEFINE_STATIC_LOCAL(QualifiedName, after, (nullAtom, "<pseudo:after>", nullAtom));
45 DEFINE_STATIC_LOCAL(QualifiedName, before, (nullAtom, "<pseudo:before>", nullAtom));
49 DEFINE_STATIC_LOCAL(QualifiedName, backdrop, (nullAtom, "<pseudo:backdrop>", nullAtom));
56 DEFINE_STATIC_LOCAL(QualifiedName, name, (nullAtom, "<pseudo>", nullAtom));
62 DEFINE_STATIC_LOCAL(const String, after, ("::after"));
63 DEFINE_STATIC_LOCAL(const String, before, ("::before"));
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ColorMac.mm 42 DEFINE_STATIC_LOCAL(RetainPtr<NSColor>, clearColor, ([NSColor colorWithDeviceRed:0 green:0 blue:0 alpha:0]));
46 DEFINE_STATIC_LOCAL(RetainPtr<NSColor>, blackColor, ([NSColor colorWithDeviceRed:0 green:0 blue:0 alpha:1]));
50 DEFINE_STATIC_LOCAL(RetainPtr<NSColor>, whiteColor, ([NSColor colorWithDeviceRed:1 green:1 blue:1 alpha:1]));
  /external/chromium_org/third_party/WebKit/Source/modules/device_light/
DeviceLightDispatcher.cpp 15 DEFINE_STATIC_LOCAL(DeviceLightDispatcher, deviceLightDispatcher, ());
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionDispatcher.cpp 42 DEFINE_STATIC_LOCAL(DeviceMotionDispatcher, deviceMotionDispatcher, ());
DeviceOrientationDispatcher.cpp 42 DEFINE_STATIC_LOCAL(DeviceOrientationDispatcher, deviceOrientationDispatcher, ());
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorNodeIds.cpp 23 DEFINE_STATIC_LOCAL(Persistent<NodeToIdMap>, nodeToIdMap, (new NodeToIdMap()));
29 DEFINE_STATIC_LOCAL(Persistent<IdToNodeMap>, idToNodeMap, (new IdToNodeMap()));
53 DEFINE_STATIC_LOCAL(WeakNodeMap, self, ());
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
SchemeRegistry.cpp 37 DEFINE_STATIC_LOCAL(URLSchemesMap, localSchemes, ());
47 DEFINE_STATIC_LOCAL(URLSchemesMap, displayIsolatedSchemes, ());
53 DEFINE_STATIC_LOCAL(URLSchemesMap, secureSchemes, ());
67 DEFINE_STATIC_LOCAL(URLSchemesMap, schemesWithUniqueOrigins, ());
82 DEFINE_STATIC_LOCAL(URLSchemesMap, emptyDocumentSchemes, ());
92 DEFINE_STATIC_LOCAL(HashSet<String>, schemes, ());
98 DEFINE_STATIC_LOCAL(URLSchemesMap, canDisplayOnlyIfCanRequestSchemes, ());
110 DEFINE_STATIC_LOCAL(URLSchemesMap, notAllowingJavascriptURLsSchemes, ());
134 DEFINE_STATIC_LOCAL(URLSchemesMap, CORSEnabledSchemes, ());
147 DEFINE_STATIC_LOCAL(URLSchemesMap, LegacySchemes, ())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
StylePropertyShorthand.cpp.tmpl 39 DEFINE_STATIC_LOCAL(StylePropertyShorthand, {{property.lower_camel_name}}Longhands, ({{property_id}}, {{property.lower_camel_name}}Properties, WTF_ARRAY_LENGTH({{property.lower_camel_name}}Properties)));
47 DEFINE_STATIC_LOCAL(StylePropertyShorthand, emptyShorthand, ());

Completed in 410 milliseconds

1 2 3 4 5 6 7 8 91011>>