HomeSort by relevance Sort by last modified time
    Searched refs:Bookmark (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLFormattingElementList.h 82 class Bookmark {
84 explicit Bookmark(Entry* entry)
114 Bookmark bookmarkFor(Element*);
115 void swapTo(Element* oldElement, PassRefPtr<HTMLStackItem> newItem, const Bookmark&);
HTMLFormattingElementList.cpp 75 HTMLFormattingElementList::Bookmark HTMLFormattingElementList::bookmarkFor(Element* element)
79 return Bookmark(&at(index));
82 void HTMLFormattingElementList::swapTo(Element* oldElement, PassRefPtr<HTMLStackItem> newItem, const Bookmark& bookmark)
86 if (!bookmark.hasBeenMoved()) {
87 ASSERT(bookmark.mark()->element() == oldElement);
88 bookmark.mark()->replaceElement(newItem);
91 size_t index = bookmark.mark() - first();
HTMLTreeBuilder.cpp 1547 HTMLFormattingElementList::Bookmark bookmark = m_tree.activeFormattingElements()->bookmarkFor(formattingElement); local
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserBackupAgent.java 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
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/bookmarks/basic/
popup.js 12 // Traverse the bookmark tree, and print the folder and nodes.
38 * When clicking on a bookmark in the extension, a new tab is fired with
39 * the bookmark url.
80 closeOnEscape: true, title: 'Add New Bookmark', modal: true,
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/example_zipper/basic/
popup.js 12 // Traverse the bookmark tree, and print the folder and nodes.
38 * When clicking on a bookmark in the extension, a new tab is fired with
39 * the bookmark url.
80 closeOnEscape: true, title: 'Add New Bookmark', modal: true,
  /external/chromium_org/chrome/browser/resources/ntp_android/
ntp_android.js 29 * Constant for the localStorage key used to specify the default bookmark
30 * folder to be selected when navigating to the bookmark tab for the first
139 * The ID of the bookmark folder currently selected.
205 * replaced once the bookmark data has loaded to ensure the proper folder
342 * The current bookmark data being displayed. Keep a reference to this data
343 * in case the sync enabled state changes. In this case, the bookmark data
373 * Flag indicating if we are on bookmark shortcut mode.
374 * In this mode, only the bookmark section is available and selecting
375 * a non-folder bookmark adds it to the home screen.
449 // Special case to choose a bookmark for adding a shortcut
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 

Completed in 515 milliseconds