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

  /external/chromium_org/ui/v2/public/
view.h 38 void set_owned_by_parent(bool owned_by_parent) {
39 owned_by_parent_ = owned_by_parent;
  /external/chromium_org/ui/aura/
window.h 95 void set_owned_by_parent(bool owned_by_parent) {
96 owned_by_parent_ = owned_by_parent;
98 bool owned_by_parent() const { return owned_by_parent_; } function in class:aura::Window
  /external/chromium_org/ash/
root_window_controller.cc 461 if (!child->owned_by_parent())
474 if (window->owned_by_parent()) {
    [all...]

Completed in 30 milliseconds