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

  /external/webkit/Source/WebCore/html/parser/
HTMLFormattingElementList.h 81 class Bookmark {
83 Bookmark(Entry* entry)
113 Bookmark bookmarkFor(Element*);
114 void swapTo(Element* oldElement, Element* newElement, const Bookmark&);
HTMLFormattingElementList.cpp 69 HTMLFormattingElementList::Bookmark HTMLFormattingElementList::bookmarkFor(Element* element)
73 return Bookmark(&at(index));
76 void HTMLFormattingElementList::swapTo(Element* oldElement, Element* newElement, const Bookmark& bookmark)
80 if (!bookmark.hasBeenMoved()) {
81 ASSERT(bookmark.mark()->element() == oldElement);
82 bookmark.mark()->replaceElement(newElement);
85 size_t index = bookmark.mark() - first();
HTMLTreeBuilder.cpp 1637 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 

Completed in 4467 milliseconds