Home
last modified time | relevance | path

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

12

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp80 friend class CPWL_Wnd;
83 explicit CPWL_MsgControl(CPWL_Wnd* pWnd) { in CPWL_MsgControl()
99 FX_BOOL IsWndCreated(const CPWL_Wnd* pWnd) const { in IsWndCreated()
103 FX_BOOL IsMainCaptureMouse(const CPWL_Wnd* pWnd) const { in IsMainCaptureMouse()
107 FX_BOOL IsWndCaptureMouse(const CPWL_Wnd* pWnd) const { in IsWndCaptureMouse()
118 FX_BOOL IsMainCaptureKeyboard(const CPWL_Wnd* pWnd) const { in IsMainCaptureKeyboard()
122 FX_BOOL IsWndCaptureKeyboard(const CPWL_Wnd* pWnd) const { in IsWndCaptureKeyboard()
133 void SetFocus(CPWL_Wnd* pWnd) { in SetFocus()
139 CPWL_Wnd* pParent = pWnd; in SetFocus()
151 if (CPWL_Wnd* pWnd = m_aKeyboardPath.GetAt(0)) in KillFocus()
[all …]
DPWL_ListBox.cpp107 CPWL_Wnd::GetThisAppearanceStream(sAppStream); in GetThisAppearanceStream()
158 CPWL_Wnd::DrawThisAppearance(pDevice, pUser2Device); in DrawThisAppearance()
207 CPWL_Wnd::OnKeyDown(nChar, nFlag); in OnKeyDown()
254 CPWL_Wnd::OnChar(nChar, nFlag); in OnChar()
269 CPWL_Wnd::OnLButtonDown(point, nFlag); in OnLButtonDown()
284 CPWL_Wnd::OnLButtonUp(point, nFlag); in OnLButtonUp()
302 CPWL_Wnd::OnMouseMove(point, nFlag); in OnMouseMove()
317 void CPWL_ListBox::OnNotify(CPWL_Wnd* pWnd, in OnNotify()
321 CPWL_Wnd::OnNotify(pWnd, msg, wParam, lParam); in OnNotify()
329 if (CPWL_Wnd* pChild = GetVScrollBar()) { in OnNotify()
[all …]
DPWL_Note.cpp37 CPWL_Wnd::SetTextColor(color); in SetTextColor()
72 CPWL_Wnd::DrawThisAppearance(pDevice, pUser2Device); in DrawThisAppearance()
139 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnKillFocus()
140 if (CPWL_Wnd* pGrand = pParent->GetParentWindow()) { in OnKillFocus()
152 void CPWL_Note_Edit::OnNotify(CPWL_Wnd* pWnd, in OnNotify()
164 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnNotify()
188 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnNotify()
420 if (CPWL_Wnd* pChild = m_aChildren.GetAt(nIndex)) { in GetSubItems()
440 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) { in DeleteSubItem()
455 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) { in GetHitNoteItem()
[all …]
DPWL_ComboBox.cpp24 CPWL_Wnd::OnLButtonUp(point, nFlag); in OnLButtonUp()
31 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnLButtonUp()
111 CPWL_Wnd::GetThisAppearanceStream(sAppStream); in GetThisAppearanceStream()
113 CPDF_Rect rectWnd = CPWL_Wnd::GetWindowRect(); in GetThisAppearanceStream()
144 CPWL_Wnd::DrawThisAppearance(pDevice, pUser2Device); in DrawThisAppearance()
146 CPDF_Rect rectWnd = CPWL_Wnd::GetWindowRect(); in DrawThisAppearance()
179 CPWL_Wnd::OnLButtonDown(point, nFlag); in OnLButtonDown()
183 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnLButtonDown()
192 CPWL_Wnd::OnLButtonUp(point, nFlag); in OnLButtonUp()
224 CPWL_Wnd::KillFocus(); in KillFocus()
[all …]
DPWL_Caret.cpp132 CPWL_Wnd::SetVisible(TRUE); in SetCaret()
144 CPWL_Wnd::SetVisible(FALSE); in SetCaret()
155 CPWL_Wnd::InvalidateRect(&rcRefresh); in InvalidateRect()
157 CPWL_Wnd::InvalidateRect(pRect); in InvalidateRect()
DPWL_EditCtrl.cpp74 void CPWL_EditCtrl::OnNotify(CPWL_Wnd* pWnd, in OnNotify()
78 CPWL_Wnd::OnNotify(pWnd, msg, wParam, lParam); in OnNotify()
84 if (CPWL_Wnd* pChild = GetVScrollBar()) { in OnNotify()
93 if (CPWL_Wnd* pChild = GetVScrollBar()) { in OnNotify()
148 FX_BOOL bRet = CPWL_Wnd::OnKeyDown(nChar, nFlag); in OnKeyDown()
223 CPWL_Wnd::OnChar(nChar, nFlag); in OnChar()
294 CPWL_Wnd::OnLButtonDown(point, nFlag); in OnLButtonDown()
310 CPWL_Wnd::OnLButtonUp(point, nFlag); in OnLButtonUp()
325 CPWL_Wnd::OnMouseMove(point, nFlag); in OnMouseMove()
DPWL_ListCtrl.cpp61 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) { in GetContentsHeight()
87 if (CPWL_Wnd* pChild = m_aChildren.GetAt(nStart - 1)) in ResetAll()
91 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) { in ResetAll()
149 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) { in DrawChildAppearance()
166 int32_t CPWL_ListCtrl::GetItemIndex(CPWL_Wnd* pItem) { in GetItemIndex()
DPWL_IconList.cpp152 if (CPWL_Wnd* pParent = GetParentWindow()) { in CreateChildWnd()
224 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) { in FindItemIndex()
255 if (CPWL_Wnd* pParent = GetParentWindow()) { in ScrollToItem()
302 if (CPWL_Wnd* pChild = m_aChildren.GetAt(nItemIndex)) { in GetListItem()
338 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) { in SetIconFillColor()
354 CPWL_Wnd::RePosChildWnd(); in RePosChildWnd()
377 void CPWL_IconList::OnNotify(CPWL_Wnd* pWnd, in OnNotify()
381 CPWL_Wnd::OnNotify(pWnd, msg, wParam, lParam); in OnNotify()
DPWL_Button.cpp25 CPWL_Wnd::OnLButtonDown(point, nFlag); in OnLButtonDown()
34 CPWL_Wnd::OnLButtonUp(point, nFlag); in OnLButtonUp()
DPWL_ScrollBar.cpp128 CPWL_Wnd::GetThisAppearanceStream(sAppStream); in GetThisAppearanceStream()
250 CPWL_Wnd::DrawThisAppearance(pDevice, pUser2Device); in DrawThisAppearance()
535 CPWL_Wnd::OnLButtonDown(point, nFlag); in OnLButtonDown()
537 if (CPWL_Wnd* pParent = GetParentWindow()) in OnLButtonDown()
547 CPWL_Wnd::OnLButtonUp(point, nFlag); in OnLButtonUp()
549 if (CPWL_Wnd* pParent = GetParentWindow()) in OnLButtonUp()
559 CPWL_Wnd::OnMouseMove(point, nFlag); in OnMouseMove()
561 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnMouseMove()
690 CPWL_Wnd::OnLButtonDown(point, nFlag); in OnLButtonDown()
743 CPWL_Wnd::OnLButtonUp(point, nFlag); in OnLButtonUp()
[all …]
DPWL_Signature.cpp27 CPWL_Wnd::DrawThisAppearance(pDevice, pUser2Device); in DrawThisAppearance()
163 CPWL_Wnd::DrawThisAppearance(pDevice, pUser2Device); in DrawThisAppearance()
175 CPWL_Wnd::GetThisAppearanceStream(sAppStream); in GetThisAppearanceStream()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h18 class CPWL_Wnd; variable
199 virtual void OnSetFocus(CPWL_Wnd* pWnd) = 0;
200 virtual void OnKillFocus(CPWL_Wnd* pWnd) = 0;
247 CPWL_Wnd* pParentWnd; // ignore
282 class CPWL_Wnd : public CPWL_TimerHandler {
286 CPWL_Wnd();
287 ~CPWL_Wnd() override;
320 virtual void OnNotify(CPWL_Wnd* pWnd,
353 CPWL_Wnd* GetParentWindow() const;
362 const CPWL_Wnd* GetFocused() const;
[all …]
DPWL_Note.h82 class CPWL_Note_Icon : public CPWL_Wnd {
114 class CPWL_Note_LBBox : public CPWL_Wnd {
125 class CPWL_Note_RBBox : public CPWL_Wnd {
148 void OnNotify(CPWL_Wnd* pWnd,
164 class CPWL_Note_Options : public CPWL_Wnd {
205 void OnNotify(CPWL_Wnd* pWnd,
216 class CPWL_NoteItem : public CPWL_Wnd, public IPWL_NoteItem {
261 void OnNotify(CPWL_Wnd* pWnd,
326 void OnNotify(CPWL_Wnd* pWnd,
DPWL_ComboBox.h34 class CPWL_CBButton : public CPWL_Wnd {
47 class CPWL_ComboBox : public CPWL_Wnd {
59 void OnNotify(CPWL_Wnd* pWnd,
DPWL_ListCtrl.h12 class CPWL_ListCtrl : public CPWL_Wnd {
25 int32_t GetItemIndex(CPWL_Wnd* pItem);
DPWL_IconList.h26 class CPWL_IconList_Item : public CPWL_Wnd {
95 class CPWL_IconList : public CPWL_Wnd {
119 void OnNotify(CPWL_Wnd* pWnd,
DPWL_ScrollBar.h34 class CPWL_SBButton : public CPWL_Wnd {
92 class CPWL_ScrollBar : public CPWL_Wnd {
106 void OnNotify(CPWL_Wnd* pWnd,
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_FormFiller.cpp28 CPWL_Wnd* pWnd = it.second; in ~CFFL_FormFiller()
40 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, FALSE)) { in SetWindowRect()
46 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, FALSE)) { in GetWindowRect()
60 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, FALSE)) { in GetViewBBox()
83 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, FALSE)) { in OnDraw()
122 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, TRUE)) { in OnLButtonDown()
140 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, FALSE)) { in OnLButtonUp()
154 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, FALSE)) { in OnLButtonDblClk()
170 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, FALSE)) { in OnMouseMove()
186 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, TRUE)) { in OnMouseWheel()
[all …]
DFFL_TextField.cpp81 CPWL_Wnd* CFFL_TextField::NewPDFWindow(const PWL_CREATEPARAM& cp, in NewPDFWindow()
120 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, TRUE)) in OnChar()
240 CPWL_Wnd* CFFL_TextField::ResetPDFWindow(CPDFSDK_PageView* pPageView, in ResetPDFWindow()
247 CPWL_Wnd* pRet = NULL; in ResetPDFWindow()
271 void CFFL_TextField::OnSetFocus(CPWL_Wnd* pWnd) { in OnSetFocus()
290 void CFFL_TextField::OnKillFocus(CPWL_Wnd* pWnd) {} in OnKillFocus()
DFFL_ComboBox.cpp45 CPWL_Wnd* CFFL_ComboBox::NewPDFWindow(const PWL_CREATEPARAM& cp, in NewPDFWindow()
223 CPWL_Wnd* CFFL_ComboBox::ResetPDFWindow(CPDFSDK_PageView* pPageView, in ResetPDFWindow()
230 CPWL_Wnd* pRet = NULL; in ResetPDFWindow()
255 void CFFL_ComboBox::OnSetFocus(CPWL_Wnd* pWnd) { in OnSetFocus()
275 void CFFL_ComboBox::OnKillFocus(CPWL_Wnd* pWnd) { in OnKillFocus()
DFFL_ListBox.cpp46 CPWL_Wnd* CFFL_ListBox::NewPDFWindow(const PWL_CREATEPARAM& cp, in NewPDFWindow()
204 CPWL_Wnd* CFFL_ListBox::ResetPDFWindow(CPDFSDK_PageView* pPageView, in ResetPDFWindow()
211 CPWL_Wnd* pRet = NULL; in ResetPDFWindow()
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_ComboBox.h32 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
48 CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView,
52 void OnSetFocus(CPWL_Wnd* pWnd) override;
53 void OnKillFocus(CPWL_Wnd* pWnd) override;
DFFL_TextField.h33 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
49 CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView,
53 void OnSetFocus(CPWL_Wnd* pWnd) override;
54 void OnKillFocus(CPWL_Wnd* pWnd) override;
DFFL_ListBox.h23 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
36 CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView,
DFFL_FormFiller.h104 virtual CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView,
128 CPWL_Wnd* GetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bNew);
133 virtual CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
151 using CFFL_PageView2PDFWindow = std::map<CPDFSDK_PageView*, CPWL_Wnd*>;

12