Home
last modified time | relevance | path

Searched defs:Bookmark (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rosapps/applications/net/ncftp/ncftp/
H A Dbookmark.h9 typedef struct Bookmark { struct
30 } Bookmark; argument
/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dfavorites.h32 struct Bookmark struct
34 Bookmark() : _icon_idx(0) {} in Bookmark() argument
52 BookmarkNode(const Bookmark& bm); argument
/reactos/dll/win32/mshtml/
H A Dtxtrange.c1497 static HRESULT WINAPI HTMLTxtRange_getBookmark(IHTMLTxtRange *iface, BSTR *Bookmark) in HTMLTxtRange_getBookmark()
1504 static HRESULT WINAPI HTMLTxtRange_moveToBookmark(IHTMLTxtRange *iface, BSTR Bookmark, in HTMLTxtRange_moveToBookmark()