OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPWL_Note_CloseBox
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Note.h
19
class
CPWL_Note_CloseBox
;
98
class
CPWL_Note_CloseBox
: public CPWL_Button {
100
CPWL_Note_CloseBox
();
101
~
CPWL_Note_CloseBox
() override;
339
CPWL_Note_CloseBox
* m_pCloseBox;
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Note.cpp
298
CPWL_Note_CloseBox
::
CPWL_Note_CloseBox
() : m_bMouseDown(FALSE) {}
300
CPWL_Note_CloseBox
::~
CPWL_Note_CloseBox
() {}
302
void
CPWL_Note_CloseBox
::DrawThisAppearance(CFX_RenderDevice* pDevice,
333
FX_BOOL
CPWL_Note_CloseBox
::OnLButtonDown(const CPDF_Point& point,
343
FX_BOOL
CPWL_Note_CloseBox
::OnLButtonUp(const CPDF_Point& point,
[
all
...]
Completed in 253 milliseconds