HomeSort by relevance Sort by last modified time
    Searched defs:GetCapacity (Results 1 - 11 of 11) sorted by null

  /external/pdfium/xfa/src/fwl/src/theme/
comboboxtp.cpp 76 void* CFWL_ComboBoxTP::GetCapacity(CFWL_ThemePart* pThemePart,
82 return CFWL_WidgetTP::GetCapacity(pThemePart, dwCapacity);
pushbuttontp.cpp 89 void* CFWL_PushButtonTP::GetCapacity(CFWL_ThemePart* pThemePart,
95 return CFWL_WidgetTP::GetCapacity(pThemePart, dwCapacity);
scrollbartp.cpp 24 void* CFWL_ScrollBarTP::GetCapacity(CFWL_ThemePart* pThemePart,
30 return CFWL_WidgetTP::GetCapacity(pThemePart, dwCapacity);
formtp.cpp 149 void* CFWL_FormTP::GetCapacity(CFWL_ThemePart* pThemePart,
191 return CFWL_WidgetTP::GetCapacity(pThemePart, dwCapacity);
    [all...]
monthcalendartp.cpp 151 void* CFWL_MonthCalendarTP::GetCapacity(CFWL_ThemePart* pThemePart,
357 return CFWL_WidgetTP::GetCapacity(pThemePart, dwCapacity);
widgettp.cpp 72 void* CFWL_WidgetTP::GetCapacity(CFWL_ThemePart* pThemePart,
  /external/libweave/src/
access_black_list_manager_impl.cc 159 size_t AccessBlackListManagerImpl::GetCapacity() const {
  /external/lzma/CPP/7zip/Common/
StreamObjects.h 55 size_t GetCapacity() const { return _capacity; }
  /external/pdfium/xfa/src/fwl/src/lightwidget/
theme.cpp 43 void* CFWL_Theme::GetCapacity(CFWL_ThemePart* pThemePart, FX_DWORD dwCapacity) {
46 return pTheme->GetCapacity(pThemePart, dwCapacity);
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fwltheme.cpp 172 void* CXFA_FWLTheme::GetCapacity(CFWL_ThemePart* pThemePart,
259 return GetTheme(pThemePart->m_pWidget)->GetCapacity(pThemePart, dwCapacity);
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
stack.h 147 size_t GetCapacity() const { return static_cast<size_t>(stackEnd_ - stack_); }
159 newCapacity = GetCapacity();
171 stack_ = (char*)allocator_->Realloc(stack_, GetCapacity(), newCapacity);

Completed in 185 milliseconds