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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
AlternateFontFamily.h 50 DEFINE_STATIC_LOCAL(AtomicString, courier, ("Courier", AtomicString::ConstructFromLiteral));
51 DEFINE_STATIC_LOCAL(AtomicString, courierNew, ("Courier New", AtomicString::ConstructFromLiteral));
57 DEFINE_STATIC_LOCAL(AtomicString, msSans, ("MS Sans Serif", AtomicString::ConstructFromLiteral));
58 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, timesNewRoman, ("Times New Roman", AtomicString::ConstructFromLiteral));
76 DEFINE_STATIC_LOCAL(AtomicString, courier, ("Courier", AtomicString::ConstructFromLiteral));
77 DEFINE_STATIC_LOCAL(AtomicString, courierNew, ("Courier New", AtomicString::ConstructFromLiteral));
89 DEFINE_STATIC_LOCAL(AtomicString, times, ("Times", AtomicString::ConstructFromLiteral));
90 DEFINE_STATIC_LOCAL(AtomicString, timesNewRoman, ("Times New Roman", AtomicString::ConstructFromLiteral))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
ShadowElementNames.cpp 40 DEFINE_STATIC_LOCAL(AtomicString, name, ("date-time-edit", AtomicString::ConstructFromLiteral));
46 DEFINE_STATIC_LOCAL(AtomicString, name, ("spin", AtomicString::ConstructFromLiteral));
52 DEFINE_STATIC_LOCAL(AtomicString, name, ("clear", AtomicString::ConstructFromLiteral));
58 DEFINE_STATIC_LOCAL(AtomicString, name, ("editing-view-port", AtomicString::ConstructFromLiteral));
64 DEFINE_STATIC_LOCAL(AtomicString, name, ("inner-editor", AtomicString::ConstructFromLiteral));
70 DEFINE_STATIC_LOCAL(AtomicString, name, ("password-generator", AtomicString::ConstructFromLiteral));
76 DEFINE_STATIC_LOCAL(AtomicString, name, ("picker", AtomicString::ConstructFromLiteral));
82 DEFINE_STATIC_LOCAL(AtomicString, name, ("placeholder", AtomicString::ConstructFromLiteral));
88 DEFINE_STATIC_LOCAL(AtomicString, name, ("decoration", AtomicString::ConstructFromLiteral));
94 DEFINE_STATIC_LOCAL(AtomicString, name, ("thumb", AtomicString::ConstructFromLiteral))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumFontProvider.cpp 51 DEFINE_STATIC_LOCAL(String, fontFace, ("Arial"));
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeAndroid.cpp 35 DEFINE_STATIC_LOCAL(ScrollbarThemeOverlay, theme, (3, 4, ScrollbarThemeOverlay::DisallowHitTest));
  /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/text/
TextBreakIteratorInternalICU.cpp 36 DEFINE_STATIC_LOCAL(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/xml/
XPathExpressionNode.cpp 37 DEFINE_STATIC_LOCAL(EvaluationContext, evaluationContext, ());
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSelector.cpp 270 DEFINE_STATIC_LOCAL(AtomicString, active, ("active", AtomicString::ConstructFromLiteral));
271 DEFINE_STATIC_LOCAL(AtomicString, after, ("after", AtomicString::ConstructFromLiteral));
272 DEFINE_STATIC_LOCAL(AtomicString, any, ("-webkit-any(", AtomicString::ConstructFromLiteral));
273 DEFINE_STATIC_LOCAL(AtomicString, anyLink, ("-webkit-any-link", AtomicString::ConstructFromLiteral));
274 DEFINE_STATIC_LOCAL(AtomicString, autofill, ("-webkit-autofill", AtomicString::ConstructFromLiteral));
275 DEFINE_STATIC_LOCAL(AtomicString, backdrop, ("backdrop", AtomicString::ConstructFromLiteral));
276 DEFINE_STATIC_LOCAL(AtomicString, before, ("before", AtomicString::ConstructFromLiteral));
277 DEFINE_STATIC_LOCAL(AtomicString, checked, ("checked", AtomicString::ConstructFromLiteral));
278 DEFINE_STATIC_LOCAL(AtomicString, defaultString, ("default", AtomicString::ConstructFromLiteral));
279 DEFINE_STATIC_LOCAL(AtomicString, disabled, ("disabled", AtomicString::ConstructFromLiteral))
    [all...]
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)));
  /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));
VTTRegion.cpp 162 DEFINE_STATIC_LOCAL(const AtomicString, upScrollValueKeyword, ("up", AtomicString::ConstructFromLiteral));
172 DEFINE_STATIC_LOCAL(const AtomicString, upScrollValueKeyword, ("up", AtomicString::ConstructFromLiteral));
211 DEFINE_STATIC_LOCAL(const AtomicString, idKeyword, ("id", AtomicString::ConstructFromLiteral));
212 DEFINE_STATIC_LOCAL(const AtomicString, heightKeyword, ("height", AtomicString::ConstructFromLiteral));
213 DEFINE_STATIC_LOCAL(const AtomicString, widthKeyword, ("width", AtomicString::ConstructFromLiteral));
214 DEFINE_STATIC_LOCAL(const AtomicString, regionAnchorKeyword, ("regionanchor", AtomicString::ConstructFromLiteral));
215 DEFINE_STATIC_LOCAL(const AtomicString, viewportAnchorKeyword, ("viewportanchor", AtomicString::ConstructFromLiteral));
216 DEFINE_STATIC_LOCAL(const AtomicString, scrollKeyword, ("scroll", AtomicString::ConstructFromLiteral));
236 DEFINE_STATIC_LOCAL(const AtomicString, scrollUpValueKeyword, ("up", AtomicString::ConstructFromLiteral));
295 DEFINE_STATIC_LOCAL(const AtomicString, trackRegionCueContainerPseudoId
    [all...]
VTTElement.h 62 DEFINE_STATIC_LOCAL(QualifiedName, voiceAttr, (nullAtom, "voice", nullAtom));
68 DEFINE_STATIC_LOCAL(QualifiedName, voiceAttr, (nullAtom, "lang", nullAtom));
  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeList.cpp 41 DEFINE_STATIC_LOCAL(const AtomicString, length, ("length", AtomicString::ConstructFromLiteral));
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"));
DataTransferItem.cpp 53 DEFINE_STATIC_LOCAL(const String, kindString, ("string"));
54 DEFINE_STATIC_LOCAL(const String, kindFile, ("file"));
  /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, ());
65 DEFINE_STATIC_LOCAL(URLSchemesMap, schemesWithUniqueOrigins, ());
80 DEFINE_STATIC_LOCAL(URLSchemesMap, emptyDocumentSchemes, ());
90 DEFINE_STATIC_LOCAL(HashSet<String>, schemes, ());
96 DEFINE_STATIC_LOCAL(URLSchemesMap, canDisplayOnlyIfCanRequestSchemes, ());
108 DEFINE_STATIC_LOCAL(URLSchemesMap, notAllowingJavascriptURLsSchemes, ());
132 DEFINE_STATIC_LOCAL(URLSchemesMap, CORSEnabledSchemes, ());
144 DEFINE_STATIC_LOCAL(URLSchemesMap, schemes, ())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTransform.cpp 134 DEFINE_STATIC_LOCAL(String, matrixString, ("matrix("));
138 DEFINE_STATIC_LOCAL(String, translateString, ("translate("));
142 DEFINE_STATIC_LOCAL(String, scaleString, ("scale("));
146 DEFINE_STATIC_LOCAL(String, rotateString, ("rotate("));
150 DEFINE_STATIC_LOCAL(String, skewXString, ("skewX("));
154 DEFINE_STATIC_LOCAL(String, skewYString, ("skewY("));
SVGAnimateColorElement.cpp 45 DEFINE_STATIC_LOCAL(const AtomicString, currentColor, ("currentColor", AtomicString::ConstructFromLiteral));
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ColorMac.mm 75 DEFINE_STATIC_LOCAL(RetainPtr<NSColor>, clearColor, ([NSColor colorWithDeviceRed:0 green:0 blue:0 alpha:0]));
79 DEFINE_STATIC_LOCAL(RetainPtr<NSColor>, blackColor, ([NSColor colorWithDeviceRed:0 green:0 blue:0 alpha:1]));
83 DEFINE_STATIC_LOCAL(RetainPtr<NSColor>, whiteColor, ([NSColor colorWithDeviceRed:1 green:1 blue:1 alpha:1]));
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationBase.cpp 114 DEFINE_STATIC_LOCAL(const String, allowedPermission, ("granted"));
115 DEFINE_STATIC_LOCAL(const String, deniedPermission, ("denied"));
116 DEFINE_STATIC_LOCAL(const String, defaultPermission, ("default"));
  /external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
StylePropertyShorthand.cpp.tmpl 40 DEFINE_STATIC_LOCAL(StylePropertyShorthand, {{ property.camel_case_name }}Longhands, ({{ property_id }}, {{ property.camel_case_name }}Properties, WTF_ARRAY_LENGTH({{ property.camel_case_name }}Properties)));
48 DEFINE_STATIC_LOCAL(StylePropertyShorthand, emptyShorthand, ());
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStreamRegistry.cpp 38 DEFINE_STATIC_LOCAL(MediaStreamRegistry, instance, ());
  /external/chromium_org/third_party/WebKit/Source/web/
WebUserGestureIndicator.cpp 66 DEFINE_STATIC_LOCAL(WebUserGestureHandlerHolder, handler, ());
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrack.cpp 52 DEFINE_STATIC_LOCAL(const AtomicString, subtitles, ("subtitles", AtomicString::ConstructFromLiteral));
58 DEFINE_STATIC_LOCAL(const AtomicString, captions, ("captions", AtomicString::ConstructFromLiteral));
64 DEFINE_STATIC_LOCAL(const AtomicString, descriptions, ("descriptions", AtomicString::ConstructFromLiteral));
70 DEFINE_STATIC_LOCAL(const AtomicString, chapters, ("chapters", AtomicString::ConstructFromLiteral));
76 DEFINE_STATIC_LOCAL(const AtomicString, metadata, ("metadata", AtomicString::ConstructFromLiteral));
82 DEFINE_STATIC_LOCAL(const AtomicString, open, ("disabled", AtomicString::ConstructFromLiteral));
88 DEFINE_STATIC_LOCAL(const AtomicString, closed, ("hidden", AtomicString::ConstructFromLiteral));
94 DEFINE_STATIC_LOCAL(const AtomicString, ended, ("showing", AtomicString::ConstructFromLiteral));

Completed in 624 milliseconds

1 2 3 4 5 6 7 8 91011>>