HomeSort by relevance Sort by last modified time
    Searched refs:DEFINE_STATIC_LOCAL (Results 276 - 300 of 319) sorted by null

<<111213

  /external/chromium_org/third_party/WebKit/Source/core/editing/
ReplaceSelectionCommand.cpp 100 DEFINE_STATIC_LOCAL(String, interchangeNewlineClassString, (AppleInterchangeNewline));
109 DEFINE_STATIC_LOCAL(String, convertedSpaceSpanClassString, (AppleConvertedSpace));
569 DEFINE_STATIC_LOCAL(HashSet<AtomicString>, elements, ());
    [all...]
SpellChecker.cpp 70 DEFINE_STATIC_LOCAL(EmptySpellCheckerClient, client, ());
    [all...]
htmlediting.cpp 406 DEFINE_STATIC_LOCAL(String, nonBreakingSpaceString, (&noBreakSpace, 1));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptController.cpp 339 DEFINE_STATIC_LOCAL(V8Extensions, extensions, ());
V8Binding.cpp 145 DEFINE_STATIC_LOCAL(ArrayBufferAllocator, arrayBufferAllocator, ());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8WindowCustom.cpp 463 DEFINE_STATIC_LOCAL(const AtomicString, nameOfProtoProperty, ("__proto__", AtomicString::ConstructFromLiteral));
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.cpp 423 DEFINE_STATIC_LOCAL(Vector<CSSPropertyID>, properties, ());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.cpp 159 DEFINE_STATIC_LOCAL(Vector<Element*>, emptyVector, ());
Node.cpp 120 DEFINE_STATIC_LOCAL(HashSet<Node*>, s_liveNodeSet, ());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLinkElement.cpp 120 DEFINE_STATIC_LOCAL(LinkEventSender, sharedLoadEventSender, (EventTypeNames::load));
HTMLSelectElement.cpp 93 DEFINE_STATIC_LOCAL(const AtomicString, selectMultiple, ("select-multiple", AtomicString::ConstructFromLiteral));
94 DEFINE_STATIC_LOCAL(const AtomicString, selectOne, ("select-one", AtomicString::ConstructFromLiteral));
    [all...]
HTMLMediaElement.cpp 132 DEFINE_STATIC_LOCAL(OwnPtrWillBePersistent<DocumentElementSetMap>, map, (adoptPtrWillBeNoop(new DocumentElementSetMap())));
219 DEFINE_STATIC_LOCAL(const String, codecs, ("codecs"));
247 DEFINE_STATIC_LOCAL(const String, codecs, ("codecs"));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderCounter.cpp 52 DEFINE_STATIC_LOCAL(CounterMaps, staticCounterMaps, ());
InlineTextBox.cpp 708 DEFINE_STATIC_LOCAL(TextRun, objectReplacementCharacterTextRun, (&objectReplacementCharacter, 1));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.cpp 907 DEFINE_STATIC_LOCAL(AttachedThreadStateSet, threads, ());
Visitor.h 712 DEFINE_STATIC_LOCAL(String, typenameString, (WTF::extractTypeNameFromFunctionName(WTF::extractNameFunction<T>())));
  /external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp 651 DEFINE_STATIC_LOCAL(String, modifierString, ());
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.cpp     [all...]
InspectorStyleSheet.cpp 552 DEFINE_STATIC_LOCAL(String, bogusPropertyName, ("-webkit-boguz-propertee"));
762 DEFINE_STATIC_LOCAL(String, defaultPrefix, (" "));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 260 DEFINE_STATIC_LOCAL(Persistent<DragState>, state, (new DragState()));
263 DEFINE_STATIC_LOCAL(DragState, state, ());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.cpp 65 DEFINE_STATIC_LOCAL(Mutex, mutex, ());
72 DEFINE_STATIC_LOCAL(HashSet<void*>, strings, ());
340 DEFINE_STATIC_LOCAL(StaticStringsTable, staticStrings, ());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalDOMWindow.cpp 174 DEFINE_STATIC_LOCAL(DOMWindowSet, windowsWithUnloadEventListeners, ());
180 DEFINE_STATIC_LOCAL(DOMWindowSet, windowsWithBeforeUnloadEventListeners, ());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ThemeMac.mm 103 DEFINE_STATIC_LOCAL(ThemeMac, themeMac, ());
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
Resource.cpp 857 DEFINE_STATIC_LOCAL(ResourceCallback, callbackHandler, ());
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTokenizer.cpp 42 // Please don't use DEFINE_STATIC_LOCAL in this file. The HTMLTokenizer is used
43 // from multiple threads and DEFINE_STATIC_LOCAL isn't threadsafe.
44 #undef DEFINE_STATIC_LOCAL
    [all...]

Completed in 6834 milliseconds

<<111213