Searched defs:GetNumberOfItems (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_list_desktop.cc28 size_t ProfileListDesktop::GetNumberOfItems() const { function in class:ProfileListDesktop
73 const size_t menu_count = GetNumberOfItems();
H A Davatar_menu.cc175 size_t AvatarMenu::GetNumberOfItems() const { function in class:AvatarMenu
176 return profile_list_->GetNumberOfItems();
186 if (profile_list_->GetNumberOfItems() == 0)
199 DCHECK_LT(index, profile_list_->GetNumberOfItems());
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Dprofile_list_chromeos.cc33 size_t ProfileListChromeOS::GetNumberOfItems() const { function in class:chromeos::ProfileListChromeOS
86 for (size_t i = 0; i < GetNumberOfItems(); ++i) {
/external/lzma/CPP/7zip/Archive/
H A DSplitHandler.cpp276 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) function in class:NArchive::NSplit::CHandler
H A DLzmaHandler.cpp220 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) function in class:NArchive::NLzma::CHandler
H A DXzHandler.cpp270 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) function in class:NArchive::NXz::CHandler
/external/lzma/CPP/7zip/Archive/7z/
H A D7zHandler.cpp49 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) function in class:NArchive::N7z::CHandler

Completed in 76 milliseconds