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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/brew/
ScrollbarThemeBrew.cpp 33 DEFINE_STATIC_LOCAL(ScrollbarThemeBrew, theme, ());
  /external/webkit/Source/WebKit2/Shared/
WebError.cpp 35 DEFINE_STATIC_LOCAL(String, webKitErrorDomainString, ("WebKitErrorDomain"));
  /external/webkit/Source/WebCore/platform/
Cursor.cpp 268 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::Pointer));
274 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::Cross));
280 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::Hand));
286 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::Move));
292 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::VerticalText));
298 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::Cell));
304 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::ContextMenu));
310 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::Alias));
316 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::ZoomIn));
322 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::ZoomOut))
    [all...]
SchemeRegistry.cpp 33 DEFINE_STATIC_LOCAL(URLSchemesMap, localSchemes, ());
50 DEFINE_STATIC_LOCAL(URLSchemesMap, displayIsolatedSchemes, ());
56 DEFINE_STATIC_LOCAL(URLSchemesMap, secureSchemes, ());
69 DEFINE_STATIC_LOCAL(URLSchemesMap, schemesWithUniqueOrigins, ());
81 DEFINE_STATIC_LOCAL(URLSchemesMap, emptyDocumentSchemes, ());
91 DEFINE_STATIC_LOCAL(URLSchemesMap, canDisplayOnlyIfCanRequestSchemes, ());
Language.cpp 37 DEFINE_STATIC_LOCAL(ObserverMap, map, ());
61 DEFINE_STATIC_LOCAL(String, override, ());
  /external/webkit/Source/WebCore/platform/text/chromium/
TextBreakIteratorInternalICUChromium.cpp 36 DEFINE_STATIC_LOCAL(CString, locale, (defaultLanguage().latin1()));
  /external/webkit/Source/WebCore/bindings/js/
JSInspectorFrontendHostCustom.cpp 56 DEFINE_STATIC_LOCAL(const String, platform, ("mac"));
58 DEFINE_STATIC_LOCAL(const String, platform, ("windows"));
60 DEFINE_STATIC_LOCAL(const String, platform, ("linux"));
62 DEFINE_STATIC_LOCAL(const String, platform, ("freebsd"));
64 DEFINE_STATIC_LOCAL(const String, platform, ("unknown"));
72 DEFINE_STATIC_LOCAL(const String, port, ("qt"));
74 DEFINE_STATIC_LOCAL(const String, port, ("gtk"));
76 DEFINE_STATIC_LOCAL(const String, port, ("wx"));
78 DEFINE_STATIC_LOCAL(const String, port, ("unknown"));
  /external/webkit/Source/WebCore/accessibility/
AccessibilityMediaControls.cpp 104 DEFINE_STATIC_LOCAL(const String, mediaFullscreenButtonName, ("FullscreenButton"));
105 DEFINE_STATIC_LOCAL(const String, mediaMuteButtonName, ("MuteButton"));
106 DEFINE_STATIC_LOCAL(const String, mediaPlayButtonName, ("PlayButton"));
107 DEFINE_STATIC_LOCAL(const String, mediaSeekBackButtonName, ("SeekBackButton"));
108 DEFINE_STATIC_LOCAL(const String, mediaSeekForwardButtonName, ("SeekForwardButton"));
109 DEFINE_STATIC_LOCAL(const String, mediaRewindButtonName, ("RewindButton"));
110 DEFINE_STATIC_LOCAL(const String, mediaReturnToRealtimeButtonName, ("ReturnToRealtimeButton"));
111 DEFINE_STATIC_LOCAL(const String, mediaUnMuteButtonName, ("UnMuteButton"));
112 DEFINE_STATIC_LOCAL(const String, mediaPauseButtonName, ("PauseButton"));
113 DEFINE_STATIC_LOCAL(const String, mediaStatusDisplayName, ("StatusDisplay"))
    [all...]
  /external/webkit/Source/WebCore/css/
CSSSelector.cpp 241 DEFINE_STATIC_LOCAL(AtomicString, active, ("active"));
242 DEFINE_STATIC_LOCAL(AtomicString, after, ("after"));
243 DEFINE_STATIC_LOCAL(AtomicString, any, ("-webkit-any("));
244 DEFINE_STATIC_LOCAL(AtomicString, anyLink, ("-webkit-any-link"));
245 DEFINE_STATIC_LOCAL(AtomicString, autofill, ("-webkit-autofill"));
246 DEFINE_STATIC_LOCAL(AtomicString, before, ("before"));
247 DEFINE_STATIC_LOCAL(AtomicString, checked, ("checked"));
248 DEFINE_STATIC_LOCAL(AtomicString, fileUploadButton, ("-webkit-file-upload-button"));
250 DEFINE_STATIC_LOCAL(AtomicString, inputSpeechButton, ("-webkit-input-speech-button"));
252 DEFINE_STATIC_LOCAL(AtomicString, defaultString, ("default"))
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
DOMData.cpp 55 DEFINE_STATIC_LOCAL(WTF::ThreadSpecific<ChildThreadDOMData>, childThreadDOMData, ());
DOMWrapperWorld.cpp 47 DEFINE_STATIC_LOCAL(RefPtr<DOMWrapperWorld>, cachedNormalWorld, (DOMWrapperWorld::create()));
MainThreadDOMData.cpp 46 DEFINE_STATIC_LOCAL(MainThreadDOMData, mainThreadDOMData, ());
V8GCForContextDispose.cpp 63 DEFINE_STATIC_LOCAL(V8GCForContextDispose, staticInstance, ());
  /external/webkit/Source/WebCore/html/shadow/
MeterShadowElement.cpp 66 DEFINE_STATIC_LOCAL(AtomicString, pseudId, ("-webkit-meter-bar"));
73 DEFINE_STATIC_LOCAL(AtomicString, optimumPseudId, ("-webkit-meter-optimum-value"));
74 DEFINE_STATIC_LOCAL(AtomicString, suboptimumPseudId, ("-webkit-meter-suboptimum-value"));
75 DEFINE_STATIC_LOCAL(AtomicString, evenLessGoodPseudId, ("-webkit-meter-even-less-good-value"));
ProgressShadowElement.cpp 63 DEFINE_STATIC_LOCAL(AtomicString, pseudId, ("-webkit-progress-bar"));
70 DEFINE_STATIC_LOCAL(AtomicString, pseudId, ("-webkit-progress-value"));
  /external/webkit/Source/WebCore/xml/
XPathExpressionNode.cpp 40 DEFINE_STATIC_LOCAL(EvaluationContext, evaluationContext, ());
  /external/webkit/Source/WebCore/html/
InputType.cpp 657 DEFINE_STATIC_LOCAL(AtomicString, name, ("button"));
663 DEFINE_STATIC_LOCAL(AtomicString, name, ("checkbox"));
669 DEFINE_STATIC_LOCAL(AtomicString, name, ("color"));
675 DEFINE_STATIC_LOCAL(AtomicString, name, ("date"));
681 DEFINE_STATIC_LOCAL(AtomicString, name, ("datetime"));
687 DEFINE_STATIC_LOCAL(AtomicString, name, ("datetime-local"));
693 DEFINE_STATIC_LOCAL(AtomicString, name, ("email"));
699 DEFINE_STATIC_LOCAL(AtomicString, name, ("file"));
705 DEFINE_STATIC_LOCAL(AtomicString, name, ("hidden"));
711 DEFINE_STATIC_LOCAL(AtomicString, name, ("image"))
    [all...]
HTMLFieldSetElement.cpp 54 DEFINE_STATIC_LOCAL(const AtomicString, fieldset, ("fieldset"));
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPageProxyWin.cpp 52 DEFINE_STATIC_LOCAL(String, osVersion, (windowsVersionForUAString()));
53 DEFINE_STATIC_LOCAL(String, webKitVersion, (userVisibleWebKitVersionString()));
  /external/webkit/Source/WebCore/svg/
SVGMissingGlyphElement.cpp 39 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
  /external/webkit/Source/WebCore/platform/graphics/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/webkit/Source/WebCore/bridge/
IdentifierRep.cpp 43 DEFINE_STATIC_LOCAL(IdentifierSet, identifierSet, ());
51 DEFINE_STATIC_LOCAL(IntIdentifierMap, intIdentifierMap, ());
85 DEFINE_STATIC_LOCAL(StringIdentifierMap, stringIdentifierMap, ());
  /external/webkit/Source/WebCore/rendering/
RenderInputSpeech.cpp 87 DEFINE_STATIC_LOCAL(RefPtr<Image>, imageStateNormal, (Image::loadPlatformResource("inputSpeech")));
88 DEFINE_STATIC_LOCAL(RefPtr<Image>, imageStateRecording, (Image::loadPlatformResource("inputSpeechRecording")));
89 DEFINE_STATIC_LOCAL(RefPtr<Image>, imageStateWaiting, (Image::loadPlatformResource("inputSpeechWaiting")));
  /external/webkit/Source/WebCore/dom/
UserTypingGestureIndicator.cpp 43 DEFINE_STATIC_LOCAL(RefPtr<Node>, node, ());
  /external/webkit/Source/WebCore/fileapi/
DOMFilePath.cpp 130 DEFINE_STATIC_LOCAL(RegularExpression, unallowedNamesRegExp1, ("(/|^)(CON|PRN|AUX|NUL)([\\./]|$)", TextCaseInsensitive));
131 DEFINE_STATIC_LOCAL(RegularExpression, unallowedNamesRegExp2, ("(/|^)(COM|LPT)[1-9]([\\./]|$)", TextCaseInsensitive));
139 DEFINE_STATIC_LOCAL(RegularExpression, endingRegExp, ("[\\.\\s](/|$)", TextCaseInsensitive));
146 DEFINE_STATIC_LOCAL(RegularExpression, unallowedCharsRegExp, ("[\\\\<>:\\?\\*\"|]", TextCaseInsensitive));

Completed in 279 milliseconds

1 2 3 4 5 6 7 8 91011>>