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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLFormattingElementList.h 86 class Bookmark {
88 explicit Bookmark(Entry* entry)
118 Bookmark bookmarkFor(Element*);
119 void swapTo(Element* oldElement, PassRefPtrWillBeRawPtr<HTMLStackItem> newItem, const Bookmark&);
HTMLFormattingElementList.cpp 75 HTMLFormattingElementList::Bookmark HTMLFormattingElementList::bookmarkFor(Element* element)
79 return Bookmark(&at(index));
82 void HTMLFormattingElementList::swapTo(Element* oldElement, PassRefPtrWillBeRawPtr<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 1517 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/pdfium/fpdfsdk/src/
fpdfdoc.cpp 43 DLLEXPORT FPDF_DEST STDCALL FPDFBookmark_GetDest(FPDF_DOCUMENT document, FPDF_BOOKMARK bookmark)
46 if (bookmark == NULL) return NULL;
48 CPDF_Bookmark Bookmark = (CPDF_Dictionary*)bookmark;
50 CPDF_Dest dest = Bookmark.GetDest(pDoc);
53 // If this bookmark is not directly associated with a dest, we try to get action
54 CPDF_Action Action = Bookmark.GetAction();
59 DLLEXPORT FPDF_ACTION STDCALL FPDFBookmark_GetAction(FPDF_BOOKMARK bookmark)
61 if (bookmark == NULL) return NULL;
63 CPDF_Bookmark Bookmark = (CPDF_Dictionary*)bookmark;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winevt.h 544 EVT_HANDLE Bookmark,
561 EVT_HANDLE Bookmark,
568 EVT_HANDLE Bookmark,
mmcobj.h     [all...]
mshtml.h     [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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 

Completed in 1449 milliseconds