Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_fftext.cpp111 const wchar_t* wsURLContent = GetLinkURLAtPoint(point); in AcceptsFocusOnButtonDown() local
112 if (!wsURLContent) in AcceptsFocusOnButtonDown()
132 const wchar_t* wsURLContent = GetLinkURLAtPoint(point); in OnLButtonUp() local
133 if (!wsURLContent) in OnLButtonUp()
137 pDoc->GetDocEnvironment()->GotoURL(pDoc, wsURLContent); in OnLButtonUp()