/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Wnd.cpp | 100 friend class CPWL_Wnd; 103 CPWL_MsgControl(CPWL_Wnd * pWnd) in CPWL_MsgControl() 124 FX_BOOL IsWndCreated(const CPWL_Wnd * pWnd) const in IsWndCreated() 129 FX_BOOL IsMainCaptureMouse(const CPWL_Wnd * pWnd) const in IsMainCaptureMouse() 134 FX_BOOL IsWndCaptureMouse(const CPWL_Wnd * pWnd) const in IsWndCaptureMouse() 144 FX_BOOL IsMainCaptureKeyboard(const CPWL_Wnd * pWnd) const in IsMainCaptureKeyboard() 150 FX_BOOL IsWndCaptureKeyboard(const CPWL_Wnd * pWnd) const in IsWndCaptureKeyboard() 160 void SetFocus(CPWL_Wnd * pWnd) in SetFocus() 168 CPWL_Wnd * pParent = pWnd; in SetFocus() 182 if (CPWL_Wnd* pWnd = m_aKeyboardPath.GetAt(0)) in KillFocus() [all …]
|
D | PWL_ListBox.cpp | 135 CPWL_Wnd::GetThisAppearanceStream(sAppStream); in GetThisAppearanceStream() 186 CPWL_Wnd::DrawThisAppearance(pDevice,pUser2Device); in DrawThisAppearance() 241 CPWL_Wnd::OnKeyDown(nChar, nFlag); in OnKeyDown() 290 CPWL_Wnd::OnChar(nChar,nFlag); in OnChar() 304 CPWL_Wnd::OnLButtonDown(point,nFlag); in OnLButtonDown() 321 CPWL_Wnd::OnLButtonUp(point,nFlag); in OnLButtonUp() 342 CPWL_Wnd::OnMouseMove(point, nFlag); in OnMouseMove() 359 void CPWL_ListBox::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify() 361 CPWL_Wnd::OnNotify(pWnd,msg,wParam,lParam); in OnNotify() 371 if (CPWL_Wnd * pChild = GetVScrollBar()) in OnNotify() [all …]
|
D | PWL_Note.cpp | 46 CPWL_Wnd::SetTextColor(color); in SetTextColor() 90 CPWL_Wnd::DrawThisAppearance(pDevice, pUser2Device); in DrawThisAppearance() 167 if (CPWL_Wnd* pParent = this->GetParentWindow()) in OnKillFocus() 169 if (CPWL_Wnd* pGrand = pParent->GetParentWindow()) in OnKillFocus() 182 void CPWL_Note_Edit::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify() 197 if (CPWL_Wnd * pParent = this->GetParentWindow()) in OnNotify() 225 if (CPWL_Wnd * pParent = this->GetParentWindow()) in OnNotify() 494 if (CPWL_Wnd* pChild = m_aChildren.GetAt(nIndex)) in GetSubItems() 518 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) in DeleteSubItem() 536 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) in GetHitNoteItem() [all …]
|
D | PWL_ComboBox.cpp | 27 CPWL_Wnd::OnLButtonUp(point,nFlag); in OnLButtonUp() 36 if (CPWL_Wnd * pParent = GetParentWindow()) in OnLButtonUp() 116 CPWL_Wnd::GetThisAppearanceStream(sAppStream); in GetThisAppearanceStream() 118 CPDF_Rect rectWnd = CPWL_Wnd::GetWindowRect(); in GetThisAppearanceStream() 148 CPWL_Wnd::DrawThisAppearance(pDevice,pUser2Device); in DrawThisAppearance() 150 CPDF_Rect rectWnd = CPWL_Wnd::GetWindowRect(); in DrawThisAppearance() 182 CPWL_Wnd::OnLButtonDown(point,nFlag); in OnLButtonDown() 186 if (CPWL_Wnd * pParent = GetParentWindow()) in OnLButtonDown() 196 CPWL_Wnd::OnLButtonUp(point, nFlag); in OnLButtonUp() 235 CPWL_Wnd::KillFocus(); in KillFocus() [all …]
|
D | PWL_Caret.cpp | 163 CPWL_Wnd::SetVisible(TRUE); in SetCaret() 179 CPWL_Wnd::SetVisible(FALSE); in SetCaret() 192 CPWL_Wnd::InvalidateRect(&rcRefresh); in InvalidateRect() 195 CPWL_Wnd::InvalidateRect(pRect); in InvalidateRect()
|
D | PWL_ListCtrl.cpp | 76 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) in GetContentsHeight() 103 if (CPWL_Wnd* pChild = m_aChildren.GetAt(nStart-1)) in ResetAll() 108 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) in ResetAll() 177 if (CPWL_Wnd * pChild = m_aChildren.GetAt(i)) in DrawChildAppearance() 199 FX_INT32 CPWL_ListCtrl::GetItemIndex(CPWL_Wnd* pItem) in GetItemIndex()
|
D | PWL_EditCtrl.cpp | 84 void CPWL_EditCtrl::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify() 86 CPWL_Wnd::OnNotify(pWnd,msg,wParam,lParam); in OnNotify() 94 if (CPWL_Wnd * pChild = GetVScrollBar()) in OnNotify() 105 if (CPWL_Wnd * pChild = GetVScrollBar()) in OnNotify() 174 FX_BOOL bRet = CPWL_Wnd::OnKeyDown(nChar,nFlag); in OnKeyDown() 252 CPWL_Wnd::OnChar(nChar,nFlag); in OnChar() 327 CPWL_Wnd::OnLButtonDown(point,nFlag); in OnLButtonDown() 345 CPWL_Wnd::OnLButtonUp(point,nFlag); in OnLButtonUp() 362 CPWL_Wnd::OnMouseMove(point,nFlag); in OnMouseMove()
|
D | PWL_IconList.cpp | 179 if (CPWL_Wnd * pParent = this->GetParentWindow()) in CreateChildWnd() 259 if (CPWL_Wnd * pChild = m_aChildren.GetAt(i)) in FindItemIndex() 298 if (CPWL_Wnd* pParent = this->GetParentWindow()) in ScrollToItem() 354 if (CPWL_Wnd * pChild = m_aChildren.GetAt(nItemIndex)) in GetListItem() 396 if (CPWL_Wnd * pChild = m_aChildren.GetAt(i)) in SetIconFillColor() 423 CPWL_Wnd::RePosChildWnd(); in RePosChildWnd() 449 void CPWL_IconList::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify() 451 CPWL_Wnd::OnNotify(pWnd, msg, wParam, lParam); in OnNotify()
|
D | PWL_Button.cpp | 36 CPWL_Wnd::OnLButtonDown(point, nFlag); in OnLButtonDown() 46 CPWL_Wnd::OnLButtonUp(point, nFlag); in OnLButtonUp()
|
D | PWL_ScrollBar.cpp | 163 CPWL_Wnd::GetThisAppearanceStream(sAppStream); in GetThisAppearanceStream() 289 CPWL_Wnd::DrawThisAppearance(pDevice,pUser2Device); in DrawThisAppearance() 570 CPWL_Wnd::OnLButtonDown(point,nFlag); in OnLButtonDown() 572 if (CPWL_Wnd * pParent = GetParentWindow()) in OnLButtonDown() 583 CPWL_Wnd::OnLButtonUp(point,nFlag); in OnLButtonUp() 585 if (CPWL_Wnd * pParent = GetParentWindow()) in OnLButtonUp() 596 CPWL_Wnd::OnMouseMove(point,nFlag); in OnMouseMove() 598 if (CPWL_Wnd * pParent = GetParentWindow()) in OnMouseMove() 766 CPWL_Wnd::OnLButtonDown(point,nFlag); in OnLButtonDown() 826 CPWL_Wnd::OnLButtonUp(point,nFlag); in OnLButtonUp() [all …]
|
D | PWL_Signature.cpp | 36 CPWL_Wnd::DrawThisAppearance(pDevice, pUser2Device); in DrawThisAppearance() 189 CPWL_Wnd::DrawThisAppearance(pDevice, pUser2Device); in DrawThisAppearance() 217 CPWL_Wnd::GetThisAppearanceStream(sAppStream); in GetThisAppearanceStream()
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Wnd.h | 18 class CPWL_Wnd; variable 204 virtual void OnSetFocus(CPWL_Wnd* pWnd) = 0; 205 virtual void OnKillFocus(CPWL_Wnd* pWnd) = 0; 254 CPWL_Wnd* pParentWnd; //ignore 291 class PWL_CLASS CPWL_Wnd : public CPWL_TimerHandler 295 CPWL_Wnd(); 296 virtual ~CPWL_Wnd(); 327 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = 0… 365 CPWL_Wnd* GetParentWindow() const; 374 const CPWL_Wnd* GetFocused() const; [all …]
|
D | PWL_Note.h | 85 class PWL_CLASS CPWL_Note_Icon : public CPWL_Wnd 117 class CPWL_Note_LBBox : public CPWL_Wnd 127 class CPWL_Note_RBBox : public CPWL_Wnd 151 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = … 164 class CPWL_Note_Options : public CPWL_Wnd 190 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = … 216 class PWL_CLASS CPWL_NoteItem : public CPWL_Wnd, public IPWL_NoteItem 261 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = … 337 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = …
|
D | PWL_ComboBox.h | 36 class CPWL_CBButton : public CPWL_Wnd 51 class PWL_CLASS CPWL_ComboBox : public CPWL_Wnd 64 virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = 0);
|
D | PWL_ListCtrl.h | 12 class CPWL_ListCtrl : public CPWL_Wnd 26 FX_INT32 GetItemIndex(CPWL_Wnd* pItem);
|
D | PWL_IconList.h | 27 class CPWL_IconList_Item : public CPWL_Wnd 97 class PWL_CLASS CPWL_IconList : public CPWL_Wnd 121 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = …
|
D | PWL_ScrollBar.h | 41 class CPWL_SBButton : public CPWL_Wnd 100 class CPWL_ScrollBar : public CPWL_Wnd 115 virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = 0);
|
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_FormFiller.cpp | 35 CPWL_Wnd* pWnd = NULL; in ~CFFL_FormFiller() 52 if (CPWL_Wnd* pWnd = this->GetPDFWindow(pPageView, FALSE)) in SetWindowRect() 60 if (CPWL_Wnd* pWnd = this->GetPDFWindow(pPageView, FALSE)) in GetWindowRect() 75 if (CPWL_Wnd* pWnd = this->GetPDFWindow(pPageView, FALSE)) in GetViewBBox() 99 if (CPWL_Wnd * pWnd = GetPDFWindow(pPageView, FALSE)) in OnDraw() 149 if (CPWL_Wnd * pWnd = GetPDFWindow(pPageView, TRUE)) in OnLButtonDown() 166 if (CPWL_Wnd * pWnd = GetPDFWindow(pPageView, FALSE)) in OnLButtonUp() 179 if (CPWL_Wnd * pWnd = GetPDFWindow(pPageView, FALSE)) in OnLButtonDblClk() 195 if (CPWL_Wnd * pWnd = GetPDFWindow(pPageView, FALSE)) in OnMouseMove() 208 if (CPWL_Wnd * pWnd = GetPDFWindow(pPageView, TRUE)) in OnMouseWheel() [all …]
|
D | FFL_TextField.cpp | 104 CPWL_Wnd* CFFL_TextField::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) in NewPDFWindow() 153 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, TRUE)) in OnChar() 299 CPWL_Wnd* CFFL_TextField::ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue) in ResetPDFWindow() 306 CPWL_Wnd* pRet = NULL; in ResetPDFWindow() 321 void CFFL_TextField::OnSetFocus(CPWL_Wnd* pWnd) in OnSetFocus() 345 void CFFL_TextField::OnKillFocus(CPWL_Wnd* pWnd) in OnKillFocus()
|
D | FFL_ComboBox.cpp | 74 CPWL_Wnd* CFFL_ComboBox::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) in NewPDFWindow() 302 CPWL_Wnd* CFFL_ComboBox::ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue) in ResetPDFWindow() 309 CPWL_Wnd* pRet = NULL; in ResetPDFWindow() 346 void CFFL_ComboBox::OnSetFocus(CPWL_Wnd* pWnd) in OnSetFocus() 369 void CFFL_ComboBox::OnKillFocus(CPWL_Wnd* pWnd) in OnKillFocus()
|
D | FFL_ListBox.cpp | 69 CPWL_Wnd* CFFL_ListBox::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) in NewPDFWindow() 274 CPWL_Wnd* CFFL_ListBox::ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue) in ResetPDFWindow() 281 CPWL_Wnd* pRet = NULL; in ResetPDFWindow()
|
/external/pdfium/fpdfsdk/include/formfiller/ |
D | FFL_TextField.h | 32 virtual CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView); 49 virtual CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue); 52 virtual void OnSetFocus(CPWL_Wnd* pWnd); 53 virtual void OnKillFocus(CPWL_Wnd* pWnd);
|
D | FFL_ComboBox.h | 31 virtual CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView); 45 virtual CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue); 49 virtual void OnSetFocus(CPWL_Wnd* pWnd); 50 virtual void OnKillFocus(CPWL_Wnd* pWnd);
|
D | FFL_ListBox.h | 21 virtual CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView); 36 virtual CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue);
|
D | FFL_FormFiller.h | 22 #define CFFL_PageView2PDFWindow CFX_MapPtrTemplate<CPDFSDK_PageView*, CPWL_Wnd*> 99 virtual CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue); 125 CPWL_Wnd* GetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bNew); 130 virtual CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) = 0;
|