OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DOMWindowEventQueue
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/events/
DOMWindowEventQueue.h
44
class
DOMWindowEventQueue
: public RefCounted<
DOMWindowEventQueue
>, public EventQueue {
46
static PassRefPtr<
DOMWindowEventQueue
> create(ExecutionContext*);
47
virtual ~
DOMWindowEventQueue
();
55
explicit
DOMWindowEventQueue
(ExecutionContext*);
DOMWindowEventQueue.cpp
28
#include "core/events/
DOMWindowEventQueue
.h"
41
DOMWindowEventQueueTimer(
DOMWindowEventQueue
* eventQueue, ExecutionContext* context)
47
DOMWindowEventQueue
* m_eventQueue;
50
PassRefPtr<
DOMWindowEventQueue
>
DOMWindowEventQueue
::create(ExecutionContext* context)
52
return adoptRef(new
DOMWindowEventQueue
(context));
55
DOMWindowEventQueue
::
DOMWindowEventQueue
(ExecutionContext* context)
62
DOMWindowEventQueue
::~
DOMWindowEventQueue
()
[
all
...]
Completed in 26 milliseconds