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

  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_editor_view_unittest.cc 74 void ApplyEdits(BookmarkEditorView::EditorNode* node) {
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(NULL)
    [all...]
bookmark_editor_view.h 179 // Invokes ApplyEdits with the selected node.
180 void ApplyEdits();
184 void ApplyEdits(EditorNode* parent);
bookmark_bubble_view.h 105 void ApplyEdits();
bookmark_bubble_view.cc 129 ApplyEdits();
354 ApplyEdits();
419 void BookmarkBubbleView::ApplyEdits() {
bookmark_editor_view.cc 121 ApplyEdits();
521 void BookmarkEditorView::ApplyEdits() {
530 ApplyEdits(parent);
533 void BookmarkEditorView::ApplyEdits(EditorNode* parent) {
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_editor_gtk.h 93 // Invokes ApplyEdits with the selected node.
96 // cleaned up so that we don't overload ApplyEdits.
97 void ApplyEdits();
101 void ApplyEdits(GtkTreeIter* selected_parent);
bookmark_editor_gtk_unittest.cc 145 editor.ApplyEdits(&bookmark_bar_node);
166 editor.ApplyEdits(&bookmark_bar_node);
186 editor.ApplyEdits(&gtk_other_node);
208 editor.ApplyEdits(&gtk_other_node);
245 editor.ApplyEdits(&f2_iter);
277 editor.ApplyEdits(&bookmark_bar_node);
299 editor.ApplyEdits(NULL);
318 editor.ApplyEdits();
bookmark_bubble_gtk.h 73 void ApplyEdits();
bookmark_editor_gtk.cc 436 void BookmarkEditorGtk::ApplyEdits() {
443 ApplyEdits(NULL);
448 ApplyEdits(&currently_selected_iter);
451 void BookmarkEditorGtk::ApplyEdits(GtkTreeIter* selected_parent) {
502 ApplyEdits();
bookmark_bubble_gtk.cc 203 ApplyEdits();
268 void BookmarkBubbleGtk::ApplyEdits() {
316 ApplyEdits();

Completed in 104 milliseconds