Home
last modified time | relevance | path

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

/reactos/dll/win32/mshtml/
H A Deditor.c1090 nsAString href_str, ns_url; in exec_hyperlink() local
1133 nsAString_InitDepend(&ns_url, url); in exec_hyperlink()
1134 nsIDOMHTMLElement_SetAttribute(anchor_elem, &href_str, &ns_url); in exec_hyperlink()
1144 nsIDOMHTMLDocument_CreateTextNode(This->doc_node->nsdoc, &ns_url, &text_node); in exec_hyperlink()
1152 nsAString_Finish(&ns_url); in exec_hyperlink()