HomeSort by relevance Sort by last modified time
    Searched full:bookmark_data (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/bookmarks/browser/
bookmark_utils.cc 197 BookmarkNodeData bookmark_data;
198 if (!bookmark_data.ReadFromClipboard(ui::CLIPBOARD_TYPE_COPY_PASTE))
204 CloneBookmarkNode(model, bookmark_data.elements, parent, index, true);
  /external/chromium_org/sync/syncable/
directory_backing_store.cc 795 sync_pb::BookmarkSpecifics* bookmark_data = local
798 bookmark_data->set_url(old_url);
799 bookmark_data->set_favicon(old_favicon);
    [all...]
  /external/chromium_org/sync/engine/
syncer_unittest.cc 619 sync_pb::EntitySpecifics bookmark_data; local
620 AddDefaultFieldValue(BOOKMARKS, &bookmark_data);
631 A.PutSpecifics(bookmark_data);
    [all...]

Completed in 168 milliseconds