OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wsFilePath
(Results
1 - 7
of
7
) sorted by null
/external/pdfium/xfa/src/fxfa/src/app/
xfa_ffimageedit.cpp
112
CFX_WideString
wsFilePath
= wsPathArray[0];
113
FX_STRSIZE nLen =
wsFilePath
.GetLength();
115
while (nIndex > 0 &&
wsFilePath
[nIndex] != '.') {
122
wsContentType +=
wsFilePath
.Right(nLen - nIndex - 1);
129
IFX_FileRead* pFileRead = FX_CreateFileRead(
wsFilePath
);
/external/pdfium/fpdfsdk/include/fpdfxfa/
fpdfxfa_doc.h
91
const CFX_WideStringC&
wsFilePath
,
93
virtual void ImportData(IXFA_Doc* hDoc, const CFX_WideStringC&
wsFilePath
);
/external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_hostpseudomodel.cpp
722
CFX_WideString
wsFilePath
;
725
wsFilePath
= CFX_WideString::FromUTF8(bsFilePath, bsFilePath.GetLength());
728
pNotify->GetDocProvider()->ImportData(hDoc,
wsFilePath
);
742
CFX_WideString
wsFilePath
;
746
wsFilePath
= CFX_WideString::FromUTF8(bsFilePath, bsFilePath.GetLength());
751
pNotify->GetDocProvider()->ExportData(hDoc,
wsFilePath
, bXDP);
/external/pdfium/fpdfsdk/src/javascript/
Document.cpp
[
all
...]
/external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_doc.cpp
587
const CFX_WideStringC&
wsFilePath
,
597
CFX_ByteString bs = CFX_WideString(
wsFilePath
).UTF16LE_Encode();
599
if (
wsFilePath
.IsEmpty()) {
689
const CFX_WideStringC&
wsFilePath
) {
[
all
...]
/external/pdfium/core/src/fpdfdoc/
doc_form.cpp
1055
CFX_WideString
wsFilePath
= FILESPEC_EncodeFileName(pdf_path);
1056
pMainDict->SetAtString("F", CFX_ByteString::FromUnicode(
wsFilePath
));
1057
pMainDict->SetAtString("UF", PDF_EncodeText(
wsFilePath
));
[
all
...]
/external/pdfium/xfa/include/fxfa/
fxfa.h
401
const CFX_WideStringC&
wsFilePath
,
404
const CFX_WideStringC&
wsFilePath
) = 0;
[
all
...]
Completed in 292 milliseconds