Searched refs:SetText (Results 26 - 50 of 240) sorted by relevance

12345678910

/external/chromium_org/ui/views/examples/
H A Dbutton_example.cc78 label_button_->SetText(ASCIIToUTF16(
81 label_button_->SetText(ASCIIToUTF16(
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_unittest.cc392 textfield_->SetText(ASCIIToUTF16("this is"));
426 textfield_->SetText(ASCIIToUTF16("one two three"));
480 textfield_->SetText(ASCIIToUTF16("one two three four"));
495 textfield_->SetText(ASCIIToUTF16("one two three four"));
518 textfield_->SetText(ASCIIToUTF16("password"));
673 textfield_->SetText(ASCIIToUTF16("one two hre "));
697 textfield_->SetText(ASCIIToUTF16(" ne two"));
758 textfield_->SetText(ASCIIToUTF16("hello world"));
780 textfield_->SetText(ASCIIToUTF16("hello world"));
811 textfield_->SetText(ASCIIToUTF1
[all...]
H A Dtextfield_model_unittest.cc59 model->SetText(base::string16());
199 model.SetText(base::WideToUTF16(L"\x0D38\x0D4D\x0D15\x0D16\x0D2E"));
219 model.SetText(
229 model.SetText(
341 model.SetText(base::WideToUTF16(L"a\x05E9" L"b"));
457 TEST_F(TextfieldModelTest, SetText) {
461 model.SetText(base::ASCIIToUTF16("GOODBYE"));
463 // SetText move the cursor to the end of the new text.
470 model.SetText(base::ASCIIToUTF16("BYE"));
474 model.SetText(bas
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DITreeAdaptor.cs246 void SetText(object t, string text); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DITreeAdaptor.cs266 void SetText( object t, string text ); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/chromium_org/athena/system/
H A Dtime_view.cc67 SetText(base::TimeFormatTimeOfDayWithHourClockType(
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dexpanding_textfield.h37 void SetText(const base::string16& text);
/external/chromium_org/chrome/browser/ui/views/website_settings/
H A Dpermission_selector_view.cc49 virtual void SetText(const base::string16& text) OVERRIDE;
80 void PermissionMenuButton::SetText(const base::string16& text) { function in class:internal::PermissionMenuButton
81 MenuButton::SetText(text);
214 menu_button_->SetText(WebsiteSettingsUI::PermissionActionToUIString(
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_worditerator.h104 // iterator.SetText(text.c_str(), text_.length());
131 bool SetText(const base::char16* text, size_t length);
/external/chromium_org/mojo/examples/keyboard/
H A Dkeyboard_view.cc158 button->SetText(base::string16());
161 button->SetText(base::ASCIIToUTF16("?123"));
164 button->SetText(base::ASCIIToUTF16("ABC"));
167 button->SetText(GetDisplayString(key.display_code,
/external/chromium_org/third_party/webrtc/modules/video_render/windows/
H A Di_video_render_win.h88 virtual int32_t SetText(const uint8_t textId,
/external/chromium_org/ui/app_list/
H A Dsearch_box_model.cc63 void SearchBoxModel::SetText(const base::string16& text) { function in class:app_list::SearchBoxModel
H A Dsearch_box_model.h68 void SetText(const base::string16& text);
/external/chromium_org/ui/message_center/views/
H A Dbounded_label.h43 void SetText(const base::string16& text); // Additionally clears caches.
H A Dbounded_label.cc47 virtual void SetText(const base::string16& text) OVERRIDE;
190 void InnerBoundedLabel::SetText(const base::string16& text) { function in class:message_center::InnerBoundedLabel
191 views::Label::SetText(text);
267 label_->SetText(text);
273 label_->SetText(text);
292 void BoundedLabel::SetText(const base::string16& text) { function in class:message_center::BoundedLabel
293 label_->SetText(text);
/external/chromium_org/ui/views/corewm/
H A Dtooltip_aura.h52 virtual void SetText(aura::Window* window,
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Signature.h39 void SetText(FX_LPCWSTR sText);
/external/chromium_org/ui/views/controls/
H A Dlabel_unittest.cc56 label.SetText(test_text);
90 label.SetText(rtl ? base::WideToUTF16(L"\x5d0") : ASCIIToUTF16("A"));
111 label.SetText(test_text);
123 label.SetText(test_text + test_text);
139 label.SetText(test_text);
148 label.SetText(ASCIIToUTF16("My cool string."));
208 label.SetText(ASCIIToUTF16("My special text."));
227 label.SetText(ASCIIToUTF16("A not so random string in one line."));
248 label.SetText(ASCIIToUTF16("Too Wide."));
261 label.SetText(
[all...]
H A Dlink.cc161 void Link::SetText(const base::string16& text) { function in class:views::Link
162 Label::SetText(text);
203 // Label::Init() calls SetText(), but if that's being called from Label(), our
204 // SetText() override will not be reached (because the constructed class is
/external/chromium_org/chrome/browser/ui/views/
H A Dcrypto_module_password_dialog_view.cc58 password_entry_->SetText(empty);
65 password_entry_->SetText(empty);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dparsing.h59 void SetText(const std::string& text) { function in struct:cricket::ParseError
68 void SetText(const std::string& text) { function in struct:cricket::WriteError
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Label.cpp46 void CPWL_Label::SetText(FX_LPCWSTR csText) function in class:CPWL_Label
48 m_pEdit->SetText(csText);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
H A DITreeAdaptor`1.cs234 void SetText(T t, string text); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/chromium_org/ash/shelf/
H A Dshelf_tooltip_manager.cc55 void SetText(const base::string16& text);
108 void ShelfTooltipManager::ShelfTooltipBubble::SetText( function in class:ash::ShelfTooltipManager::ShelfTooltipBubble
110 label_->SetText(text);
356 view_->SetText(text_);
/external/chromium_org/ash/system/chromeos/
H A Dtray_tracing.cc42 label_->SetText(bundle.GetLocalizedString(IDS_ASH_STATUS_TRAY_TRACING));

Completed in 2113 milliseconds

12345678910