Searched refs:EditorTreeModel (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_editor_view.h61 class EditorTreeModel : public ui::TreeNodeModel<EditorNode> { class in class:BookmarkEditorView
63 explicit EditorTreeModel(EditorNode* root) function in class:BookmarkEditorView::EditorTreeModel
70 DISALLOW_COPY_AND_ASSIGN(EditorTreeModel);
230 scoped_ptr<EditorTreeModel> tree_model_;
H A Dbookmark_editor_view.cc423 tree_model_.reset(new EditorTreeModel(root_node));
641 void BookmarkEditorView::EditorTreeModel::SetTitle(
H A Dbookmark_editor_view_unittest.cc61 BookmarkEditorView::EditorTreeModel* editor_tree_model() {

Completed in 61 milliseconds