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

  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.h 168 // Creates a returns the new root node. This invokes CreateNodes to do
174 void CreateNodes(const BookmarkNode* bb_node, EditorNode* b_node);
bookmark_editor_view.cc 487 CreateNodes(bb_root_node, root_node);
494 void BookmarkEditorView::CreateNodes(const BookmarkNode* bb_node,
503 CreateNodes(child_bb_node, new_b_node);

Completed in 37 milliseconds