Searched defs:EventSink (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/win8/metro_driver/ime/
H A Dtext_service.cc173 class EventSink { class in namespace:metro_driver::__anon17435
175 EventSink(DWORD cookie, base::win::ScopedComPtr<ITfSource> source) function in class:metro_driver::__anon17435::EventSink
178 ~EventSink() {
189 DISALLOW_COPY_AND_ASSIGN(EventSink);
192 scoped_ptr<EventSink> CreateTextEditSink(ITfContext* context,
200 return scoped_ptr<EventSink>();
205 return scoped_ptr<EventSink>();
207 return scoped_ptr<EventSink>(new EventSink(cookie, source));
216 // - EventSink
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dwin32socketserver.cc135 // Win32Socket::EventSink
147 class Win32Socket::EventSink : public Win32Window { class in class:rtc::Win32Socket
149 explicit EventSink(Win32Socket * parent) : parent_(parent) { } function in class:rtc::Win32Socket::EventSink
164 void Win32Socket::EventSink::Dispose() {
173 bool Win32Socket::EventSink::OnMessage(UINT uMsg, WPARAM wParam,
185 bool Win32Socket::EventSink::OnSocketNotify(UINT uMsg, WPARAM wParam,
203 bool Win32Socket::EventSink::OnDnsNotify(WPARAM wParam, LPARAM lParam,
213 void Win32Socket::EventSink::OnNcDestroy() {
215 LOG(LS_ERROR) << "EventSink hwnd is being destroyed, but the event sink"
547 sink_ = new EventSink(thi
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A Dexterns.js204 function EventSink() {} function

Completed in 854 milliseconds