Lines Matching defs:event
39 void WindowCreateImpl(CefRefPtr<CefWaitableEvent> event) { in WindowCreateImpl()
44 void WindowCreateFramelessImpl(CefRefPtr<CefWaitableEvent> event) { in WindowCreateFramelessImpl()
58 void WindowCreateWithOriginImpl(CefRefPtr<CefWaitableEvent> event) { in WindowCreateWithOriginImpl()
72 void WindowShowHideImpl(CefRefPtr<CefWaitableEvent> event) { in WindowShowHideImpl()
78 void WindowShowHideFramelessImpl(CefRefPtr<CefWaitableEvent> event) { in WindowShowHideFramelessImpl()
205 void WindowLayoutAndCoordsImpl(CefRefPtr<CefWaitableEvent> event) { in WindowLayoutAndCoordsImpl()
211 void WindowLayoutAndCoordsFramelessImpl(CefRefPtr<CefWaitableEvent> event) { in WindowLayoutAndCoordsFramelessImpl()
255 void WindowMaximizeImpl(CefRefPtr<CefWaitableEvent> event) { in WindowMaximizeImpl()
262 void WindowMaximizeFramelessImpl(CefRefPtr<CefWaitableEvent> event) { in WindowMaximizeFramelessImpl()
299 void WindowMinimizeImpl(CefRefPtr<CefWaitableEvent> event) { in WindowMinimizeImpl()
306 void WindowMinimizeFramelessImpl(CefRefPtr<CefWaitableEvent> event) { in WindowMinimizeFramelessImpl()
351 void WindowFullscreenImpl(CefRefPtr<CefWaitableEvent> event) { in WindowFullscreenImpl()
358 void WindowFullscreenFramelessImpl(CefRefPtr<CefWaitableEvent> event) { in WindowFullscreenFramelessImpl()
382 void WindowIconImpl(CefRefPtr<CefWaitableEvent> event) { in WindowIconImpl()
388 void WindowIconFramelessImpl(CefRefPtr<CefWaitableEvent> event) { in WindowIconFramelessImpl()
405 bool OnKeyEvent(CefRefPtr<CefWindow> window, const CefKeyEvent& event) { in OnKeyEvent()
478 void WindowAcceleratorImpl(CefRefPtr<CefWaitableEvent> event) { in WindowAcceleratorImpl()