Home
last modified time | relevance | path

Searched refs:CPWL_EditCtrl (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_ctrl.cpp18 CPWL_EditCtrl::CPWL_EditCtrl() in CPWL_EditCtrl() function in CPWL_EditCtrl
24 CPWL_EditCtrl::~CPWL_EditCtrl() {} in ~CPWL_EditCtrl()
26 void CPWL_EditCtrl::OnCreate(CreateParams* pParamsToAdjust) { in OnCreate()
30 void CPWL_EditCtrl::OnCreated() { in OnCreated()
38 bool CPWL_EditCtrl::IsWndHorV() { in IsWndHorV()
43 void CPWL_EditCtrl::SetCursor() { in SetCursor()
54 WideString CPWL_EditCtrl::GetSelectedText() { in GetSelectedText()
61 void CPWL_EditCtrl::ReplaceSelection(const WideString& text) { in ReplaceSelection()
69 bool CPWL_EditCtrl::RePosChildWnd() { in RePosChildWnd()
74 void CPWL_EditCtrl::SetScrollInfo(const PWL_SCROLL_INFO& info) { in SetScrollInfo()
[all …]
Dcpwl_edit_ctrl.h23 class CPWL_EditCtrl : public CPWL_Wnd {
25 CPWL_EditCtrl();
26 ~CPWL_EditCtrl() override;
Dcpwl_edit.cpp106 return CPWL_EditCtrl::RePosChildWnd(); in RePosChildWnd()
144 CPWL_EditCtrl::OnCreated(); in OnCreated()
501 bool bRet = CPWL_EditCtrl::OnKeyDown(nChar, nFlag); in OnKeyDown()
592 return CPWL_EditCtrl::OnChar(nChar, nFlag); in OnChar()
Dcpwl_edit_impl.h30 class CPWL_EditCtrl; variable
247 void SetNotify(CPWL_EditCtrl* pNotify);
378 UnownedPtr<CPWL_EditCtrl> m_pNotify;
DREADME.md12 * CPWL_EditCtrl
Dcpwl_edit.h44 class CPWL_Edit : public CPWL_EditCtrl {
Dcpwl_edit_impl.cpp563 void CPWL_EditImpl::SetNotify(CPWL_EditCtrl* pNotify) { in SetNotify()