Searched refs:ApplyEdits (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_editor_view_unittest.cc83 void ApplyEdits() { function in class:BookmarkEditorViewTest
84 editor_->ApplyEdits();
87 void ApplyEdits(BookmarkEditorView::EditorNode* node) { function in class:BookmarkEditorViewTest
88 editor_->ApplyEdits(node);
191 ApplyEdits(editor_tree_model()->GetRoot()->GetChild(0));
210 ApplyEdits(editor_tree_model()->GetRoot()->GetChild(0));
226 ApplyEdits(editor_tree_model()->GetRoot()->GetChild(1));
244 ApplyEdits(editor_tree_model()->GetRoot()->GetChild(1));
268 ApplyEdits(f2);
300 ApplyEdits(editor_tree_mode
[all...]
H A Dbookmark_bubble_view.h96 void ApplyEdits();
H A Dbookmark_bubble_view.cc99 ApplyEdits();
349 ApplyEdits();
358 void BookmarkBubbleView::ApplyEdits() { function in class:BookmarkBubbleView
H A Dbookmark_editor_view.h179 // Invokes ApplyEdits with the selected node.
180 void ApplyEdits();
184 void ApplyEdits(EditorNode* parent);
H A Dbookmark_editor_view.cc136 ApplyEdits();
534 void BookmarkEditorView::ApplyEdits() { function in class:BookmarkEditorView
546 ApplyEdits(parent);
549 void BookmarkEditorView::ApplyEdits(EditorNode* parent) { function in class:BookmarkEditorView
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbookmark_app_bubble_view.h78 void ApplyEdits();
H A Dbookmark_app_bubble_view.cc215 ApplyEdits();
254 void BookmarkAppBubbleView::ApplyEdits() { function in class:BookmarkAppBubbleView
/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp1992 HRM(glyphsEditor->ApplyEdits(), "Could not apply glyph edits.");
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp2146 HRM(glyphsEditor->ApplyEdits(), "Could not apply glyph edits.");

Completed in 226 milliseconds