Home | History | Annotate | Download | only in glue

Lines Matching refs:label

39   // TODO(jhawkins): Extract the field label.  For now we just use the field
41 label = name;
66 FormField::FormField(const string16& label,
72 : label(label),
86 return (label == field.label &&
97 return (label == field.label &&
106 << UTF16ToUTF8(field.label)