Home
last modified time | relevance | path

Searched defs:enqueueEvent (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DPointerLockController.cpp150 void PointerLockController::enqueueEvent(const AtomicString& type, Element* element) in enqueueEvent() function in blink::PointerLockController
156 void PointerLockController::enqueueEvent(const AtomicString& type, Document* document) in enqueueEvent() function in blink::PointerLockController
/external/chromium_org/third_party/WebKit/Source/core/testing/
DNullExecutionContext.cpp20 virtual bool enqueueEvent(PassRefPtrWillBeRawPtr<Event>) OVERRIDE { return true; } in enqueueEvent() function in blink::__anon8d64481a0111::FINAL
/external/guava/guava/src/com/google/common/eventbus/
DAsyncEventBus.java65 protected void enqueueEvent(Object event, EventHandler handler) { in enqueueEvent() method in AsyncEventBus
DEventBus.java272 protected void enqueueEvent(Object event, EventHandler handler) { in enqueueEvent() method in EventBus
/external/chromium_org/third_party/WebKit/Source/core/events/
DGenericEventQueue.cpp59 bool GenericEventQueue::enqueueEvent(PassRefPtrWillBeRawPtr<Event> event) in enqueueEvent() function in blink::GenericEventQueue
DDOMWindowEventQueue.cpp76 bool DOMWindowEventQueue::enqueueEvent(PassRefPtrWillBeRawPtr<Event> event) in enqueueEvent() function in blink::DOMWindowEventQueue
/external/chromium_org/third_party/WebKit/Source/core/workers/
DWorkerEventQueue.cpp114 bool WorkerEventQueue::enqueueEvent(PassRefPtrWillBeRawPtr<Event> prpEvent) in enqueueEvent() function in blink::WorkerEventQueue
/external/chromium_org/third_party/WebKit/Source/core/dom/
DScriptedAnimationController.cpp205 void ScriptedAnimationController::enqueueEvent(PassRefPtrWillBeRawPtr<Event> event) in enqueueEvent() function in blink::ScriptedAnimationController
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DTraceEventDispatcher.cpp57 void TraceEventDispatcher::enqueueEvent(double timestamp, char phase, const char* name, unsigned lo… in enqueueEvent() function in blink::TraceEventDispatcher
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBTransaction.cpp365 void IDBTransaction::enqueueEvent(PassRefPtrWillBeRawPtr<Event> event) in enqueueEvent() function in blink::IDBTransaction
DIDBRequest.cpp533 void IDBRequest::enqueueEvent(PassRefPtrWillBeRawPtr<Event> event) in enqueueEvent() function in blink::IDBRequest
DIDBDatabase.cpp411 void IDBDatabase::enqueueEvent(PassRefPtrWillBeRawPtr<Event> event) in enqueueEvent() function in blink::IDBDatabase