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

  /external/chromium_org/ui/views/examples/
button_example.cc 22 const char kLongText[] = "Start of Really Really Really Really Really Really "
123 text_button_->text().length() < 50 ? kLongText : kTextButton));
149 label_button_->GetText().empty() ? kLongText :
text_example.cc 27 const char kLongText[] =
294 text_view_->set_text(ASCIIToUTF16(kLongText));

Completed in 207 milliseconds