OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPWL_CheckBox
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_SpecialButton.cpp
33
/* ---------------------------
CPWL_CheckBox
---------------------------- */
35
CPWL_CheckBox
::
CPWL_CheckBox
() : m_bChecked(FALSE)
39
CPWL_CheckBox
::~
CPWL_CheckBox
()
43
CFX_ByteString
CPWL_CheckBox
::GetClassName() const
45
return "
CPWL_CheckBox
";
48
void
CPWL_CheckBox
::SetCheck(FX_BOOL bCheck)
53
FX_BOOL
CPWL_CheckBox
::IsChecked() const
58
FX_BOOL
CPWL_CheckBox
::OnLButtonUp(const CPDF_Point & point)
[
all
...]
/external/pdfium/fpdfsdk/src/formfiller/
FFL_CheckBox.cpp
25
CPWL_CheckBox
* pWnd = new
CPWL_CheckBox
();
68
if (
CPWL_CheckBox
* pWnd = (
CPWL_CheckBox
*)GetPDFWindow(pPageView, TRUE))
85
if (
CPWL_CheckBox
* pWnd = (
CPWL_CheckBox
*)GetPDFWindow(pPageView, TRUE))
103
if (
CPWL_CheckBox
* pWnd = (
CPWL_CheckBox
*)GetPDFWindow(pPageView, FALSE))
116
if (
CPWL_CheckBox
* pWnd = (
CPWL_CheckBox
*)GetPDFWindow(pPageView, FALSE))
[
all
...]
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_SpecialButton.h
25
class PWL_CLASS
CPWL_CheckBox
: public CPWL_Button
28
CPWL_CheckBox
();
29
virtual ~
CPWL_CheckBox
();
Completed in 127 milliseconds