Home
last modified time | relevance | path

Searched refs:CPWL_EditImpl_Refresh (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.h42 class CPWL_EditImpl_Refresh {
44 CPWL_EditImpl_Refresh();
45 ~CPWL_EditImpl_Refresh();
388 CPWL_EditImpl_Refresh m_Refresh;
Dcpwl_edit_impl.cpp173 CPWL_EditImpl_Refresh::CPWL_EditImpl_Refresh() {} in CPWL_EditImpl_Refresh() function in CPWL_EditImpl_Refresh
175 CPWL_EditImpl_Refresh::~CPWL_EditImpl_Refresh() {} in ~CPWL_EditImpl_Refresh()
177 void CPWL_EditImpl_Refresh::BeginRefresh() { in BeginRefresh()
182 void CPWL_EditImpl_Refresh::Push(const CPVT_WordRange& linerange, in Push()
187 void CPWL_EditImpl_Refresh::NoAnalyse() { in NoAnalyse()
195 std::vector<CFX_FloatRect>* CPWL_EditImpl_Refresh::GetRefreshRects() { in GetRefreshRects()
199 void CPWL_EditImpl_Refresh::EndRefresh() { in EndRefresh()
203 void CPWL_EditImpl_Refresh::Add(const CFX_FloatRect& new_rect) { in Add()