Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_fftext.cpp107 const wchar_t* wsURLContent = GetLinkURLAtPoint(point); in OnLButtonDown() local
108 if (!wsURLContent) in OnLButtonDown()
124 const wchar_t* wsURLContent = GetLinkURLAtPoint(point); in OnLButtonUp() local
125 if (!wsURLContent) in OnLButtonUp()
129 pDoc->GetDocEnvironment()->GotoURL(pDoc, wsURLContent); in OnLButtonUp()