Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h149 class CFX_ListContainer {
151 CFX_ListContainer() in CFX_ListContainer() function
154 virtual ~CFX_ListContainer() {} in ~CFX_ListContainer()
208 class CFX_List : protected CFX_ListContainer, public IFX_List {
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp159 return CFX_ListContainer::GetPlateRect(); in GetPlateRect()
163 return InnerToOuter(CFX_ListContainer::GetContentRect()); in GetContentRect()
582 CFX_ListContainer::SetPlateRect(rect); in SetPlateRect()