OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wsPlatform
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/fpdfsdk/include/fpdfxfa/
fpdfxfa_app.h
40
void GetPlatform(CFX_WideString&
wsPlatform
) override;
/external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_app.cpp
119
void CPDFXFA_App::GetPlatform(CFX_WideString&
wsPlatform
) {
122
wsPlatform
= pEnv->FFI_GetPlatform();
/external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_hostpseudomodel.cpp
141
CFX_WideString
wsPlatform
;
142
pNotify->GetAppProvider()->GetPlatform(
wsPlatform
);
143
FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(
wsPlatform
));
/external/pdfium/xfa/include/fxfa/
fxfa.h
186
virtual void GetPlatform(CFX_WideString&
wsPlatform
) = 0;
[
all
...]
Completed in 48 milliseconds