Home | History | Annotate | Download | only in browser

Lines Matching defs:Bookmark

57      * to handle bookmark backup.
66 // Extract the previous bookmark file size & CRC from the saved state
86 * Restore from backup -- reads in the flattened bookmark file as supplied from
98 // Read the flattened bookmark data into a temp file
106 ArrayList<Bookmark> bookmarks = new ArrayList<Bookmark>(count);
111 Bookmark mark = new Bookmark();
127 Bookmark mark = bookmarks.get(i);
129 // Does this URL exist in the bookmark table?
165 void addBookmark(Bookmark mark) {
175 static class Bookmark {