Searched defs:wsTitle (Results 1 - 9 of 9) sorted by relevance

/external/pdfium/fpdfsdk/src/fpdfxfa/
H A Dfpdfxfa_app.cpp142 const CFX_WideStringC& wsTitle,
179 int32_t iRet = pEnv->JS_appAlert(wsMessage.GetPtr(), wsTitle.GetPtr(),
196 const CFX_WideStringC& wsTitle,
203 nLength = pEnv->JS_appResponse(wsQuestion.GetPtr(), wsTitle.GetPtr(),
524 FX_BOOL CPDFXFA_App::ShowFileDialog(const CFX_WideStringC& wsTitle, argument
141 MsgBox(const CFX_WideStringC& wsMessage, const CFX_WideStringC& wsTitle, FX_DWORD dwIconType, FX_DWORD dwButtonType) argument
194 Response(CFX_WideString& wsAnswer, const CFX_WideStringC& wsQuestion, const CFX_WideStringC& wsTitle, const CFX_WideStringC& wsDefaultAnswer, FX_BOOL bMark) argument
H A Dfpdfxfa_doc.cpp560 void CPDFXFA_Document::GetTitle(IXFA_Doc* hDoc, CFX_WideString& wsTitle) { argument
571 wsTitle = wsTitle.FromLocal(csTitle.GetBuffer(csTitle.GetLength()));
575 const CFX_WideStringC& wsTitle) {
584 pInfoDict->SetAt("Title", new CPDF_String(wsTitle));
574 SetTitle(IXFA_Doc* hDoc, const CFX_WideStringC& wsTitle) argument
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_ffimageedit.cpp103 CFX_WideString wsTitle; local
107 pAppProvider->ShowFileDialog(wsTitle, wsFilter, wsPathArray);
H A Dxfa_fffield.cpp744 CFX_WideString wsTitle; local
745 pAppProvider->LoadString(XFA_IDS_CalcOverride, wsTitle);
746 pAppProvider->MsgBox(wsMessage, wsTitle, XFA_MBICON_Warning,
776 CFX_WideString wsTitle; local
777 pAppProvider->LoadString(XFA_IDS_CalcOverride, wsTitle);
778 if (pAppProvider->MsgBox(wsMessage, wsTitle, XFA_MBICON_Warning,
H A Dxfa_fftextedit.cpp188 CFX_WideString wsTitle; local
189 pAppProvider->LoadString(XFA_IDS_AppName, wsTitle);
197 pAppProvider->MsgBox(wsMessage, wsTitle, XFA_MBICON_Error, XFA_MB_OK);
H A Dxfa_ffwidgetacc.cpp395 CFX_WideString wsTitle; local
396 pAppProvider->LoadString(XFA_IDS_AppName, wsTitle);
408 pAppProvider->MsgBox(wsScriptMsg, wsTitle, XFA_MBICON_Warning,
412 if (pAppProvider->MsgBox(wsScriptMsg, wsTitle, XFA_MBICON_Warning,
420 pAppProvider->MsgBox(wsScriptMsg, wsTitle, XFA_MBICON_Error, XFA_MB_OK);
446 CFX_WideString wsTitle; local
447 pAppProvider->LoadString(XFA_IDS_AppName, wsTitle);
453 pAppProvider->MsgBox(wsFormatMsg, wsTitle, XFA_MBICON_Error, XFA_MB_OK);
463 pAppProvider->MsgBox(wsFormatMsg, wsTitle, XFA_MBICON_Warning,
467 if (pAppProvider->MsgBox(wsFormatMsg, wsTitle, XFA_MBICON_Warnin
513 CFX_WideString wsTitle; local
[all...]
H A Dxfa_ffdocview.cpp160 CFX_WideString wsTitle; local
161 pAppProvider->LoadString(XFA_IDS_AppName, wsTitle);
162 pAppProvider->MsgBox(wsMsg, wsTitle, XFA_MBICON_Status, XFA_MB_OK);
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_script_hostpseudomodel.cpp164 CFX_WideString wsTitle; local
165 pNotify->GetDocProvider()->GetTitle(hDoc, wsTitle);
166 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsTitle));
360 CFX_WideString wsTitle; local
369 wsTitle = CFX_WideString::FromUTF8(bsTitle, bsTitle.GetLength());
380 pNotify->GetAppProvider()->Response(wsAnswer, wsQuestion, wsTitle,
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h425 FPDF_BOOL FFI_ShowFileDialog(const FX_WCHAR* wsTitle, argument

Completed in 113 milliseconds