OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BookmarkEditorView
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.cc
58
BookmarkEditorView
* editor = new
BookmarkEditorView
(profile,
63
BookmarkEditorView
::
BookmarkEditorView
(
85
BookmarkEditorView
::~
BookmarkEditorView
() {
93
base::string16
BookmarkEditorView
::GetDialogButtonLabel(
100
bool
BookmarkEditorView
::IsDialogButtonEnabled(ui::DialogButton button) const {
111
views::View*
BookmarkEditorView
::CreateExtraView() {
115
ui::ModalType
BookmarkEditorView
::GetModalType() const
[
all
...]
bookmark_editor_view_unittest.cc
61
BookmarkEditorView
::EditorTreeModel* editor_tree_model() {
69
editor_.reset(new
BookmarkEditorView
(profile, parent, details,
86
void ApplyEdits(
BookmarkEditorView
::EditorNode* node) {
90
BookmarkEditorView
::EditorNode* AddNewFolder(
91
BookmarkEditorView
::EditorNode* parent) {
149
scoped_ptr<
BookmarkEditorView
> editor_;
157
BookmarkEditorView
::SHOW_TREE);
158
BookmarkEditorView
::EditorNode* editor_root = editor_tree_model()->GetRoot();
167
BookmarkEditorView
::EditorNode* bb_node = editor_root->GetChild(0);
177
BookmarkEditorView
::EditorNode* other_node = editor_root->GetChild(1)
[
all
...]
bookmark_editor_view.h
45
// To use
BookmarkEditorView
invoke the static show method.
47
class
BookmarkEditorView
: public BookmarkEditor,
73
BookmarkEditorView
(Profile* profile,
78
virtual ~
BookmarkEditorView
();
117
// Creates a Window and adds the
BookmarkEditorView
to it. When the window is
118
// closed the
BookmarkEditorView
is deleted.
177
EditorNode* FindNodeWithID(
BookmarkEditorView
::EditorNode* node, int64 id);
197
BookmarkEditorView
::EditorNode* b_node,
198
BookmarkEditorView
::EditorNode* parent_b_node,
273
DISALLOW_COPY_AND_ASSIGN(
BookmarkEditorView
);
[
all
...]
Completed in 144 milliseconds