Searched refs:SetText (Results 1 - 25 of 233) sorted by relevance

12345678910

/external/chromium_org/chrome/browser/ui/views/
H A Dcookie_info_view.cc62 name_value_field_->SetText(base::UTF8ToUTF16(cookie.Name()));
63 content_value_field_->SetText(base::UTF8ToUTF16(cookie.Value()));
64 domain_value_field_->SetText(base::UTF8ToUTF16(domain));
65 path_value_field_->SetText(base::UTF8ToUTF16(cookie.Path()));
66 created_value_field_->SetText(
73 expires_value_field_->SetText(expire_text);
74 send_for_value_field_->SetText(cookie.IsSecure() ?
92 name_value_field_->SetText(no_cookie_string);
93 content_value_field_->SetText(no_cookie_string);
94 domain_value_field_->SetText(no_cookie_strin
[all...]
H A Dsigned_certificate_timestamp_info_view.cc123 status_value_field_->SetText(
125 origin_value_field_->SetText(
127 version_value_field_->SetText(
129 log_description_value_field_->SetText(base::UTF8ToUTF16(sct.log_description));
130 timestamp_value_field_->SetText(
133 hash_algorithm_value_field_->SetText(l10n_util::GetStringUTF16(
135 signature_algorithm_value_field_->SetText(l10n_util::GetStringUTF16(
140 log_id_value_field_->SetText(
144 signature_data_value_field_->SetText(
H A Dcrypto_module_password_dialog_view_unittest.cc44 dialog_->password_entry_->SetText(base::ASCIIToUTF16(kPassword));
H A Dlogin_view.cc105 username_field_->SetText(username);
106 password_field_->SetText(password);
/external/chromium_org/chrome/browser/chromeos/options/
H A Dpassphrase_textfield.cc50 SetText(fake_passphrase);
55 SetText(base::string16());
/external/chromium_org/ui/views/corewm/
H A Dtooltip.h29 virtual void SetText(aura::Window* window,
H A Dtooltip_win.h40 virtual void SetText(aura::Window* window,
/external/chromium_org/ui/views/examples/
H A Dtextfield_example.cc45 read_only_->SetText(ASCIIToUTF16("read only"));
110 name_->SetText(empty);
111 password_->SetText(empty);
112 read_only_->SetText(empty);
118 name_->SetText(ASCIIToUTF16("[set]"));
119 password_->SetText(ASCIIToUTF16("[set]"));
120 read_only_->SetText(ASCIIToUTF16("[set]"));
H A Dlabel_example.cc74 label->SetText(ASCIIToUTF16("A long label will elide toward its logical end "
80 label->SetText(ASCIIToUTF16("Some long labels will fade, rather than elide, "
85 label->SetText(ASCIIToUTF16("A multi-line label will wrap onto subsequent "
H A Dslider_example.cc40 label_->SetText(base::ASCIIToUTF16(base::StringPrintf("%.3lf", value)));
H A Dmultiline_example.cc72 void SetText(const base::string16& new_contents) { function in class:views::examples::MultilineExample::RenderTextView
79 render_text_->SetText(new_contents);
120 render_text_view_->SetText(kTestString);
123 label_->SetText(kTestString);
134 textfield_->SetText(kTestString);
160 render_text_view_->SetText(new_contents);
162 label_->SetText(new_contents);
174 label_->SetText(label_checkbox_->checked() ? textfield_->text() :
/external/chromium_org/ash/system/chromeos/power/
H A Dpower_status_view.cc146 percentage_label_->SetText(battery_percentage);
148 time_status_label_->SetText(battery_time_status);
154 status_label_->SetText(
158 status_label_->SetText(
168 time_label_->SetText(
172 time_label_->SetText(
180 time_label_->SetText(
187 time_label_->SetText(ui::TimeFormat::Simple(
192 time_label_->SetText(base::string16());
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dselected_keyword_view.cc74 full_label_.SetText(full_name);
81 partial_label_.SetText(min_string.empty() ?
H A Dkeyword_hint_view.cc63 leading_label_->SetText(
65 trailing_label_->SetText(keyword_hint.substr(content_param_offsets.front()));
/external/chromium_org/ui/gfx/
H A Drender_text_unittest.cc98 render_text->SetText(WideToUTF16(cases[i]));
114 render_text->SetText(WideToUTF16(cases[i]));
126 render_text->SetText(ASCIIToUTF16("012345678"));
174 render_text->SetText(ASCIIToUTF16("0123456"));
177 render_text->SetText(ASCIIToUTF16("01234"));
182 render_text->SetText(ASCIIToUTF16("012345678"));
189 render_text->SetText(ASCIIToUTF16("012345678"));
241 render_text->SetText(text);
271 render_text->SetText(seuss);
283 render_text->SetText(invalid_surrogate
[all...]
/external/chromium_org/base/i18n/
H A Dbreak_iterator.h95 bool SetText(const base::char16* text, const size_t length);
128 // The string we're iterating over. Can be changed with SetText(...)
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dexpanding_textfield.cc38 SetText(default_value);
51 void ExpandingTextfield::SetText(const base::string16& text) { function in class:autofill::ExpandingTextfield
52 textfields_.front()->SetText(text);
59 (*iter)->SetText(i < strings.size() ? strings[i++] : base::string16());
H A Dautofill_dialog_view_tester_views.cc58 textfield->SetText(contents);
75 view_->GroupForSection(section)->suggested_info->textfield()->SetText(text);
/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dalternate_nav_infobar_view.cc49 labels->back()->SetText(labels->back()->text() + gfx::kEllipsisUTF16);
59 label_1_->SetText(label_1_text_);
60 link_->SetText(link_text_);
61 label_2_->SetText(label_2_text_);
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Label.h24 void SetText(FX_LPCWSTR csText);
/external/chromium_org/ash/system/chromeos/session/
H A Dlogout_confirmation_dialog.cc100 label_->SetText(l10n_util::GetStringFUTF16(
107 label_->SetText(l10n_util::GetStringUTF16(
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_language.cc68 text_iterator_.SetText(in_word, in_word_len);
108 contraction_iterator_.SetText(contraction.c_str(), contraction.length());
H A Dspellcheck_worditerator_unittest.cc126 EXPECT_TRUE(iterator.SetText(input.c_str(), input.length()));
156 EXPECT_TRUE(iterator.SetText(input.c_str(), input.length()));
220 EXPECT_TRUE(iterator.SetText(input_word.c_str(), input_word.length()));
/external/chromium_org/chrome/browser/chromeos/ui/
H A Didle_logout_dialog_view.cc177 restart_label_->SetText(l10n_util::GetStringFUTF16(
181 restart_label_->SetText(l10n_util::GetStringUTF16(
185 restart_label_->SetText(l10n_util::GetStringUTF16(
/external/chromium_org/ui/app_list/views/
H A Dtile_item_view.cc118 title_->SetText(base::string16());
124 title_->SetText(base::UTF8ToUTF16(item_->name()));

Completed in 2688 milliseconds

12345678910