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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextPositioningElement.cpp 59 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerThread.cpp 57 DEFINE_STATIC_LOCAL(HashSet<WorkerThread*>, threads, ());
  /external/chromium_org/third_party/WebKit/Source/platform/
Length.cpp 166 DEFINE_STATIC_LOCAL(CalculationValueHandleMap, handleMap, ());
SharedBuffer.cpp 73 DEFINE_STATIC_LOCAL(Mutex, mutex, ());
79 DEFINE_STATIC_LOCAL(HashSet<SharedBuffer*>, buffers, ());
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
FontCacheSkia.cpp 100 DEFINE_STATIC_LOCAL(const AtomicString, arialStr, ("Arial", AtomicString::ConstructFromLiteral));
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
HRTFElevation.cpp 67 DEFINE_STATIC_LOCAL(AudioBusMap, audioBusMap, ());
68 DEFINE_STATIC_LOCAL(Mutex, mutex, ());
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeMacCommon.mm 66 DEFINE_STATIC_LOCAL(ScrollbarSet, set, ());
84 DEFINE_STATIC_LOCAL(ScrollbarThemeMacOverlayAPI, overlayTheme, ());
87 DEFINE_STATIC_LOCAL(ScrollbarThemeMacNonOverlayAPI, nonOverlayTheme, ());
ScrollbarTheme.cpp 40 DEFINE_STATIC_LOCAL(ScrollbarThemeOverlayMock, overlayMockTheme, ());
44 DEFINE_STATIC_LOCAL(ScrollbarThemeMock, mockTheme, ());
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTokenizer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
ContentSecurityPolicy.cpp 528 DEFINE_STATIC_LOCAL(const String, noncePrefix, ("'nonce-"));
552 DEFINE_STATIC_LOCAL(const String, sha1Prefix, ("'sha1-"));
553 DEFINE_STATIC_LOCAL(const String, sha256Prefix, ("'sha256-"));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp 380 DEFINE_STATIC_LOCAL(const AtomicString, none, ("none", AtomicString::ConstructFromLiteral));
381 DEFINE_STATIC_LOCAL(const AtomicString, forward, ("forward", AtomicString::ConstructFromLiteral));
382 DEFINE_STATIC_LOCAL(const AtomicString, backward, ("backward", AtomicString::ConstructFromLiteral));
HTMLAppletElement.cpp 217 DEFINE_STATIC_LOCAL(String, appletMimeType, ("application/x-java-applet"));
HTMLStyleElement.cpp 43 DEFINE_STATIC_LOCAL(StyleEventSender, sharedLoadEventSender, (EventTypeNames::load));
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
FontCacheWin.cpp 499 DEFINE_STATIC_LOCAL(AtomicString, timesStr, "Times New Roman");
500 DEFINE_STATIC_LOCAL(AtomicString, courierStr, "Courier New");
501 DEFINE_STATIC_LOCAL(AtomicString, arialStr, "Arial");
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
npruntime.cpp 365 DEFINE_STATIC_LOCAL(NPObjectMap, objectMap, ());
373 DEFINE_STATIC_LOCAL(NPRootObjectMap, objectMap, ());
V8StringResource.cpp 185 DEFINE_STATIC_LOCAL(Vector<AtomicString>, lowNumbers, (kLowNumbers + 1));
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
TextControlInnerElements.cpp 169 DEFINE_STATIC_LOCAL(AtomicString, resultsDecorationId, ("-webkit-search-results-decoration", AtomicString::ConstructFromLiteral));
170 DEFINE_STATIC_LOCAL(AtomicString, decorationId, ("-webkit-search-decoration", AtomicString::ConstructFromLiteral));
MediaControls.cpp 336 DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls"));
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBRequest.cpp 107 DEFINE_STATIC_LOCAL(AtomicString, pending, ("pending", AtomicString::ConstructFromLiteral));
108 DEFINE_STATIC_LOCAL(AtomicString, done, ("done", AtomicString::ConstructFromLiteral));
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageBuffer.cpp 216 DEFINE_STATIC_LOCAL(Vector<uint8_t>, linearRgbLUT, ());
232 DEFINE_STATIC_LOCAL(Vector<uint8_t>, deviceRgbLUT, ());
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
CustomFilterValidatedProgram.cpp 134 DEFINE_STATIC_LOCAL(String, vertexShaderString, (SHADER(
148 DEFINE_STATIC_LOCAL(String, fragmentShaderString, (SHADER(
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRoot.cpp 390 DEFINE_STATIC_LOCAL(const Vector<RefPtr<InsertionPoint> >, emptyList, ());
  /external/chromium_org/third_party/WebKit/Source/core/events/
EventListenerMap.cpp 51 DEFINE_STATIC_LOCAL(Mutex, mutex, ());
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
NumberInputType.cpp 159 DEFINE_STATIC_LOCAL(const StepRange::StepDescription, stepDescription, (numberDefaultStep, numberDefaultStepBase, numberStepScaleFactor));
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorIndexedDBAgent.cpp 321 DEFINE_STATIC_LOCAL(String, number, ("number"));
322 DEFINE_STATIC_LOCAL(String, string, ("string"));
323 DEFINE_STATIC_LOCAL(String, date, ("date"));
324 DEFINE_STATIC_LOCAL(String, array, ("array"));

Completed in 1172 milliseconds

1 2 3 4 5 6 7 891011>>