Searched defs:EventSource (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/events/
H A Devent_source.h19 // EventSource receives events from the native platform (e.g. X11, win32 etc.)
21 class EVENTS_EXPORT EventSource { class in namespace:ui
23 EventSource();
24 virtual ~EventSource();
30 // EventSource before the rewriter is destroyed. The EventSource
44 DISALLOW_COPY_AND_ASSIGN(EventSource);
H A Devent_source.cc14 EventSource::EventSource() {} function in class:ui::EventSource
16 EventSource::~EventSource() {}
18 void EventSource::AddEventRewriter(EventRewriter* rewriter) {
25 void EventSource::RemoveEventRewriter(EventRewriter* rewriter) {
32 EventDispatchDetails EventSource::SendEventToProcessor(Event* event) {
70 EventDispatchDetails EventSource::DeliverEventToProcessor(Event* event) {
/external/chromium_org/remoting/webapp/
H A Dbase.js280 * base.extend(SmokeDetector, base.EventSource);
295 * Helper interface for the EventSource.
308 base.EventSource = function() {
314 * @param {base.EventSource} obj
317 base.EventSource.isDefined = function(obj, type) {
324 base.EventSource.prototype = {
335 * @this {base.EventSource}
351 base.EventSource.isDefined(this, type);
364 base.EventSource.isDefined(this, type);
386 base.EventSource
[all...]
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventSource.cpp34 #include "core/page/EventSource.h"
60 const unsigned long long EventSource::defaultReconnectDelay = 3000;
62 inline EventSource::EventSource(ExecutionContext* context, const KURL& url, const EventSourceInit& eventSourceInit) function in class:blink::EventSource
68 , m_connectTimer(this, &EventSource::connectTimerFired)
75 PassRefPtrWillBeRawPtr<EventSource> EventSource::create(ExecutionContext* context, const String& url, const EventSourceInit& eventSourceInit, ExceptionState& exceptionState)
78 exceptionState.throwDOMException(SyntaxError, "Cannot open an EventSource to an empty URL.");
84 exceptionState.throwDOMException(SyntaxError, "Cannot open an EventSource to '" + url + "'. The URL is invalid.");
100 RefPtrWillBeRawPtr<EventSource> sourc
[all...]
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.h108 typedef struct EventSource struct
115 struct EventSource * next;
116 } EventSource; typedef in typeref:struct:EventSource
151 GenLinkedList eventSources; // linked list of EventSource's
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.h64 enum EventSource { enum in class:TabDragController
91 EventSource event_source);
106 EventSource event_source() const { return event_source_; }
453 EventSource event_source_;

Completed in 177 milliseconds