Searched refs:ns_url (Results 1 – 1 of 1) sorted by relevance
1090 nsAString href_str, ns_url; in exec_hyperlink() local1133 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()