Searched defs:m_labels (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DAutofillPopupMenuClient.h128 Vector<WTF::String> m_labels; member in class:WebKit::AutofillPopupMenuClient
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DLocaleICUTest.cpp46 : m_labels(labels)
53 if (m_labels.size() != other.m_labels.size())
55 for (unsigned index = 0; index < m_labels.size(); ++index)
56 if (m_labels[index] != other.m_labels[index])
65 for (unsigned index = 0; index < m_labels.size(); ++index) {
69 builder.append(m_labels[index]);
77 Vector<String> m_labels; member in class:LocaleICUTest::Labels

Completed in 141 milliseconds