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

  /external/chromium_org/ui/views/corewm/
transient_window_stacking_client.cc 56 bool HasTransientAncestor(const Window* window, const Window* ancestor) {
60 HasTransientAncestor(window->transient_parent(), ancestor) : false;
82 !HasTransientAncestor(*child, *target)) {
87 HasTransientAncestor(siblings[target_i + 1], *target)) {
  /external/chromium_org/ui/aura/
window.h 449 bool HasTransientAncestor(const Window* ancestor) const;
window.cc     [all...]

Completed in 28 milliseconds