HomeSort by relevance Sort by last modified time
    Searched refs:DEFINE_STATIC_LOCAL (Results 1 - 25 of 319) 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 32 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 37 DEFINE_STATIC_LOCAL(const AtomicString, keyword, ("alternative", AtomicString::ConstructFromLiteral));
43 DEFINE_STATIC_LOCAL(const AtomicString, keyword, ("descriptions", AtomicString::ConstructFromLiteral));
49 DEFINE_STATIC_LOCAL(const AtomicString, keyword, ("main", AtomicString::ConstructFromLiteral));
55 DEFINE_STATIC_LOCAL(const AtomicString, keyword, ("main-desc", AtomicString::ConstructFromLiteral));
61 DEFINE_STATIC_LOCAL(const AtomicString, keyword, ("translation", AtomicString::ConstructFromLiteral));
67 DEFINE_STATIC_LOCAL(const AtomicString, keyword, ("commentary", AtomicString::ConstructFromLiteral));
VideoTrack.cpp 39 DEFINE_STATIC_LOCAL(const AtomicString, keyword, ("alternative", AtomicString::ConstructFromLiteral));
45 DEFINE_STATIC_LOCAL(const AtomicString, keyword, ("captions", AtomicString::ConstructFromLiteral));
51 DEFINE_STATIC_LOCAL(const AtomicString, keyword, ("main", AtomicString::ConstructFromLiteral));
57 DEFINE_STATIC_LOCAL(const AtomicString, keyword, ("sign", AtomicString::ConstructFromLiteral));
63 DEFINE_STATIC_LOCAL(const AtomicString, keyword, ("subtitles", AtomicString::ConstructFromLiteral));
69 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/core/svg/
SVGUnitTypes.cpp 38 DEFINE_STATIC_LOCAL(SVGEnumerationStringEntries, entries, ());
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathExpressionNode.cpp 37 DEFINE_STATIC_LOCAL(EvaluationContext, evaluationContext, ());
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
SchemeRegistry.cpp 36 DEFINE_STATIC_LOCAL(URLSchemesMap, localSchemes, ());
46 DEFINE_STATIC_LOCAL(URLSchemesMap, displayIsolatedSchemes, ());
52 DEFINE_STATIC_LOCAL(URLSchemesMap, secureSchemes, ());
66 DEFINE_STATIC_LOCAL(URLSchemesMap, schemesWithUniqueOrigins, ());
81 DEFINE_STATIC_LOCAL(URLSchemesMap, emptyDocumentSchemes, ());
91 DEFINE_STATIC_LOCAL(HashSet<String>, schemes, ());
97 DEFINE_STATIC_LOCAL(URLSchemesMap, canDisplayOnlyIfCanRequestSchemes, ());
109 DEFINE_STATIC_LOCAL(URLSchemesMap, notAllowingJavascriptURLsSchemes, ());
133 DEFINE_STATIC_LOCAL(URLSchemesMap, CORSEnabledSchemes, ());
146 DEFINE_STATIC_LOCAL(URLSchemesMap, schemes, ())
    [all...]
  /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/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/core/inspector/
InspectorNodeIds.cpp 14 DEFINE_STATIC_LOCAL(WeakNodeMap, self, ());
  /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/platform/graphics/
ImageBufferSurface.cpp 69 DEFINE_STATIC_LOCAL(SkBitmap, nullBitmap, ());
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenOrientation.cpp 37 DEFINE_STATIC_LOCAL(const AtomicString, portraitPrimary, ("portrait-primary", AtomicString::ConstructFromLiteral));
38 DEFINE_STATIC_LOCAL(const AtomicString, portraitSecondary, ("portrait-secondary", AtomicString::ConstructFromLiteral));
39 DEFINE_STATIC_LOCAL(const AtomicString, landscapePrimary, ("landscape-primary", AtomicString::ConstructFromLiteral));
40 DEFINE_STATIC_LOCAL(const AtomicString, landscapeSecondary, ("landscape-secondary", AtomicString::ConstructFromLiteral));
41 DEFINE_STATIC_LOCAL(const AtomicString, any, ("any", AtomicString::ConstructFromLiteral));
42 DEFINE_STATIC_LOCAL(const AtomicString, portrait, ("portrait", AtomicString::ConstructFromLiteral));
43 DEFINE_STATIC_LOCAL(const AtomicString, landscape, ("landscape", AtomicString::ConstructFromLiteral));
  /external/chromium_org/third_party/WebKit/Source/core/dom/
PseudoElement.cpp 39 DEFINE_STATIC_LOCAL(QualifiedName, name, (nullAtom, "<pseudo>", nullAtom));
45 DEFINE_STATIC_LOCAL(const String, after, ("::after"));
46 DEFINE_STATIC_LOCAL(const String, before, ("::before"));
  /external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
StylePropertyShorthand.cpp.tmpl 39 DEFINE_STATIC_LOCAL(StylePropertyShorthand, {{property.camel_case_name}}Longhands, ({{property_id}}, {{property.camel_case_name}}Properties, WTF_ARRAY_LENGTH({{property.camel_case_name}}Properties)));
47 DEFINE_STATIC_LOCAL(StylePropertyShorthand, emptyShorthand, ());

Completed in 1333 milliseconds

1 2 3 4 5 6 7 8 91011>>