Lines Matching full:bookmark
57 * In order to determine whether the bookmark set has changed since the
61 * 1. the size of the flattened bookmark file
78 // Extract the previous bookmark file size & CRC from the saved state
113 * Restore from backup -- reads in the flattened bookmark file as supplied from
125 // Read the flattened bookmark data into a temp file
133 ArrayList<Bookmark> bookmarks = new ArrayList<Bookmark>(count);
138 Bookmark mark = new Bookmark();
154 Bookmark mark = bookmarks.get(i);
156 // Does this URL exist in the bookmark table?
159 BookmarkColumns.BOOKMARK + " == 1 ", null, null);
164 // entirety; we just add a new bookmark with the same data
190 class Bookmark {
211 BookmarkColumns.BOOKMARK + " == 1 ", null, null);