Home
last modified time | relevance | path

Searched refs:selection_list (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/mshtml/
H A Dselection.c341 list_add_head(&doc->selection_list, &selection->entry); in HTMLSelectionObject_Create()
351 LIST_FOR_EACH_ENTRY(iter, &This->selection_list, HTMLSelectionObject, entry) { in detach_selection()
H A Dmshtml_private.h801 struct list selection_list; member
H A Dhtmldoc.c4613 list_init(&doc->selection_list); in alloc_doc_node()