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

  /external/chromium/chrome/browser/importer/
profile_writer.h 49 struct BookmarkEntry {
50 BookmarkEntry();
51 ~BookmarkEntry();
93 virtual void AddBookmarkEntry(const std::vector<BookmarkEntry>& bookmark,
133 const BookmarkEntry& entry,
profile_writer.cc 19 ProfileWriter::BookmarkEntry::BookmarkEntry()
23 ProfileWriter::BookmarkEntry::~BookmarkEntry() {}
64 const std::vector<BookmarkEntry>& bookmark,
81 for (std::vector<BookmarkEntry>::const_iterator it = bookmark.begin();
318 const BookmarkEntry& entry,

Completed in 294 milliseconds