itemCount          34 Source/core/html/HTMLOListElement.h     int start() const { return m_hasExplicitStart ? m_start : (m_isReversed ? itemCount() : 1); }
itemCount          46 Source/core/html/HTMLOListElement.h     unsigned itemCount() const
itemCount         212 Source/core/html/forms/FormController.cpp     size_t itemCount = stateVector[index++].toUInt();
itemCount         213 Source/core/html/forms/FormController.cpp     if (!itemCount)
itemCount         216 Source/core/html/forms/FormController.cpp     while (itemCount--) {
itemCount         184 Source/core/rendering/RenderListItem.cpp     unsigned itemCount = 0;
itemCount         186 Source/core/rendering/RenderListItem.cpp         itemCount++;
itemCount         188 Source/core/rendering/RenderListItem.cpp     return itemCount;
itemCount         188 Source/web/ExternalPopupMenu.cpp     int itemCount = m_popupMenuClient->listSize();
itemCount         189 Source/web/ExternalPopupMenu.cpp     WebVector<WebMenuItemInfo> items(static_cast<size_t>(itemCount));
itemCount         190 Source/web/ExternalPopupMenu.cpp     for (int i = 0; i < itemCount; ++i) {
itemCount         335 Source/web/PopupListBox.cpp     int itemCount = numItems();
itemCount         336 Source/web/PopupListBox.cpp     int index = (max(0, m_selectedIndex) + searchStartOffset) % itemCount;
itemCount         337 Source/web/PopupListBox.cpp     for (int i = 0; i < itemCount; i++, index = (index + 1) % itemCount) {
itemCount          66 public/platform/WebBlobData.h     BLINK_PLATFORM_EXPORT size_t itemCount() const;