Searched defs:ApplyEdits (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_bubble_gtk.cc203 ApplyEdits();
268 void BookmarkBubbleGtk::ApplyEdits() { function in class:BookmarkBubbleGtk
316 ApplyEdits();
H A Dbookmark_editor_gtk.cc436 void BookmarkEditorGtk::ApplyEdits() { function in class:BookmarkEditorGtk
443 ApplyEdits(NULL);
448 ApplyEdits(&currently_selected_iter);
451 void BookmarkEditorGtk::ApplyEdits(GtkTreeIter* selected_parent) { function in class:BookmarkEditorGtk
502 ApplyEdits();
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bubble_view.cc129 ApplyEdits();
354 ApplyEdits();
419 void BookmarkBubbleView::ApplyEdits() { function in class:BookmarkBubbleView
H A Dbookmark_editor_view_unittest.cc74 void ApplyEdits(BookmarkEditorView::EditorNode* node) { function in class:BookmarkEditorViewTest
75 editor_->ApplyEdits(node);
161 ApplyEdits(editor_tree_model()->GetRoot()->GetChild(0));
179 ApplyEdits(editor_tree_model()->GetRoot()->GetChild(0));
194 ApplyEdits(editor_tree_model()->GetRoot()->GetChild(1));
210 ApplyEdits(editor_tree_model()->GetRoot()->GetChild(1));
232 ApplyEdits(f2);
259 ApplyEdits(editor_tree_model()->GetRoot()->GetChild(0));
280 ApplyEdits(NULL);
299 ApplyEdits(NUL
[all...]
H A Dbookmark_editor_view.cc121 ApplyEdits();
521 void BookmarkEditorView::ApplyEdits() { function in class:BookmarkEditorView
530 ApplyEdits(parent);
533 void BookmarkEditorView::ApplyEdits(EditorNode* parent) { function in class:BookmarkEditorView

Completed in 332 milliseconds