/external/pdfium/fpdfsdk/src/pdfwindow/ |
PWL_Wnd.cpp | 80 friend class CPWL_Wnd; 83 explicit CPWL_MsgControl(CPWL_Wnd* pWnd) { 99 FX_BOOL IsWndCreated(const CPWL_Wnd* pWnd) const { 103 FX_BOOL IsMainCaptureMouse(const CPWL_Wnd* pWnd) const { 107 FX_BOOL IsWndCaptureMouse(const CPWL_Wnd* pWnd) const { 118 FX_BOOL IsMainCaptureKeyboard(const CPWL_Wnd* pWnd) const { 122 FX_BOOL IsWndCaptureKeyboard(const CPWL_Wnd* pWnd) const { 133 void SetFocus(CPWL_Wnd* pWnd) { 139 CPWL_Wnd* pParent = pWnd; 151 if (CPWL_Wnd* pWnd = m_aKeyboardPath.GetAt(0) [all...] |
PWL_Button.cpp | 25 CPWL_Wnd::OnLButtonDown(point, nFlag); 34 CPWL_Wnd::OnLButtonUp(point, nFlag);
|
PWL_Caret.cpp | 132 CPWL_Wnd::SetVisible(TRUE); 144 CPWL_Wnd::SetVisible(FALSE); 155 CPWL_Wnd::InvalidateRect(&rcRefresh); 157 CPWL_Wnd::InvalidateRect(pRect);
|
PWL_ComboBox.cpp | 24 CPWL_Wnd::OnLButtonUp(point, nFlag); 31 if (CPWL_Wnd* pParent = GetParentWindow()) { 111 CPWL_Wnd::GetThisAppearanceStream(sAppStream); 113 CPDF_Rect rectWnd = CPWL_Wnd::GetWindowRect(); 144 CPWL_Wnd::DrawThisAppearance(pDevice, pUser2Device); 146 CPDF_Rect rectWnd = CPWL_Wnd::GetWindowRect(); 179 CPWL_Wnd::OnLButtonDown(point, nFlag); 183 if (CPWL_Wnd* pParent = GetParentWindow()) { 192 CPWL_Wnd::OnLButtonUp(point, nFlag); 224 CPWL_Wnd::KillFocus() [all...] |
PWL_ListBox.cpp | 107 CPWL_Wnd::GetThisAppearanceStream(sAppStream); 158 CPWL_Wnd::DrawThisAppearance(pDevice, pUser2Device); 207 CPWL_Wnd::OnKeyDown(nChar, nFlag); 254 CPWL_Wnd::OnChar(nChar, nFlag); 269 CPWL_Wnd::OnLButtonDown(point, nFlag); 284 CPWL_Wnd::OnLButtonUp(point, nFlag); 302 CPWL_Wnd::OnMouseMove(point, nFlag); 317 void CPWL_ListBox::OnNotify(CPWL_Wnd* pWnd, 321 CPWL_Wnd::OnNotify(pWnd, msg, wParam, lParam); 329 if (CPWL_Wnd* pChild = GetVScrollBar()) [all...] |
PWL_Note.cpp | 37 CPWL_Wnd::SetTextColor(color); 72 CPWL_Wnd::DrawThisAppearance(pDevice, pUser2Device); 139 if (CPWL_Wnd* pParent = GetParentWindow()) { 140 if (CPWL_Wnd* pGrand = pParent->GetParentWindow()) { 152 void CPWL_Note_Edit::OnNotify(CPWL_Wnd* pWnd, 164 if (CPWL_Wnd* pParent = GetParentWindow()) { 188 if (CPWL_Wnd* pParent = GetParentWindow()) { 420 if (CPWL_Wnd* pChild = m_aChildren.GetAt(nIndex)) { 440 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) { 455 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) [all...] |
PWL_ListCtrl.cpp | 61 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) { 87 if (CPWL_Wnd* pChild = m_aChildren.GetAt(nStart - 1)) 91 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) { 149 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) { 166 int32_t CPWL_ListCtrl::GetItemIndex(CPWL_Wnd* pItem) {
|
/external/pdfium/fpdfsdk/include/formfiller/ |
FFL_ComboBox.h | 32 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;
|
FFL_TextField.h | 33 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;
|
FFL_ListBox.h | 23 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp, 36 CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView,
|
FFL_PushButton.h | 18 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
|
FFL_CheckBox.h | 18 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
|
FFL_RadioButton.h | 18 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
PWL_Button.h | 12 class CPWL_Button : public CPWL_Wnd { 17 // CPWL_Wnd
|
PWL_ListCtrl.h | 12 class CPWL_ListCtrl : public CPWL_Wnd { 25 int32_t GetItemIndex(CPWL_Wnd* pItem); 33 // CPWL_Wnd
|
PWL_Wnd.h | 18 class CPWL_Wnd; 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...] |
PWL_Note.h | 82 class CPWL_Note_Icon : public CPWL_Wnd { 90 // CPWL_Wnd 114 class CPWL_Note_LBBox : public CPWL_Wnd { 120 // CPWL_Wnd 125 class CPWL_Note_RBBox : public CPWL_Wnd { 131 // CPWL_Wnd 148 void OnNotify(CPWL_Wnd* pWnd, 164 class CPWL_Note_Options : public CPWL_Wnd { 172 // CPWL_Wnd 205 void OnNotify(CPWL_Wnd* pWnd [all...] |
PWL_ComboBox.h | 34 class CPWL_CBButton : public CPWL_Wnd { 39 // CPWL_Wnd 47 class CPWL_ComboBox : public CPWL_Wnd { 54 // CPWL_Wnd: 59 void OnNotify(CPWL_Wnd* pWnd,
|
PWL_Caret.h | 21 class CPWL_Caret : public CPWL_Wnd { 26 // CPWL_Wnd
|
PWL_Icon.h | 13 class CPWL_Image : public CPWL_Wnd {
|
PWL_Label.h | 14 class CPWL_Label : public CPWL_Wnd { 29 // CPWL_Wnd
|
PWL_IconList.h | 26 class CPWL_IconList_Item : public CPWL_Wnd { 40 // CPWL_Wnd 95 class CPWL_IconList : public CPWL_Wnd { 112 // CPWL_Wnd 119 void OnNotify(CPWL_Wnd* pWnd,
|
/external/pdfium/fpdfsdk/src/formfiller/ |
FFL_PushButton.cpp | 18 CPWL_Wnd* CFFL_PushButton::NewPDFWindow(const PWL_CREATEPARAM& cp,
|
FFL_TextField.cpp | 81 CPWL_Wnd* CFFL_TextField::NewPDFWindow(const PWL_CREATEPARAM& cp, 120 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, TRUE)) 240 CPWL_Wnd* CFFL_TextField::ResetPDFWindow(CPDFSDK_PageView* pPageView, 247 CPWL_Wnd* pRet = NULL; 271 void CFFL_TextField::OnSetFocus(CPWL_Wnd* pWnd) { 290 void CFFL_TextField::OnKillFocus(CPWL_Wnd* pWnd) {}
|
FFL_FormFiller.cpp | 28 CPWL_Wnd* pWnd = it.second; 40 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, FALSE)) { 46 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, FALSE)) { 60 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, FALSE)) { 83 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, FALSE)) { 122 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, TRUE)) { 140 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, FALSE)) { 154 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, FALSE)) { 170 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, FALSE)) { 186 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, TRUE)) [all...] |