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

  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_editor_view_unittest.cc 81 void ApplyEdits() {
82 editor_->ApplyEdits();
85 void ApplyEdits(BookmarkEditorView::EditorNode* node) {
86 editor_->ApplyEdits(node);
189 ApplyEdits(editor_tree_model()->GetRoot()->GetChild(0));
208 ApplyEdits(editor_tree_model()->GetRoot()->GetChild(0));
224 ApplyEdits(editor_tree_model()->GetRoot()->GetChild(1));
242 ApplyEdits(editor_tree_model()->GetRoot()->GetChild(1));
266 ApplyEdits(f2);
298 ApplyEdits(editor_tree_model()->GetRoot()->GetChild(0))
    [all...]
bookmark_editor_view.h 175 // Invokes ApplyEdits with the selected node.
176 void ApplyEdits();
180 void ApplyEdits(EditorNode* parent);
bookmark_bubble_view.h 97 void ApplyEdits();
bookmark_bubble_view.cc 89 ApplyEdits();
341 ApplyEdits();
350 void BookmarkBubbleView::ApplyEdits() {
bookmark_editor_view.cc 133 ApplyEdits();
522 void BookmarkEditorView::ApplyEdits() {
534 ApplyEdits(parent);
537 void BookmarkEditorView::ApplyEdits(EditorNode* parent) {
  /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();
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_editor_gtk.h 91 // Invokes ApplyEdits with the selected node.
94 // cleaned up so that we don't overload ApplyEdits.
95 void ApplyEdits();
99 void ApplyEdits(GtkTreeIter* selected_parent);
bookmark_editor_gtk_unittest.cc 168 editor.ApplyEdits(&bookmark_bar_node);
188 editor.ApplyEdits(&bookmark_bar_node);
207 editor.ApplyEdits(&gtk_other_node);
229 editor.ApplyEdits(&gtk_other_node);
264 editor.ApplyEdits(&f2_iter);
299 editor.ApplyEdits(&bookmark_bar_node);
320 editor.ApplyEdits(NULL);
339 editor.ApplyEdits();
bookmark_bubble_gtk.h 86 void ApplyEdits();
bookmark_editor_gtk.cc 523 void BookmarkEditorGtk::ApplyEdits() {
530 ApplyEdits(NULL);
535 ApplyEdits(&currently_selected_iter);
538 void BookmarkEditorGtk::ApplyEdits(GtkTreeIter* selected_parent) {
602 ApplyEdits();
bookmark_bubble_gtk.cc 297 ApplyEdits();
411 void BookmarkBubbleGtk::ApplyEdits() {
445 ApplyEdits();
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]

Completed in 1108 milliseconds