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

  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 506 const aura::Window::Windows& root_children = root_window->children(); local
507 for (size_t i = 0; i < root_children.size(); ++i)
508 root_children[i]->RemoveObserver(this);
638 const aura::Window::Windows& root_children = variable
640 for (size_t i = 0; i < root_children.size(); ++i) {
641 if (root_children[i] != view_->window_ && root_children[i] != parent_)
642 root_children[i]->RemoveObserver(this);
685 const aura::Window::Windows& root_children = root_window->children(); local
687 for (size_t i = 0; i < root_children.size(); ++i)
    [all...]
  /external/chromium_org/components/bookmarks/browser/
bookmark_model.cc 784 std::vector<BookmarkPermanentNode*> root_children; local
785 root_children.push_back(bookmark_bar_node_);
786 root_children.push_back(other_node_);
787 root_children.push_back(mobile_node_);
789 root_children.push_back(extra_nodes[i]);
790 std::stable_sort(root_children.begin(),
791 root_children.end(),
793 for (size_t i = 0; i < root_children.size(); ++i)
794 root_.Add(root_children[i], static_cast<int>(i));
  /external/chromium_org/tools/binary_size/
run_binary_size_analysis.py 97 root_children = node[NODE_CHILDREN_KEY]
98 if NAME_NO_PATH_BUCKET in root_children:
99 no_path_bucket = root_children[NAME_NO_PATH_BUCKET]

Completed in 126 milliseconds