/external/pdfium/fpdfsdk/pdfwindow/ |
D | PWL_Wnd.cpp | 104 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 …]
|
D | PWL_Wnd.h | 24 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 …]
|
D | PWL_ListBox.cpp | 98 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 …]
|
D | PWL_ComboBox.cpp | 22 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 …]
|
D | PWL_Caret.cpp | 123 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()
|
D | PWL_EditCtrl.cpp | 61 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()
|
D | PWL_Button.cpp | 24 CPWL_Wnd::OnLButtonDown(point, nFlag); in OnLButtonDown() 33 CPWL_Wnd::OnLButtonUp(point, nFlag); in OnLButtonUp()
|
D | PWL_ComboBox.h | 34 class CPWL_CBButton : public CPWL_Wnd { 47 class CPWL_ComboBox : public CPWL_Wnd { 59 void OnNotify(CPWL_Wnd* pWnd,
|
D | PWL_ScrollBar.cpp | 126 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 …]
|
D | PWL_ScrollBar.h | 44 class CPWL_SBButton : public CPWL_Wnd { 118 class CPWL_ScrollBar : public CPWL_Wnd { 132 void OnNotify(CPWL_Wnd* pWnd,
|
D | PWL_ListBox.h | 46 class CPWL_ListBox : public CPWL_Wnd { 67 void OnNotify(CPWL_Wnd* pWnd,
|
D | PWL_EditCtrl.h | 29 class CPWL_EditCtrl : public CPWL_Wnd { 82 void OnNotify(CPWL_Wnd* pWnd,
|
D | PWL_Button.h | 12 class CPWL_Button : public CPWL_Wnd {
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_formfiller.cpp | 36 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 …]
|
D | cffl_combobox.h | 29 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp, 45 CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView, 49 void OnSetFocus(CPWL_Wnd* pWnd) override;
|
D | cffl_textfield.h | 35 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp, 51 CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView, 55 void OnSetFocus(CPWL_Wnd* pWnd) override;
|
D | cffl_textfield.cpp | 85 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()
|
D | cffl_listbox.h | 25 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp, 35 CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView,
|
D | cffl_formfiller.h | 100 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*>;
|
D | cffl_combobox.cpp | 52 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()
|
D | cffl_listbox.cpp | 49 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()
|
D | cffl_pushbutton.h | 18 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
|
D | cffl_pushbutton.cpp | 18 CPWL_Wnd* CFFL_PushButton::NewPDFWindow(const PWL_CREATEPARAM& cp, in NewPDFWindow()
|
D | cffl_radiobutton.h | 18 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
|
D | cffl_checkbox.h | 18 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
|