HomeSort by relevance Sort by last modified time
    Searched refs:GotoURL (Results 1 - 9 of 9) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cscript_hostpseudomodel.h 36 void GotoURL(CFXJSE_Arguments* pArguments);
cscript_hostpseudomodel.cpp 206 void CScript_HostPseudoModel::GotoURL(CFXJSE_Arguments* pArguments) {
212 ThrowParamCountMismatchException(L"gotoURL");
225 pNotify->GetDocEnvironment()->GotoURL(hDoc, wsURL);
xfa_basic_data_element_script.cpp 193 {0x16cc226c, L"gotoURL",
194 (XFA_METHOD_CALLBACK)&CScript_HostPseudoModel::GotoURL},
    [all...]
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_docenvironment.h 58 void GotoURL(CXFA_FFDoc* hDoc, const CFX_WideString& bsURL) override;
cpdfxfa_docenvironment.cpp 509 void CPDFXFA_DocEnvironment::GotoURL(CXFA_FFDoc* hDoc,
522 pFormFillEnv->GotoURL(this, str);
    [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_fftext.cpp 136 pDoc->GetDocEnvironment()->GotoURL(pDoc, wsURLContent);
  /external/pdfium/fpdfsdk/
cpdfsdk_formfillenvironment.h 124 void GotoURL(FPDF_DOCUMENT document, const CFX_WideStringC& wsURL);
cpdfsdk_formfillenvironment.cpp 393 void CPDFSDK_FormFillEnvironment::GotoURL(FPDF_DOCUMENT document,
  /external/pdfium/xfa/fxfa/
fxfa.h 263 virtual void GotoURL(CXFA_FFDoc* hDoc, const CFX_WideString& bsURL) = 0;

Completed in 3123 milliseconds