Searched defs:BookmarkEntry (Results 1 – 2 of 2) sorted by relevance
49 struct BookmarkEntry { struct53 bool in_toolbar;54 bool is_folder;55 GURL url;56 std::vector<string16> path;57 string16 title;58 base::Time creation_time;
19 ProfileWriter::BookmarkEntry::BookmarkEntry() in BookmarkEntry() function in ProfileWriter::BookmarkEntry