Home
last modified time | relevance | path

Searched refs:DOMWindowEventQueue (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
DDOMWindowEventQueue.cpp41 DOMWindowEventQueueTimer(DOMWindowEventQueue* eventQueue, ExecutionContext* context) in DOMWindowEventQueueTimer()
47 DOMWindowEventQueue* m_eventQueue;
50 PassRefPtr<DOMWindowEventQueue> DOMWindowEventQueue::create(ExecutionContext* context) in create()
52 return adoptRef(new DOMWindowEventQueue(context)); in create()
55 DOMWindowEventQueue::DOMWindowEventQueue(ExecutionContext* context) in DOMWindowEventQueue() function in WebCore::DOMWindowEventQueue
62 DOMWindowEventQueue::~DOMWindowEventQueue() in ~DOMWindowEventQueue()
66 bool DOMWindowEventQueue::enqueueEvent(PassRefPtr<Event> event) in enqueueEvent()
81 bool DOMWindowEventQueue::cancelEvent(Event* event) in cancelEvent()
92 void DOMWindowEventQueue::close() in close()
99 void DOMWindowEventQueue::pendingEventTimerFired() in pendingEventTimerFired()
[all …]
DDOMWindowEventQueue.h44 class DOMWindowEventQueue : public RefCounted<DOMWindowEventQueue>, public EventQueue {
46 static PassRefPtr<DOMWindowEventQueue> create(ExecutionContext*);
47 virtual ~DOMWindowEventQueue();
55 explicit DOMWindowEventQueue(ExecutionContext*);
/external/chromium_org/third_party/WebKit/Source/core/frame/
DDOMWindow.h52 class DOMWindowEventQueue; variable
374 RefPtr<DOMWindowEventQueue> m_eventQueue;
DDOMWindow.cpp391 m_eventQueue = DOMWindowEventQueue::create(m_document.get()); in installNewDocument()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_dom.target.linux-x86.mk168 third_party/WebKit/Source/core/events/DOMWindowEventQueue.cpp \
Dwebcore_dom.target.darwin-x86.mk168 third_party/WebKit/Source/core/events/DOMWindowEventQueue.cpp \
Dwebcore_dom.target.linux-mips.mk168 third_party/WebKit/Source/core/events/DOMWindowEventQueue.cpp \
Dwebcore_dom.target.darwin-mips.mk168 third_party/WebKit/Source/core/events/DOMWindowEventQueue.cpp \
Dwebcore_dom.target.darwin-arm.mk168 third_party/WebKit/Source/core/events/DOMWindowEventQueue.cpp \
Dwebcore_dom.target.linux-arm.mk168 third_party/WebKit/Source/core/events/DOMWindowEventQueue.cpp \
Dcore.gypi2103 'events/DOMWindowEventQueue.cpp',
2104 'events/DOMWindowEventQueue.h',