Searched defs:GetCapacity (Results 1 - 10 of 10) sorted by relevance

/external/pdfium/xfa/src/fwl/src/theme/
H A Dcomboboxtp.cpp76 void* CFWL_ComboBoxTP::GetCapacity(CFWL_ThemePart* pThemePart, function in class:CFWL_ComboBoxTP
82 return CFWL_WidgetTP::GetCapacity(pThemePart, dwCapacity);
H A Dpushbuttontp.cpp89 void* CFWL_PushButtonTP::GetCapacity(CFWL_ThemePart* pThemePart, function in class:CFWL_PushButtonTP
95 return CFWL_WidgetTP::GetCapacity(pThemePart, dwCapacity);
H A Dscrollbartp.cpp24 void* CFWL_ScrollBarTP::GetCapacity(CFWL_ThemePart* pThemePart, function in class:CFWL_ScrollBarTP
30 return CFWL_WidgetTP::GetCapacity(pThemePart, dwCapacity);
H A Dformtp.cpp149 void* CFWL_FormTP::GetCapacity(CFWL_ThemePart* pThemePart, function in class:CFWL_FormTP
191 return CFWL_WidgetTP::GetCapacity(pThemePart, dwCapacity);
H A Dmonthcalendartp.cpp151 void* CFWL_MonthCalendarTP::GetCapacity(CFWL_ThemePart* pThemePart, function in class:CFWL_MonthCalendarTP
357 return CFWL_WidgetTP::GetCapacity(pThemePart, dwCapacity);
H A Dwidgettp.cpp72 void* CFWL_WidgetTP::GetCapacity(CFWL_ThemePart* pThemePart, function in class:CFWL_WidgetTP
/external/libweave/src/
H A Daccess_black_list_manager_impl.cc159 size_t AccessBlackListManagerImpl::GetCapacity() const { function in class:weave::AccessBlackListManagerImpl
/external/lzma/CPP/7zip/Common/
H A DStreamObjects.h55 size_t GetCapacity() const { return _capacity; } function in class:CByteDynBuffer
/external/pdfium/xfa/src/fwl/src/lightwidget/
H A Dtheme.cpp43 void* CFWL_Theme::GetCapacity(CFWL_ThemePart* pThemePart, FX_DWORD dwCapacity) { function in class:CFWL_Theme
46 return pTheme->GetCapacity(pThemePart, dwCapacity);
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_fwltheme.cpp172 void* CXFA_FWLTheme::GetCapacity(CFWL_ThemePart* pThemePart, function in class:CXFA_FWLTheme
259 return GetTheme(pThemePart->m_pWidget)->GetCapacity(pThemePart, dwCapacity);

Completed in 274 milliseconds