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

  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_editor_view_unittest.cc 82 void ApplyEdits() {
83 editor_->ApplyEdits();
86 void ApplyEdits(BookmarkEditorView::EditorNode* node) {
87 editor_->ApplyEdits(node);
190 ApplyEdits(editor_tree_model()->GetRoot()->GetChild(0));
209 ApplyEdits(editor_tree_model()->GetRoot()->GetChild(0));
225 ApplyEdits(editor_tree_model()->GetRoot()->GetChild(1));
243 ApplyEdits(editor_tree_model()->GetRoot()->GetChild(1));
267 ApplyEdits(f2);
299 ApplyEdits(editor_tree_model()->GetRoot()->GetChild(0))
    [all...]
bookmark_bubble_view.h 96 void ApplyEdits();
bookmark_bubble_view.cc 100 ApplyEdits();
341 ApplyEdits();
350 void BookmarkBubbleView::ApplyEdits() {
bookmark_editor_view.h 179 // Invokes ApplyEdits with the selected node.
180 void ApplyEdits();
184 void ApplyEdits(EditorNode* parent);
bookmark_editor_view.cc 137 ApplyEdits();
534 void BookmarkEditorView::ApplyEdits() {
546 ApplyEdits(parent);
549 void BookmarkEditorView::ApplyEdits(EditorNode* parent) {
  /external/chromium_org/chrome/browser/ui/views/extensions/
bookmark_app_bubble_view.h 78 void ApplyEdits();
bookmark_app_bubble_view.cc 205 ApplyEdits();
244 void BookmarkAppBubbleView::ApplyEdits() {
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]

Completed in 529 milliseconds