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

  /external/chromium_org/tools/metrics/histograms/
histogram_ownership.py 19 root_children = root.getchildren()
21 for node in root_children:
  /external/chromium_org/components/bookmarks/browser/
bookmark_model.cc 785 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/
web_contents_view_aura.cc 498 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.size(); ++i)
    [all...]
  /external/chromium_org/tools/binary_size/
run_binary_size_analysis.py 98 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]
    [all...]

Completed in 173 milliseconds