Searched refs:root_children (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/tools/metrics/histograms/
H A Dhistogram_ownership.py19 root_children = root.getchildren()
21 for node in root_children:
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_model.cc785 std::vector<BookmarkPermanentNode*> root_children; local
786 root_children.push_back(bookmark_bar_node_);
787 root_children.push_back(other_node_);
788 root_children.push_back(mobile_node_);
790 root_children.push_back(extra_nodes[i]);
791 std::stable_sort(root_children.begin(),
792 root_children.end(),
794 for (size_t i = 0; i < root_children.size(); ++i)
795 root_.Add(root_children[i], static_cast<int>(i));
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc498 const aura::Window::Windows& root_children = root_window->children(); local
499 for (size_t i = 0; i < root_children.size(); ++i)
500 root_children[i]->RemoveObserver(this);
656 const aura::Window::Windows& root_children = variable
658 for (size_t i = 0; i < root_children.size(); ++i) {
659 if (root_children[i] != view_->window_ &&
660 root_children[i] != host_window_) {
661 root_children[i]->RemoveObserver(this);
705 const aura::Window::Windows& root_children = root_window->children(); local
707 for (size_t i = 0; i < root_children
[all...]
/external/chromium_org/tools/binary_size/
H A Drun_binary_size_analysis.py98 root_children = node[NODE_CHILDREN_KEY]
99 if NAME_NO_PATH_BUCKET in root_children:
100 no_path_bucket = root_children[NAME_NO_PATH_BUCKET]

Completed in 557 milliseconds