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

12 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/html/shadow/
DetailsMarkerControl.cpp 59 DEFINE_STATIC_LOCAL(AtomicString, pseudId, ("-webkit-details-marker"));
MediaControlElements.cpp 80 DEFINE_STATIC_LOCAL(String, s, ("display"));
95 DEFINE_STATIC_LOCAL(String, none, ("none"));
118 DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-panel"));
143 DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-timeline-container"));
222 DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-volume-slider-container"));
283 DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-status-display"));
305 DEFINE_STATIC_LOCAL(String, none, ("none"));
374 DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-mute-button"));
394 DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-volume-slider-mute-button"));
429 DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-play-button"))
    [all...]
  /external/webkit/Source/WebCore/css/
CSSPropertySourceData.cpp 86 DEFINE_STATIC_LOCAL(String, emptyValue, ("e"));
87 DEFINE_STATIC_LOCAL(String, importantSuffix, (" !important"));
  /external/webkit/Source/WebKit2/UIProcess/
WebDatabaseManagerProxy.cpp 41 DEFINE_STATIC_LOCAL(String, key, ("WebDatabaseManagerOriginKey"));
47 DEFINE_STATIC_LOCAL(String, key, ("WebDatabaseManagerOriginQuotaKey"));
53 DEFINE_STATIC_LOCAL(String, key, ("WebDatabaseManagerOriginUsageKey"));
59 DEFINE_STATIC_LOCAL(String, key, ("WebDatabaseManagerDatabaseDetailsKey"));
65 DEFINE_STATIC_LOCAL(String, key, ("WebDatabaseManagerDatabaseDetailsNameKey"));
71 DEFINE_STATIC_LOCAL(String, key, ("WebDatabaseManagerDatabaseDetailsDisplayNameKey"));
77 DEFINE_STATIC_LOCAL(String, key, ("WebDatabaseManagerDatabaseDetailsExpectedUsageKey"));
83 DEFINE_STATIC_LOCAL(String, key, ("WebDatabaseManagerDatabaseDetailsCurrentUsageKey"));
  /external/webkit/Source/WebCore/platform/network/
ResourceResponseBase.cpp 281 DEFINE_STATIC_LOCAL(const AtomicString, ageHeader, ("age"));
282 DEFINE_STATIC_LOCAL(const AtomicString, cacheControlHeader, ("cache-control"));
283 DEFINE_STATIC_LOCAL(const AtomicString, dateHeader, ("date"));
284 DEFINE_STATIC_LOCAL(const AtomicString, expiresHeader, ("expires"));
285 DEFINE_STATIC_LOCAL(const AtomicString, lastModifiedHeader, ("last-modified"));
286 DEFINE_STATIC_LOCAL(const AtomicString, pragmaHeader, ("pragma"));
320 DEFINE_STATIC_LOCAL(const AtomicString, cacheControlString, ("cache-control"));
321 DEFINE_STATIC_LOCAL(const AtomicString, noCacheDirective, ("no-cache"));
322 DEFINE_STATIC_LOCAL(const AtomicString, noStoreDirective, ("no-store"));
323 DEFINE_STATIC_LOCAL(const AtomicString, mustRevalidateDirective, ("must-revalidate"))
    [all...]
  /external/webkit/Source/WebCore/storage/
AbstractDatabase.cpp 100 DEFINE_STATIC_LOCAL(Mutex, mutex, ());
107 DEFINE_STATIC_LOCAL(GuidVersionMap, map, ());
130 DEFINE_STATIC_LOCAL(GuidDatabaseMap, map, ());
141 DEFINE_STATIC_LOCAL(Mutex, stringIdentifierMutex, ());
144 DEFINE_STATIC_LOCAL(IDGuidMap, stringIdentifierToGUIDMap, ());
170 DEFINE_STATIC_LOCAL(String, name, ("__WebKitDatabaseInfoTable__"));
363 DEFINE_STATIC_LOCAL(String, key, ("WebKitDatabaseVersionKey"));
369 DEFINE_STATIC_LOCAL(String, getVersionQuery, ("SELECT value FROM " + databaseInfoTableName() + " WHERE key = '" + databaseVersionKey() + "';"));
386 DEFINE_STATIC_LOCAL(String, setVersionQuery, ("INSERT INTO " + databaseInfoTableName() + " (key, value) VALUES ('" + databaseVersionKey() + "', ?);"));
  /external/webkit/Source/JavaScriptCore/wtf/
StdLibExtras.h 34 #ifndef DEFINE_STATIC_LOCAL
36 #define DEFINE_STATIC_LOCAL(type, name, arguments) \
40 #define DEFINE_STATIC_LOCAL(type, name, arguments) \
  /external/webkit/Source/WebCore/html/
HTMLButtonElement.cpp 65 DEFINE_STATIC_LOCAL(const AtomicString, submit, ("submit"));
69 DEFINE_STATIC_LOCAL(const AtomicString, button, ("button"));
73 DEFINE_STATIC_LOCAL(const AtomicString, reset, ("reset"));
EmailInputType.cpp 45 DEFINE_STATIC_LOCAL(const RegularExpression, regExp, (emailPattern, TextCaseInsensitive));
  /external/webkit/Source/WebCore/svg/
SVGFEGaussianBlurElement.cpp 51 DEFINE_STATIC_LOCAL(AtomicString, s_identifier, ("SVGStdDeviationX"));
57 DEFINE_STATIC_LOCAL(AtomicString, s_identifier, ("SVGStdDeviationY"));
112 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGElementRareData.h 48 DEFINE_STATIC_LOCAL(SVGElementRareDataMap, rareDataMap, ());
SVGLangSpace.cpp 41 DEFINE_STATIC_LOCAL(const AtomicString, defaultString, ("default"));
SVGTitleElement.cpp 63 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGStyleElement.cpp 56 DEFINE_STATIC_LOCAL(const AtomicString, defaultValue, ("text/css"));
68 DEFINE_STATIC_LOCAL(const AtomicString, defaultValue, ("all"));
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringStatics.cpp 49 DEFINE_STATIC_LOCAL(StringImpl, emptyString, (&emptyUCharData, 0, ConstructStaticString));
  /external/webkit/Source/WebCore/bindings/js/
GCController.cpp 48 DEFINE_STATIC_LOCAL(GCController, staticGCController, ());
JSImageDataCustom.cpp 51 DEFINE_STATIC_LOCAL(Strong<Structure>, cpaStructure, (exec->globalData(), JSByteArray::createStructure(exec->globalData(), jsNull(), &cpaClassInfo)));
ScriptEventListener.cpp 47 DEFINE_STATIC_LOCAL(const String, eventString, ("event"));
48 DEFINE_STATIC_LOCAL(const String, evtString, ("evt"));
  /external/webkit/Source/WebCore/platform/graphics/filters/
SourceGraphic.cpp 42 DEFINE_STATIC_LOCAL(const AtomicString, s_effectName, ("SourceGraphic"));
  /external/webkit/Source/WebKit/chromium/src/
BlobRegistryProxy.cpp 56 DEFINE_STATIC_LOCAL(BlobRegistryProxy, instance, ());
  /external/webkit/Source/WebKit2/Platform/
RunLoop.cpp 43 DEFINE_STATIC_LOCAL(WTF::ThreadSpecific<RunLoop>, runLoopData, ());
  /external/webkit/Source/WebKit2/UIProcess/Launcher/
ProcessLauncher.cpp 36 DEFINE_STATIC_LOCAL(WorkQueue, processLauncherWorkQueue, ("com.apple.WebKit.ProcessLauncher"));
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/
InjectedBundleRangeHandle.cpp 40 DEFINE_STATIC_LOCAL(DOMHandleCache, cache, ());
  /external/webkit/Source/WebCore/platform/graphics/
FontCache.cpp 48 DEFINE_STATIC_LOCAL(FontCache, globalFontCache, ());
133 DEFINE_STATIC_LOCAL(AtomicString, courier, ("Courier"));
134 DEFINE_STATIC_LOCAL(AtomicString, courierNew, ("Courier New"));
146 DEFINE_STATIC_LOCAL(AtomicString, times, ("Times"));
147 DEFINE_STATIC_LOCAL(AtomicString, timesNewRoman, ("Times New Roman"));
154 DEFINE_STATIC_LOCAL(AtomicString, arial, ("Arial"));
155 DEFINE_STATIC_LOCAL(AtomicString, helvetica, ("Helvetica"));
164 DEFINE_STATIC_LOCAL(AtomicString, msSans, ("MS Sans Serif"));
165 DEFINE_STATIC_LOCAL(AtomicString, microsoftSans, ("Microsoft Sans Serif"));
235 DEFINE_STATIC_LOCAL(FontPlatformData, key, (0.f, false, false))
    [all...]
  /external/webkit/Source/WebCore/page/
ContentSecurityPolicy.cpp 437 DEFINE_STATIC_LOCAL(String, disableXSSProtection, ("disable-xss-protection"));
438 DEFINE_STATIC_LOCAL(String, evalScript, ("eval-script"));
609 DEFINE_STATIC_LOCAL(String, scriptSrc, ("script-src"));
610 DEFINE_STATIC_LOCAL(String, objectSrc, ("object-src"));
611 DEFINE_STATIC_LOCAL(String, imgSrc, ("img-src"));
612 DEFINE_STATIC_LOCAL(String, styleSrc, ("style-src"));
613 DEFINE_STATIC_LOCAL(String, fontSrc, ("font-src"));
614 DEFINE_STATIC_LOCAL(String, mediaSrc, ("media-src"));
615 DEFINE_STATIC_LOCAL(String, options, ("options"));

Completed in 600 milliseconds

12 3 4 5 6 7 8 91011>>