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

  /external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc 204 views::Label* annotation_label = new views::Label; local
207 annotation_label->SetFont(
208 annotation_label->font().DeriveFont(kFontSizeDelta));
209 annotation_label->SetColor(kAnnotationColor);
210 annotation_label->SetHorizontalAlignment(views::Label::ALIGN_LEFT);
212 return annotation_label;
280 scoped_ptr<views::Label> annotation_label(
294 annotation_label->SetText(
298 annotation_label->GetPreferredSize().width());
    [all...]
  /external/srec/srec/ca/
ann_api.c 101 VAR_FREE(hAnnotation->label, "annotation_label");
211 VAR_FREE(hAnnotation, "annotation_label");
213 hAnnotation->label = (char *) VAR_ALLOCATE(strlen(label) + 1, sizeof(char), "ca.annotation_label");

Completed in 69 milliseconds