/external/webkit/Tools/DumpRenderTree/win/ |
FrameLoadDelegate.cpp | 212 DEFINE_STATIC_LOCAL(DelegateVector, delegates, ());
|
/external/webkit/Source/WebCore/storage/ |
DatabaseTracker.cpp | 55 DEFINE_STATIC_LOCAL(WebCore::OriginQuotaManager, quotaManager, ()); [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderThemeMac.mm | 224 DEFINE_STATIC_LOCAL(FontDescription, systemFont, ()); 225 DEFINE_STATIC_LOCAL(FontDescription, smallSystemFont, ()); 226 DEFINE_STATIC_LOCAL(FontDescription, menuFont, ()); 227 DEFINE_STATIC_LOCAL(FontDescription, labelFont, ()); 228 DEFINE_STATIC_LOCAL(FontDescription, miniControlFont, ()); 229 DEFINE_STATIC_LOCAL(FontDescription, smallControlFont, ()); 230 DEFINE_STATIC_LOCAL(FontDescription, controlFont, ()); [all...] |
RenderListItem.cpp | 360 DEFINE_STATIC_LOCAL(String, staticNullString, ());
|
RenderFlexibleBox.cpp | [all...] |
/external/webkit/Source/WebCore/css/ |
CSSComputedStyleDeclaration.cpp | 700 DEFINE_STATIC_LOCAL(AtomicString, cursiveFamily, ("-webkit-cursive")); 701 DEFINE_STATIC_LOCAL(AtomicString, fantasyFamily, ("-webkit-fantasy")); 702 DEFINE_STATIC_LOCAL(AtomicString, monospaceFamily, ("-webkit-monospace")); 703 DEFINE_STATIC_LOCAL(AtomicString, sansSerifFamily, ("-webkit-sans-serif")); 704 DEFINE_STATIC_LOCAL(AtomicString, serifFamily, ("-webkit-serif")); [all...] |
/external/webkit/Source/WebCore/bindings/v8/ |
V8GCController.cpp | 88 DEFINE_STATIC_LOCAL(GlobalHandleMap, staticGlobalHandleMap, ());
|
/external/webkit/Source/WebCore/history/ |
PageCache.cpp | 63 DEFINE_STATIC_LOCAL(String, prefix, ());
|
/external/webkit/Source/WebCore/html/ |
FTPDirectoryDocument.cpp | 300 DEFINE_STATIC_LOCAL(RefPtr<SharedBuffer>, templateDocumentData, (createTemplateDocumentData(document()->settings())));
|
HTMLObjectElement.cpp | 399 DEFINE_STATIC_LOCAL(HashSet<AtomicStringImpl*>, tagList, ());
|
/external/webkit/Source/WebCore/loader/ |
MainResourceLoader.cpp | 363 DEFINE_STATIC_LOCAL(String, consoleMessage, ("Refused to display document because display forbidden by X-Frame-Options.\n"));
|
/external/webkit/Source/WebCore/loader/cache/ |
CachedResource.cpp | 468 DEFINE_STATIC_LOCAL(const AtomicString, contentHeaderPrefix, ("content-"));
|
/external/webkit/Source/WebCore/platform/android/ |
RenderThemeAndroid.cpp | 80 DEFINE_STATIC_LOCAL(RenderThemeAndroid, androidTheme, ());
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
EGLDisplayOpenVG.cpp | 32 // Need to typedef this, otherwise DEFINE_STATIC_LOCAL() doesn't swallow it. 38 DEFINE_STATIC_LOCAL(EGLDisplayManagerMap, managers, ());
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
FontPlatformData.cpp | 166 DEFINE_STATIC_LOCAL(FixedSizeFontDataKey, key, (nullAtom));
|
/external/webkit/Source/WebCore/platform/mac/ |
PasteboardMac.mm | 91 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, types, ([[NSArray alloc] initWithObjects: 111 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, types, (createWritableTypesForImage()));
|
DragImageMac.mm | 127 DEFINE_STATIC_LOCAL(Font, currentRenderer, ());
|
/external/webkit/Source/WebCore/svg/ |
SVGStyledElement.cpp | 206 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_cssPropertyMap, ());
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
WebPlatformStrategies.cpp | 50 DEFINE_STATIC_LOCAL(WebPlatformStrategies, platformStrategies, ());
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
FrameLoaderClientWinCE.cpp | 61 DEFINE_STATIC_LOCAL(String, userAgentString, ());
|
/external/webkit/Source/WebCore/dom/ |
make_names.pl | 1032 DEFINE_STATIC_LOCAL(FunctionMap, map, ()); 1041 DEFINE_STATIC_LOCAL(FunctionMap, map, ()); [all...] |
/external/webkit/Source/WebCore/inspector/ |
CodeGeneratorInspector.pm | 519 DEFINE_STATIC_LOCAL(Vector<String>,s_commonErrors,); 596 DEFINE_STATIC_LOCAL(DispatchMap, dispatchMap, ); [all...] |
/external/webkit/Source/WebCore/page/ |
Frame.cpp | 344 DEFINE_STATIC_LOCAL(RegularExpression, wordRegExp, ("\\w", TextCaseSensitive)); 570 DEFINE_STATIC_LOCAL(HashSet<Frame*>, staticKeepAliveSet, ()); [all...] |
/external/webkit/Source/WebCore/platform/chromium/ |
ScrollbarThemeChromiumMac.mm | 106 DEFINE_STATIC_LOCAL(ScrollbarThemeChromiumMac, theme, ());
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
SimpleFontDataMac.mm | 99 DEFINE_STATIC_LOCAL(RetainPtr<NSString>, webFallbackFontFamily, ([[NSFont systemFontOfSize:16.0f] familyName]));
|