Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/fxedit/
Dfxet_list.cpp76 CFX_ListContainer::CFX_ListContainer() {} in CFX_ListContainer() function in CFX_ListContainer
78 CFX_ListContainer::~CFX_ListContainer() {} in ~CFX_ListContainer()
80 void CFX_ListContainer::SetPlateRect(const CFX_FloatRect& rect) { in SetPlateRect()
364 CFX_ListContainer::SetPlateRect(rect); in SetPlateRect()
574 return InnerToOuter(CFX_ListContainer::GetContentRect()); in GetContentRectInternal()
696 return CFX_ListContainer::GetPlateRect(); in GetPlateRect()
Dfxet_list.h127 class CFX_ListContainer {
129 CFX_ListContainer();
130 virtual ~CFX_ListContainer();
218 class CFX_ListCtrl : protected CFX_ListContainer {