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

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/WebCore/svg/
SVGFEDiffuseLightingElement.cpp 58 DEFINE_STATIC_LOCAL(AtomicString, s_identifier, ("SVGKernelUnitLengthX"));
64 DEFINE_STATIC_LOCAL(AtomicString, s_identifier, ("SVGKernelUnitLengthY"));
182 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGFESpecularLightingElement.cpp 61 DEFINE_STATIC_LOCAL(AtomicString, s_identifier, ("SVGKernelUnitLengthX"));
67 DEFINE_STATIC_LOCAL(AtomicString, s_identifier, ("SVGKernelUnitLengthY"));
192 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGFilterElement.cpp 74 DEFINE_STATIC_LOCAL(AtomicString, s_identifier, ("SVGFilterResX"));
80 DEFINE_STATIC_LOCAL(AtomicString, s_identifier, ("SVGFilterResY"));
201 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGMarkerElement.cpp 66 DEFINE_STATIC_LOCAL(AtomicString, s_identifier, ("SVGOrientType"));
72 DEFINE_STATIC_LOCAL(AtomicString, s_identifier, ("SVGOrientAngle"));
188 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGClipPathElement.cpp 107 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGFEBlendElement.cpp 114 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGFEOffsetElement.cpp 92 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGPolyElement.cpp 111 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGTextElement.cpp 148 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebsettings.cpp 180 DEFINE_STATIC_LOCAL(const String, uaPlatform, (String("X11; ")));
182 DEFINE_STATIC_LOCAL(const String, uaPlatform, (String("")));
184 DEFINE_STATIC_LOCAL(const String, uaPlatform, (String("Macintosh; ")));
186 DEFINE_STATIC_LOCAL(const String, uaPlatform, (String("DirectFB; ")));
188 DEFINE_STATIC_LOCAL(const String, uaPlatform, (String("Unknown; ")));
200 DEFINE_STATIC_LOCAL(const String, uaOSVersion, (String("Intel Mac OS X")));
202 DEFINE_STATIC_LOCAL(const String, uaOSVersion, (String("PPC Mac OS X")));
206 DEFINE_STATIC_LOCAL(String, uaOSVersion, (String()));
217 DEFINE_STATIC_LOCAL(const String, uaOSVersion, (windowsVersionForUAString()));
219 DEFINE_STATIC_LOCAL(const String, uaOSVersion, (String("Unknown")))
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityObject.cpp 820 DEFINE_STATIC_LOCAL(const String, buttonAction, (AXButtonActionVerb()));
821 DEFINE_STATIC_LOCAL(const String, textFieldAction, (AXTextFieldActionVerb()));
822 DEFINE_STATIC_LOCAL(const String, radioButtonAction, (AXRadioButtonActionVerb()));
823 DEFINE_STATIC_LOCAL(const String, checkedCheckBoxAction, (AXCheckedCheckBoxActionVerb()));
824 DEFINE_STATIC_LOCAL(const String, uncheckedCheckBoxAction, (AXUncheckedCheckBoxActionVerb()));
825 DEFINE_STATIC_LOCAL(const String, linkAction, (AXLinkActionVerb()));
826 DEFINE_STATIC_LOCAL(const String, menuListAction, (AXMenuListActionVerb()));
827 DEFINE_STATIC_LOCAL(const String, menuListPopupAction, (AXMenuListPopupActionVerb()));
828 DEFINE_STATIC_LOCAL(const String, noAction, ());
859 DEFINE_STATIC_LOCAL(const AtomicString, invalidStatusFalse, ("false"))
    [all...]
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValue.cpp 86 DEFINE_STATIC_LOCAL(CSSTextCache, cache, ());
702 DEFINE_STATIC_LOCAL(const String, attrParen, ("attr("));
726 DEFINE_STATIC_LOCAL(const String, rectParen, ("rect("));
750 DEFINE_STATIC_LOCAL(const String, commaSpace, (", "));
751 DEFINE_STATIC_LOCAL(const String, rgbParen, ("rgb("));
752 DEFINE_STATIC_LOCAL(const String, rgbaParen, ("rgba("));
  /external/webkit/Source/WebKit/android/jni/
JavaBridge.cpp 400 DEFINE_STATIC_LOCAL(AtomicString, wifi, ("wifi"));
401 DEFINE_STATIC_LOCAL(AtomicString, mobile, ("mobile"));
402 DEFINE_STATIC_LOCAL(AtomicString, mobileSupl, ("mobile_supl"));
403 DEFINE_STATIC_LOCAL(AtomicString, gprs, ("gprs"));
404 DEFINE_STATIC_LOCAL(AtomicString, edge, ("edge"));
405 DEFINE_STATIC_LOCAL(AtomicString, umts, ("umts"));
  /external/webkit/Source/WebKit/mac/Misc/
WebNSPasteboardExtras.mm 59 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, types, ([[NSArray alloc] initWithObjects:
78 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, types, (_createWritableTypesForImageWithoutArchive()));
92 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, types, (_createWritableTypesForImageWithArchive()));
  /external/webkit/Source/WebCore/dom/
DOMImplementation.cpp 78 DEFINE_STATIC_LOCAL(FeatureSet, svgFeatures, ());
103 DEFINE_STATIC_LOCAL(FeatureSet, svgFeatures, ());
295 DEFINE_STATIC_LOCAL(RegularExpression, xmlTypeRegExp, (String("^") + validChars + "+/" + validChars + "+\\+xml$", TextCaseSensitive));
  /external/webkit/Source/JavaScriptCore/wtf/
CryptographicallyRandomNumber.cpp 169 DEFINE_STATIC_LOCAL(ARC4RandomNumberGenerator, randomNumberGenerator, ());
ThreadingPthreads.cpp 72 DEFINE_STATIC_LOCAL(Mutex, mutex, ());
99 DEFINE_STATIC_LOCAL(ThreadMap, map, ());
  /external/webkit/Source/WebCore/bindings/js/
JSNodeListCustom.cpp 63 DEFINE_STATIC_LOCAL(JSNodeListOwner, jsNodeListOwner, ());
  /external/webkit/Source/WebCore/html/
HTMLProgressElement.cpp 69 DEFINE_STATIC_LOCAL(const AtomicString, progress, ("progress"));
  /external/webkit/Source/WebCore/platform/brew/
CursorBrew.cpp 61 DEFINE_STATIC_LOCAL(Cursor, c, ());
  /external/webkit/Source/WebCore/platform/network/win/
DownloadBundleWin.cpp 47 DEFINE_STATIC_LOCAL(const String, extension, (".download"));
  /external/webkit/Source/WebCore/rendering/
RenderCombineText.cpp 133 DEFINE_STATIC_LOCAL(String, objectReplacementCharacterString, (&objectReplacementCharacter, 1));
  /external/webkit/Source/WebCore/rendering/svg/
SVGImageBufferTools.cpp 35 DEFINE_STATIC_LOCAL(AffineTransform, s_currentContentTransformation, ());
  /external/webkit/Source/WebCore/wml/
WMLOptionElement.cpp 53 DEFINE_STATIC_LOCAL(const AtomicString, option, ("option"));
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.cpp 173 DEFINE_STATIC_LOCAL(String, WebViewDidBeginEditingNotification, ("WebViewDidBeginEditingNotification"));
180 DEFINE_STATIC_LOCAL(String, WebViewDidChangeNotification, ("WebViewDidChangeNotification"));
187 DEFINE_STATIC_LOCAL(String, WebViewDidChangeSelectionNotification, ("WebViewDidChangeSelectionNotification"));
208 DEFINE_STATIC_LOCAL(String, WebViewDidEndEditingNotification, ("WebViewDidEndEditingNotification"));

Completed in 2346 milliseconds

1 2 3 4 56 7 8 91011>>