Searched defs:enqueueEvent (Results 1 - 14 of 14) sorted by relevance

/external/guava/guava/src/com/google/common/eventbus/
H A DAsyncEventBus.java65 protected void enqueueEvent(Object event, EventHandler handler) { method in class:AsyncEventBus
H A DEventBus.java255 enqueueEvent(event, wrapper);
272 protected void enqueueEvent(Object event, EventHandler handler) { method in class:EventBus
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DGenericEventQueue.cpp59 bool GenericEventQueue::enqueueEvent(PassRefPtrWillBeRawPtr<Event> event) function in class:WebCore::GenericEventQueue
67 TRACE_EVENT_ASYNC_BEGIN1("event", "GenericEventQueue:enqueueEvent", event.get(), "type", event->type().ascii());
84 TRACE_EVENT_ASYNC_END2("event", "GenericEventQueue:enqueueEvent", event, "type", event->type().ascii(), "status", "cancelled");
106 TRACE_EVENT_ASYNC_STEP_INTO1("event", "GenericEventQueue:enqueueEvent", event, "dispatch", "type", type);
108 TRACE_EVENT_ASYNC_END1("event", "GenericEventQueue:enqueueEvent", event, "type", type);
125 TRACE_EVENT_ASYNC_END2("event", "GenericEventQueue:enqueueEvent", event, "type", event->type().ascii(), "status", "cancelled");
H A DDOMWindowEventQueue.cpp75 bool DOMWindowEventQueue::enqueueEvent(PassRefPtrWillBeRawPtr<Event> event) function in class:WebCore::DOMWindowEventQueue
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DScriptedAnimationController.cpp188 void ScriptedAnimationController::enqueueEvent(PassRefPtrWillBeRawPtr<Event> event) function in class:WebCore::ScriptedAnimationController
199 enqueueEvent(event);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPointerLockController.cpp52 enqueueEvent(EventTypeNames::pointerlockerror, target);
53 enqueueEvent(EventTypeNames::webkitpointerlockerror, target);
60 enqueueEvent(EventTypeNames::pointerlockerror, target);
61 enqueueEvent(EventTypeNames::webkitpointerlockerror, target);
67 enqueueEvent(EventTypeNames::pointerlockerror, target);
68 enqueueEvent(EventTypeNames::webkitpointerlockerror, target);
71 enqueueEvent(EventTypeNames::pointerlockchange, target);
72 enqueueEvent(EventTypeNames::webkitpointerlockchange, target);
78 enqueueEvent(EventTypeNames::pointerlockerror, target);
79 enqueueEvent(EventTypeName
157 void PointerLockController::enqueueEvent(const AtomicString& type, Element* element) function in class:WebCore::PointerLockController
163 void PointerLockController::enqueueEvent(const AtomicString& type, Document* document) function in class:WebCore::PointerLockController
[all...]
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerEventQueue.cpp112 bool WorkerEventQueue::enqueueEvent(PassRefPtrWillBeRawPtr<Event> prpEvent) function in class:WebCore::WorkerEventQueue
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DTraceEventDispatcher.cpp54 self->enqueueEvent(TraceEvent(timestamp, phase, name, id, currentThread(), numArgs, argNames, argTypes, argValues));
59 void TraceEventDispatcher::enqueueEvent(const TraceEvent& event) function in class:WebCore::TraceEventDispatcher
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBRequest.cpp239 enqueueEvent(Event::createCancelableBubble(EventTypeNames::error));
362 enqueueEvent(Event::create(EventTypeNames::success));
522 void IDBRequest::enqueueEvent(PassRefPtrWillBeRawPtr<Event> event) function in class:WebCore::IDBRequest
537 if (eventQueue->enqueueEvent(event.get()))
H A DIDBTransaction.cpp271 enqueueEvent(Event::createBubble(EventTypeNames::abort));
289 enqueueEvent(Event::create(EventTypeNames::complete));
392 void IDBTransaction::enqueueEvent(PassRefPtrWillBeRawPtr<Event> event) function in class:WebCore::IDBTransaction
400 eventQueue->enqueueEvent(event);
H A DIDBDatabase.cpp355 enqueueEvent(Event::create(EventTypeNames::close));
404 enqueueEvent(IDBVersionChangeEvent::create(EventTypeNames::versionchange, oldVersion, newVersionNullable));
407 void IDBDatabase::enqueueEvent(PassRefPtrWillBeRawPtr<Event> event) function in class:WebCore::IDBDatabase
413 eventQueue->enqueueEvent(event.get());
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 937 milliseconds