Searched refs:SetText (Results 151 - 175 of 211) sorted by relevance

123456789

/external/chromium_org/chrome/browser/ui/views/
H A Dconflicting_module_view_win.cc151 explanation_->SetText(l10n_util::GetStringUTF16(
H A Dedit_search_engine_dialog.cc229 text_field->SetText(text);
H A Dscreen_capture_notification_ui_views.cc152 label_->SetText(text_);
H A Dcreate_application_shortcut_view.cc135 description_->SetText(text);
168 title_->SetText(title);
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dcontent_setting_image_view.cc126 text_label_->SetText(l10n_util::GetStringUTF16(string_id));
H A Dzoom_bubble_view.cc157 label_->SetText(
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_worditerator.cc336 bool SpellcheckWordIterator::SetText(const char16* text, size_t length) { function in class:SpellcheckWordIterator
/external/chromium_org/third_party/libjingle/source/talk/xmllite/
H A Dxmlelement.h95 void SetText(const std::string& text);
/external/chromium_org/ui/base/ime/win/
H A Dtsf_text_store.h24 // ITextStoreACP interface methods such as SetText().
37 // - TSFTextStore::SetText()
49 // - TSFTextStore::SetText()
180 STDMETHOD(SetText)(DWORD flags,
/external/chromium_org/ui/views/controls/button/
H A Dtext_button.h120 // passed to SetText. To reset the cached max size invoke ClearMaxTextSize.
131 // Call SetText once per string in your set of possible values at button
134 virtual void SetText(const string16& text);
158 // SetText. This method resets the cached maximum display size to the
320 // passed to SetText. To reset the cached max size invoke ClearMaxTextSize.
H A Dtext_button.cc218 SetText(text);
238 void TextButtonBase::SetText(const string16& text) { function in class:views::TextButtonBase
/external/chromium_org/ui/views/controls/
H A Dstyled_label.cc91 void StyledLabel::SetText(const string16& text) { function in class:views::StyledLabel
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.h98 void SetText(const string16& text);
H A Dnative_textfield_views.cc499 model_->SetText(GetTextForDisplay(textfield_->text()));
930 model_->SetText(GetTextForDisplay(GetText()));
1405 model_->SetText(new_text);
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_editor_view.cc277 title_tf_.SetText(title);
296 url_tf_.SetText(UTF16ToWide(url_text));
H A Dbookmark_bubble_view.cc264 title_tf_->SetText(GetTitle());
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_editor_view.cc273 title_tf_->SetText(title);
334 url_tf_->SetText(chrome::FormatBookmarkURLForDisplay(url, prefs));
H A Dbookmark_bubble_view.cc229 title_tf_->SetText(GetTitle());
/external/chromium/chrome/browser/ui/views/infobars/
H A Dinfobar_view.cc80 link->SetText(UTF16ToWideHack(text));
/external/chromium_org/ui/app_list/views/
H A Dapp_list_item_view.cc194 title_->SetText(UTF8ToUTF16(model_->title()));
H A Dsearch_result_view.cc41 render_text->SetText(text);
/external/chromium_org/ui/gfx/
H A Drender_text.h128 void SetText(const base::string16& text);
186 // cleared when SetText or SetObscured is called.
191 // functionality of very long strings. Applies to subsequent SetText calls.
/external/chromium_org/ui/views/window/
H A Ddialog_client_view.cc373 button->SetText(dialog->GetDialogButtonLabel(type));
/external/chromium_org/ppapi/examples/ime/
H A Dime.cc256 void SetText(const std::string& text) { function in class:MyTextField
456 textfield_.back().SetText("Hello");
459 textfield_.back().SetText("World");
/external/chromium_org/ash/system/user/
H A Dtray_user.cc462 line->SetText(*it);
913 details->SetText(
1201 label_->SetText(

Completed in 400 milliseconds

123456789