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

  /external/webkit/Source/WebCore/dom/
EventNames.h 188 class EventNames {
189 WTF_MAKE_NONCOPYABLE(EventNames); WTF_MAKE_FAST_ALLOCATED;
191 // Private to prevent accidental call to EventNames() instead of eventNames()
192 EventNames();
201 inline EventNames& eventNames()
203 return threadGlobalData().eventNames();
  /external/webkit/Source/WebCore/platform/
ThreadGlobalData.h 43 class EventNames;
55 EventNames& eventNames() { return *m_eventNames; }
67 EventNames* m_eventNames;

Completed in 66 milliseconds