OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dwButtonType
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/fpdfsdk/include/fpdfxfa/
fpdfxfa_app.h
56
FX_DWORD
dwButtonType
) override;
/external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_app.cpp
144
FX_DWORD
dwButtonType
) {
165
switch (
dwButtonType
) {
/external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_hostpseudomodel.cpp
572
FX_DWORD
dwButtonType
= XFA_MB_OK;
590
dwButtonType
= pArguments->GetInt32(3);
591
if (
dwButtonType
> XFA_MB_YesNoCancel) {
592
dwButtonType
= XFA_MB_OK;
596
wsMessage, bsTitle, dwMessageType,
dwButtonType
);
/external/pdfium/xfa/include/fxfa/
fxfa.h
220
* @param[in]
dwButtonType
Button type, refer to XFA_MESSAGEBUTTON.
227
FX_DWORD
dwButtonType
= 0) = 0;
[
all
...]
Completed in 1694 milliseconds