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

  /external/chromium_org/ui/wm/core/
transient_window_controller.cc 27 aura::Window* TransientWindowController::GetTransientParent(
29 return const_cast<aura::Window*>(GetTransientParent(
33 const aura::Window* TransientWindowController::GetTransientParent(
window_util.cc 92 aura::Window* GetTransientParent(aura::Window* window) {
93 return const_cast<aura::Window*>(GetTransientParent(
97 const aura::Window* GetTransientParent(const aura::Window* window) {
122 const aura::Window* transient_parent = GetTransientParent(window);

Completed in 413 milliseconds