HomeSort by relevance Sort by last modified time
    Searched defs:eventNames (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
EventNames.h 278 class EventNames {
279 WTF_MAKE_NONCOPYABLE(EventNames); WTF_MAKE_FAST_ALLOCATED;
281 // Private to prevent accidental call to EventNames() instead of eventNames()
282 EventNames();
325 inline EventNames& eventNames()
327 return threadGlobalData().eventNames();
  /external/chromium_org/third_party/WebKit/Source/core/platform/
ThreadGlobalData.h 43 class EventNames;
56 EventNames& eventNames() { return *m_eventNames; }
62 OwnPtr<EventNames> m_eventNames;

Completed in 124 milliseconds