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

  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bubble_gtk.cc 203 ApplyEdits();
268 void BookmarkBubbleGtk::ApplyEdits() {
316 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();
  /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_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) {

Completed in 7528 milliseconds