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.cpp20 CPWL_EditCtrl::CPWL_EditCtrl( in CPWL_EditCtrl() function in CPWL_EditCtrl
28 CPWL_EditCtrl::~CPWL_EditCtrl() = default;
30 void CPWL_EditCtrl::OnCreated() { in OnCreated()
37 bool CPWL_EditCtrl::IsWndHorV() const { in IsWndHorV()
42 void CPWL_EditCtrl::SetCursor() { in SetCursor()
47 WideString CPWL_EditCtrl::GetSelectedText() { in GetSelectedText()
51 void CPWL_EditCtrl::ReplaceSelection(const WideString& text) { in ReplaceSelection()
55 bool CPWL_EditCtrl::RePosChildWnd() { in RePosChildWnd()
60 void CPWL_EditCtrl::SetScrollInfo(const PWL_SCROLL_INFO& info) { in SetScrollInfo()
65 void CPWL_EditCtrl::SetScrollPosition(float pos) { in SetScrollPosition()
[all …]
Dcpwl_edit_ctrl.h24 class CPWL_EditCtrl : public CPWL_Wnd {
26 CPWL_EditCtrl(
29 ~CPWL_EditCtrl() override;
Dcpwl_edit.cpp33 : CPWL_EditCtrl(cp, std::move(pAttachedData)) {} in CPWL_Edit()
66 return CPWL_EditCtrl::RePosChildWnd(); in RePosChildWnd()
104 CPWL_EditCtrl::OnCreated(); in OnCreated()
447 bool bRet = CPWL_EditCtrl::OnKeyDown(nChar, nFlag); in OnKeyDown()
538 return CPWL_EditCtrl::OnChar(nChar, nFlag); in OnChar()
DREADME.md12 * CPWL_EditCtrl
Dcpwl_edit_impl.h29 class CPWL_EditCtrl; variable
271 void SetNotify(CPWL_EditCtrl* pNotify);
403 UnownedPtr<CPWL_EditCtrl> m_pNotify;
Dcpwl_edit.h50 class CPWL_Edit final : public CPWL_EditCtrl {
Dcpwl_edit_impl.cpp589 void CPWL_EditImpl::SetNotify(CPWL_EditCtrl* pNotify) { in SetNotify()