Home
last modified time | relevance | path

Searched defs:ImportedBookmarkEntry (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/common/importer/
Dimported_bookmark_entry.h14 struct ImportedBookmarkEntry { struct
20 bool in_toolbar;
21 bool is_folder;
22 GURL url;
23 std::vector<base::string16> path;
24 base::string16 title;
25 base::Time creation_time;
Dimported_bookmark_entry.cc7 ImportedBookmarkEntry::ImportedBookmarkEntry() in ImportedBookmarkEntry() function in ImportedBookmarkEntry