Home
last modified time | relevance | path

Searched refs:m_labels (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
DLocaleICUTest.cpp46 : m_labels(labels) in Labels()
53 if (m_labels.size() != other.m_labels.size()) in operator ==()
55 for (unsigned index = 0; index < m_labels.size(); ++index) in operator ==()
56 if (m_labels[index] != other.m_labels[index]) in operator ==()
65 for (unsigned index = 0; index < m_labels.size(); ++index) { in toString()
69 builder.append(m_labels[index]); in toString()
77 Vector<String> m_labels; member in LocaleICUTest::Labels
/external/chromium_org/third_party/WebKit/Source/web/
DAutofillPopupMenuClient.cpp76 ASSERT_WITH_SECURITY_IMPLICATION(listIndex < m_labels.size()); in getLabel()
77 return m_labels[listIndex]; in getLabel()
94 m_labels.remove(listIndex); in removeSuggestionAtIndex()
124 m_labels[listIndex], in valueChanged()
139 m_labels[listIndex], in selectionChanged()
315 m_labels.clear(); in setSuggestions()
320 m_labels.append(labels[i]); in setSuggestions()
DAutofillPopupMenuClient.h128 Vector<WTF::String> m_labels; variable