HomeSort by relevance Sort by last modified time
    Searched refs:WindowBoundsChangeObserver (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/keyboard/
keyboard_controller.h 30 class WindowBoundsChangeObserver;
159 scoped_ptr<WindowBoundsChangeObserver> window_bounds_observer_;
keyboard_controller.cc 207 class WindowBoundsChangeObserver : public aura::WindowObserver {
221 void WindowBoundsChangeObserver::OnWindowBoundsChanged(aura::Window* window,
228 void WindowBoundsChangeObserver::OnWindowDestroyed(aura::Window* window) {
234 void WindowBoundsChangeObserver::AddObservedWindow(aura::Window* window) {
241 void WindowBoundsChangeObserver::RemoveAllObservedWindows() {
262 window_bounds_observer_.reset(new WindowBoundsChangeObserver());

Completed in 370 milliseconds