/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderCounter.cpp | 52 DEFINE_STATIC_LOCAL(CounterMaps, staticCounterMaps, ());
|
TextAutosizer.cpp | 83 DEFINE_STATIC_LOCAL(Vector<QualifiedName>, formInputTags, ());
|
InlineTextBox.cpp | 705 DEFINE_STATIC_LOCAL(TextRun, objectReplacementCharacterTextRun, (&objectReplacementCharacter, 1)); 732 DEFINE_STATIC_LOCAL(TextRun, objectReplacementCharacterTextRun, (&objectReplacementCharacter, 1)); [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
NormalizeAlgorithm.cpp | 172 DEFINE_STATIC_LOCAL(AlgorithmRegistry, registry, ());
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebAXObject.cpp | 547 DEFINE_STATIC_LOCAL(String, modifierString, ());
|
/external/chromium_org/third_party/WebKit/Source/core/animation/css/ |
CSSAnimations.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLSelectElement.cpp | 94 DEFINE_STATIC_LOCAL(const AtomicString, selectMultiple, ("select-multiple", AtomicString::ConstructFromLiteral)); 95 DEFINE_STATIC_LOCAL(const AtomicString, selectOne, ("select-one", AtomicString::ConstructFromLiteral)); [all...] |
HTMLMediaElement.cpp | 134 DEFINE_STATIC_LOCAL(DocumentElementSetMap, map, ()); 194 DEFINE_STATIC_LOCAL(const String, codecs, ("codecs")); 222 DEFINE_STATIC_LOCAL(const String, codecs, ("codecs")); [all...] |
HTMLElement.cpp | 213 DEFINE_STATIC_LOCAL(StringToStringMap, attributeNameToEventNameMap, ()); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorPageAgent.cpp | [all...] |
InspectorStyleSheet.cpp | 544 DEFINE_STATIC_LOCAL(String, bogusPropertyName, ("-webkit-boguz-propertee")); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/page/ |
EventHandler.cpp | 350 DEFINE_STATIC_LOCAL(DragState, state, ()); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Element.cpp | 146 DEFINE_STATIC_LOCAL(AttrNodeListMap, map, ()); [all...] |
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
StringImpl.cpp | 61 DEFINE_STATIC_LOCAL(Mutex, mutex, ()); 68 DEFINE_STATIC_LOCAL(HashSet<void*>, strings, ()); 363 DEFINE_STATIC_LOCAL(StaticStringsTable, staticStrings, ()); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
DOMWindow.cpp | 164 DEFINE_STATIC_LOCAL(DOMWindowSet, windowsWithUnloadEventListeners, ()); 170 DEFINE_STATIC_LOCAL(DOMWindowSet, windowsWithBeforeUnloadEventListeners, ()); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/platform/mac/ |
ThemeMac.mm | 103 DEFINE_STATIC_LOCAL(ThemeMac, themeMac, ());
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
ScriptController.cpp | 412 DEFINE_STATIC_LOCAL(V8Extensions, extensions, ());
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSPrimitiveValue.cpp | 174 DEFINE_STATIC_LOCAL(CSSTextCache, cache, ()); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
SpellChecker.cpp | 70 DEFINE_STATIC_LOCAL(EmptySpellCheckerClient, client, ()); [all...] |
htmlediting.cpp | 400 DEFINE_STATIC_LOCAL(String, nonBreakingSpaceString, (&noBreakSpace, 1)); [all...] |
Editor.cpp | 138 DEFINE_STATIC_LOCAL(EmptyEditorClient, client, ()); [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
HarfBuzzShaper.cpp | 201 DEFINE_STATIC_LOCAL(HarfBuzzRunCache, globalHarfBuzzRunCache, ()); [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
GraphicsLayer.cpp | 70 DEFINE_STATIC_LOCAL(RepaintMap, map, ()); [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
TextBreakIteratorICU.cpp | 607 DEFINE_STATIC_LOCAL(Mutex, nonSharedCharacterBreakIteratorMutex, ()); [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/ |
KURL.cpp | 159 DEFINE_STATIC_LOCAL(KURL, staticBlankURL, (ParsedURLString, "about:blank"));
|