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

  /external/chromium_org/ui/views/corewm/
transient_window_stacking_client_unittest.cc 64 // transient_children_ array is used when reinserting transient children.
65 // If transient_children_ array was used '22' would be following '21'.
96 // transient_children_ array is used when reinserting transient children.
97 // If transient_children_ array was used '22' would be following '21'.
130 // transient_children_ array is used when reinserting transient children.
131 // If transient_children_ array was used '22' would be following '21'.
  /external/chromium_org/ui/aura/
window.cc 265 Windows transient_children(transient_children_);
267 DCHECK(transient_children_.empty());
394 for (Windows::iterator it = transient_children_.begin();
395 it != transient_children_.end(); ++it) {
611 DCHECK(std::find(transient_children_.begin(), transient_children_.end(),
612 child) == transient_children_.end());
613 transient_children_.push_back(child);
621 std::find(transient_children_.begin(), transient_children_.end(), child)
    [all...]
window.h 225 const Windows& transient_children() const { return transient_children_; }
566 Windows transient_children_; member in class:aura::Window

Completed in 127 milliseconds