Searched defs:WindowManagerServiceImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/mojo/services/window_manager/
H A Dwindow_manager_service_impl.h16 class WindowManagerServiceImpl : public InterfaceImpl<WindowManagerService> { class in namespace:mojo
18 explicit WindowManagerServiceImpl(WindowManagerApp* manager);
19 virtual ~WindowManagerServiceImpl();
40 DISALLOW_COPY_AND_ASSIGN(WindowManagerServiceImpl);
H A Dwindow_manager_service_impl.cc13 // WindowManagerServiceImpl, public:
15 WindowManagerServiceImpl::WindowManagerServiceImpl( function in class:mojo::WindowManagerServiceImpl
21 WindowManagerServiceImpl::~WindowManagerServiceImpl() {
25 void WindowManagerServiceImpl::NotifyReady() {
29 void WindowManagerServiceImpl::NotifyViewFocused(Id new_focused_id,
34 void WindowManagerServiceImpl::NotifyWindowActivated(Id new_active_id,
40 // WindowManagerServiceImpl, WindowManager implementation:
42 void WindowManagerServiceImpl
[all...]

Completed in 1952 milliseconds