labels 43 Source/core/html/LabelableElement.h PassRefPtr<NodeList> labels(); labels 488 Source/core/html/shadow/DateTimeFieldElements.cpp DateTimeSymbolicMonthFieldElement::DateTimeSymbolicMonthFieldElement(Document& document, FieldOwner& fieldOwner, const Vector<String>& labels, int minimum, int maximum) labels 489 Source/core/html/shadow/DateTimeFieldElements.cpp : DateTimeSymbolicFieldElement(document, fieldOwner, labels, minimum, maximum) labels 493 Source/core/html/shadow/DateTimeFieldElements.cpp PassRefPtr<DateTimeSymbolicMonthFieldElement> DateTimeSymbolicMonthFieldElement::create(Document& document, FieldOwner& fieldOwner, const Vector<String>& labels, int minimum, int maximum) labels 496 Source/core/html/shadow/DateTimeFieldElements.cpp RefPtr<DateTimeSymbolicMonthFieldElement> field = adoptRef(new DateTimeSymbolicMonthFieldElement(document, fieldOwner, labels, minimum, maximum)); labels 176 Source/platform/text/LocaleICU.cpp OwnPtr<Vector<String> > labels = adoptPtr(new Vector<String>()); labels 177 Source/platform/text/LocaleICU.cpp labels->reserveCapacity(size); labels 188 Source/platform/text/LocaleICU.cpp labels->append(String::adopt(buffer)); labels 190 Source/platform/text/LocaleICU.cpp return labels.release(); labels 195 Source/platform/text/LocaleICU.cpp OwnPtr<Vector<String> > labels = adoptPtr(new Vector<String>()); labels 196 Source/platform/text/LocaleICU.cpp labels->reserveCapacity(7); labels 197 Source/platform/text/LocaleICU.cpp labels->append("Sun"); labels 198 Source/platform/text/LocaleICU.cpp labels->append("Mon"); labels 199 Source/platform/text/LocaleICU.cpp labels->append("Tue"); labels 200 Source/platform/text/LocaleICU.cpp labels->append("Wed"); labels 201 Source/platform/text/LocaleICU.cpp labels->append("Thu"); labels 202 Source/platform/text/LocaleICU.cpp labels->append("Fri"); labels 203 Source/platform/text/LocaleICU.cpp labels->append("Sat"); labels 204 Source/platform/text/LocaleICU.cpp return labels.release(); labels 226 Source/platform/text/LocaleICU.cpp OwnPtr<Vector<String> > labels = adoptPtr(new Vector<String>()); labels 227 Source/platform/text/LocaleICU.cpp labels->reserveCapacity(WTF_ARRAY_LENGTH(WTF::monthFullName)); labels 229 Source/platform/text/LocaleICU.cpp labels->append(WTF::monthFullName[i]); labels 230 Source/platform/text/LocaleICU.cpp return labels.release(); labels 266 Source/platform/text/LocaleICU.cpp OwnPtr<Vector<String> > labels = adoptPtr(new Vector<String>()); labels 267 Source/platform/text/LocaleICU.cpp labels->reserveCapacity(2); labels 268 Source/platform/text/LocaleICU.cpp labels->append("AM"); labels 269 Source/platform/text/LocaleICU.cpp labels->append("PM"); labels 270 Source/platform/text/LocaleICU.cpp return labels.release(); labels 382 Source/platform/text/LocaleICU.cpp if (OwnPtr<Vector<String> > labels = createLabelVector(m_shortDateFormat, UDAT_SHORT_MONTHS, UCAL_JANUARY, 12)) { labels 383 Source/platform/text/LocaleICU.cpp m_shortMonthLabels = *labels; labels 398 Source/platform/text/LocaleICU.cpp if (OwnPtr<Vector<String> > labels = createLabelVector(m_shortDateFormat, UDAT_STANDALONE_MONTHS, UCAL_JANUARY, 12)) { labels 399 Source/platform/text/LocaleICU.cpp m_standAloneMonthLabels = *labels; labels 412 Source/platform/text/LocaleICU.cpp if (OwnPtr<Vector<String> > labels = createLabelVector(m_shortDateFormat, UDAT_STANDALONE_SHORT_MONTHS, UCAL_JANUARY, 12)) { labels 413 Source/platform/text/LocaleICU.cpp m_shortStandAloneMonthLabels = *labels; labels 45 Source/web/tests/LocaleICUTest.cpp Labels(const Vector<String> labels) labels 46 Source/web/tests/LocaleICUTest.cpp : m_labels(labels) labels 83 Source/web/tests/LocaleICUTest.cpp Vector<String> labels = Vector<String>(); labels 84 Source/web/tests/LocaleICUTest.cpp labels.append(element1); labels 85 Source/web/tests/LocaleICUTest.cpp labels.append(element2); labels 86 Source/web/tests/LocaleICUTest.cpp return Labels(labels); labels 140 Source/web/tests/LocaleICUTest.cpp std::ostream& operator<<(std::ostream& os, const LocaleICUTest::Labels& labels) labels 142 Source/web/tests/LocaleICUTest.cpp return os << labels.toString().utf8().data(); labels 219 Source/web/tests/LocaleICUTest.cpp EXPECT_EQ(labels("AM", "PM"), timeAMPMLabels("en_US")); labels 220 Source/web/tests/LocaleICUTest.cpp EXPECT_EQ(labels("AM", "PM"), timeAMPMLabels("fr")); labels 224 Source/web/tests/LocaleICUTest.cpp EXPECT_EQ(labels(String(jaAM), String(jaPM)), timeAMPMLabels("ja"));