Home
last modified time | relevance | path

Searched refs:CPWL_Wnd (Results 1 – 25 of 31) sorted by relevance

12

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Wnd.cpp104 friend class CPWL_Wnd;
107 explicit CPWL_MsgControl(CPWL_Wnd* pWnd) { in CPWL_MsgControl()
121 bool IsWndCreated(const CPWL_Wnd* pWnd) const { in IsWndCreated()
125 bool IsMainCaptureMouse(const CPWL_Wnd* pWnd) const { in IsMainCaptureMouse()
129 bool IsWndCaptureMouse(const CPWL_Wnd* pWnd) const { in IsWndCaptureMouse()
133 bool IsMainCaptureKeyboard(const CPWL_Wnd* pWnd) const { in IsMainCaptureKeyboard()
137 bool IsWndCaptureKeyboard(const CPWL_Wnd* pWnd) const { in IsWndCaptureKeyboard()
141 void SetFocus(CPWL_Wnd* pWnd) { in SetFocus()
145 CPWL_Wnd* pParent = pWnd; in SetFocus()
156 if (CPWL_Wnd* pWnd = m_aKeyboardPath[0]) in KillFocus()
[all …]
DPWL_Wnd.h24 class CPWL_Wnd; variable
163 virtual void OnSetFocus(CPWL_Wnd* pWnd) = 0;
210 CPWL_Wnd* pParentWnd; // ignore
245 class CPWL_Wnd : public CPWL_TimerHandler {
247 CPWL_Wnd();
248 ~CPWL_Wnd() override;
264 virtual void OnNotify(CPWL_Wnd* pWnd,
314 CPWL_Wnd* GetParentWindow() const;
323 const CPWL_Wnd* GetFocused() const;
370 bool IsWndCaptureMouse(const CPWL_Wnd* pWnd) const;
[all …]
DPWL_ListBox.cpp98 CPWL_Wnd::GetThisAppearanceStream(sAppStream); in GetThisAppearanceStream()
150 CPWL_Wnd::DrawThisAppearance(pDevice, pUser2Device); in DrawThisAppearance()
194 CPWL_Wnd::OnKeyDown(nChar, nFlag); in OnKeyDown()
238 CPWL_Wnd::OnChar(nChar, nFlag); in OnChar()
250 CPWL_Wnd::OnLButtonDown(point, nFlag); in OnLButtonDown()
264 CPWL_Wnd::OnLButtonUp(point, nFlag); in OnLButtonUp()
282 CPWL_Wnd::OnMouseMove(point, nFlag); in OnMouseMove()
292 void CPWL_ListBox::OnNotify(CPWL_Wnd* pWnd, in OnNotify()
296 CPWL_Wnd::OnNotify(pWnd, msg, wParam, lParam); in OnNotify()
304 if (CPWL_Wnd* pChild = GetVScrollBar()) { in OnNotify()
[all …]
DPWL_ComboBox.cpp22 CPWL_Wnd::OnLButtonUp(point, nFlag); in OnLButtonUp()
32 if (CPWL_Wnd* pParent = GetParentWindow()) in OnLButtonUp()
98 CPWL_Wnd::GetThisAppearanceStream(sAppStream); in GetThisAppearanceStream()
100 CFX_FloatRect rectWnd = CPWL_Wnd::GetWindowRect(); in GetThisAppearanceStream()
131 CPWL_Wnd::DrawThisAppearance(pDevice, pUser2Device); in DrawThisAppearance()
133 CFX_FloatRect rectWnd = CPWL_Wnd::GetWindowRect(); in DrawThisAppearance()
163 CPWL_Wnd::OnLButtonDown(point, nFlag); in OnLButtonDown()
167 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnLButtonDown()
176 CPWL_Wnd::OnLButtonUp(point, nFlag); in OnLButtonUp()
208 CPWL_Wnd::KillFocus(); in KillFocus()
[all …]
DPWL_Caret.cpp123 CPWL_Wnd::SetVisible(true); in SetCaret()
133 CPWL_Wnd::SetVisible(false); in SetCaret()
143 CPWL_Wnd::InvalidateRect(&rcRefresh); in InvalidateRect()
145 CPWL_Wnd::InvalidateRect(pRect); in InvalidateRect()
DPWL_EditCtrl.cpp61 void CPWL_EditCtrl::OnNotify(CPWL_Wnd* pWnd, in OnNotify()
65 CPWL_Wnd::OnNotify(pWnd, msg, wParam, lParam); in OnNotify()
71 if (CPWL_Wnd* pChild = GetVScrollBar()) { in OnNotify()
80 if (CPWL_Wnd* pChild = GetVScrollBar()) { in OnNotify()
136 bool bRet = CPWL_Wnd::OnKeyDown(nChar, nFlag); in OnKeyDown()
209 CPWL_Wnd::OnChar(nChar, nFlag); in OnChar()
278 CPWL_Wnd::OnLButtonDown(point, nFlag); in OnLButtonDown()
294 CPWL_Wnd::OnLButtonUp(point, nFlag); in OnLButtonUp()
309 CPWL_Wnd::OnMouseMove(point, nFlag); in OnMouseMove()
DPWL_Button.cpp24 CPWL_Wnd::OnLButtonDown(point, nFlag); in OnLButtonDown()
33 CPWL_Wnd::OnLButtonUp(point, nFlag); in OnLButtonUp()
DPWL_ComboBox.h34 class CPWL_CBButton : public CPWL_Wnd {
47 class CPWL_ComboBox : public CPWL_Wnd {
59 void OnNotify(CPWL_Wnd* pWnd,
DPWL_ScrollBar.cpp126 CPWL_Wnd::GetThisAppearanceStream(sAppStream); in GetThisAppearanceStream()
248 CPWL_Wnd::DrawThisAppearance(pDevice, pUser2Device); in DrawThisAppearance()
526 CPWL_Wnd::OnLButtonDown(point, nFlag); in OnLButtonDown()
528 if (CPWL_Wnd* pParent = GetParentWindow()) in OnLButtonDown()
538 CPWL_Wnd::OnLButtonUp(point, nFlag); in OnLButtonUp()
540 if (CPWL_Wnd* pParent = GetParentWindow()) in OnLButtonUp()
550 CPWL_Wnd::OnMouseMove(point, nFlag); in OnMouseMove()
552 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnMouseMove()
685 CPWL_Wnd::OnLButtonDown(point, nFlag); in OnLButtonDown()
740 CPWL_Wnd::OnLButtonUp(point, nFlag); in OnLButtonUp()
[all …]
DPWL_ScrollBar.h44 class CPWL_SBButton : public CPWL_Wnd {
118 class CPWL_ScrollBar : public CPWL_Wnd {
132 void OnNotify(CPWL_Wnd* pWnd,
DPWL_ListBox.h46 class CPWL_ListBox : public CPWL_Wnd {
67 void OnNotify(CPWL_Wnd* pWnd,
DPWL_EditCtrl.h29 class CPWL_EditCtrl : public CPWL_Wnd {
82 void OnNotify(CPWL_Wnd* pWnd,
DPWL_Button.h12 class CPWL_Button : public CPWL_Wnd {
/external/pdfium/fpdfsdk/formfiller/
Dcffl_formfiller.cpp36 CPWL_Wnd* pWnd = it.second; in DestroyWindows()
48 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false)) { in SetWindowRect()
54 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false)) { in GetWindowRect()
68 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false)) { in GetViewBBox()
90 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false)) { in OnDraw()
123 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, true)) { in OnLButtonDown()
140 CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false); in OnLButtonUp()
153 CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false); in OnLButtonDblClk()
168 CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false); in OnMouseMove()
184 CPWL_Wnd* pWnd = GetPDFWindow(pPageView, true); in OnMouseWheel()
[all …]
Dcffl_combobox.h29 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
45 CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView,
49 void OnSetFocus(CPWL_Wnd* pWnd) override;
Dcffl_textfield.h35 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
51 CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView,
55 void OnSetFocus(CPWL_Wnd* pWnd) override;
Dcffl_textfield.cpp85 CPWL_Wnd* CFFL_TextField::NewPDFWindow(const PWL_CREATEPARAM& cp, in NewPDFWindow()
121 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, true)) in OnChar()
241 CPWL_Wnd* CFFL_TextField::ResetPDFWindow(CPDFSDK_PageView* pPageView, in ResetPDFWindow()
248 CPWL_Wnd* pRet = nullptr; in ResetPDFWindow()
272 void CFFL_TextField::OnSetFocus(CPWL_Wnd* pWnd) { in OnSetFocus()
Dcffl_listbox.h25 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
35 CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView,
Dcffl_formfiller.h100 virtual CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView,
126 CPWL_Wnd* GetPDFWindow(CPDFSDK_PageView* pPageView, bool bNew);
131 virtual CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
145 using CFFL_PageView2PDFWindow = std::map<CPDFSDK_PageView*, CPWL_Wnd*>;
Dcffl_combobox.cpp52 CPWL_Wnd* CFFL_ComboBox::NewPDFWindow(const PWL_CREATEPARAM& cp, in NewPDFWindow()
231 CPWL_Wnd* CFFL_ComboBox::ResetPDFWindow(CPDFSDK_PageView* pPageView, in ResetPDFWindow()
238 CPWL_Wnd* pRet = nullptr; in ResetPDFWindow()
263 void CFFL_ComboBox::OnSetFocus(CPWL_Wnd* pWnd) { in OnSetFocus()
Dcffl_listbox.cpp49 CPWL_Wnd* CFFL_ListBox::NewPDFWindow(const PWL_CREATEPARAM& cp, in NewPDFWindow()
191 CPWL_Wnd* CFFL_ListBox::ResetPDFWindow(CPDFSDK_PageView* pPageView, in ResetPDFWindow()
198 CPWL_Wnd* pRet = nullptr; in ResetPDFWindow()
Dcffl_pushbutton.h18 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
Dcffl_pushbutton.cpp18 CPWL_Wnd* CFFL_PushButton::NewPDFWindow(const PWL_CREATEPARAM& cp, in NewPDFWindow()
Dcffl_radiobutton.h18 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
Dcffl_checkbox.h18 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,

12