Searched refs:GotoURL (Results 1 – 8 of 8) sorted by relevance
102 virtual void GotoURL(CXFA_FFDoc* hDoc, const WideString& bsURL) = 0;152 void GotoURL(const WideString& bsURL);
185 void CXFA_FFDoc::GotoURL(const WideString& bsURL) { in GotoURL() function in CXFA_FFDoc186 m_pDocEnvironment->GotoURL(this, bsURL); in GotoURL()
131 GetDoc()->GotoURL(wsURLContent); in OnLButtonUp()
50 void GotoURL(CXFA_FFDoc* hDoc, const WideString& bsURL) override;
523 void CPDFXFA_DocEnvironment::GotoURL(CXFA_FFDoc* hDoc, in GotoURL() function in CPDFXFA_DocEnvironment535 pFormFillEnv->GotoURL(wsURL); in GotoURL()
198 void GotoURL(const WideString& wsURL);
477 void CPDFSDK_FormFillEnvironment::GotoURL(const WideString& wsURL) { in GotoURL() function in CPDFSDK_FormFillEnvironment
272 pNotify->GetFFDoc()->GotoURL(runtime->ToWideString(params[0])); in gotoURL()