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

  /external/chromium_org/third_party/WebKit/Source/core/html/
TypeAhead.cpp 65 int optionCount = m_dataSource->optionCount();
75 if (optionCount < 1)
97 index %= optionCount;
104 for (int i = 0; i < optionCount; ++i, index = (index + 1) % optionCount) {
115 if (index > 0 && index <= optionCount)
HTMLSelectElement.cpp     [all...]

Completed in 440 milliseconds