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

  /external/chromium_org/athena/wm/
title_drag_controller.h 31 virtual aura::Window* GetWindowBehind(aura::Window* window) = 0;
window_manager_impl.h 83 virtual aura::Window* GetWindowBehind(aura::Window* window) OVERRIDE;
window_manager_impl.cc 335 aura::Window* WindowManagerImpl::GetWindowBehind(aura::Window* window) {
357 aura::Window* next_window = GetWindowBehind(window);
380 aura::Window* next_window = GetWindowBehind(window);
406 aura::Window* next_window = GetWindowBehind(window);
title_drag_controller.cc 94 if (!delegate_->GetWindowBehind(window))

Completed in 89 milliseconds