HomeSort by relevance Sort by last modified time
    Searched defs:SetText (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium/chrome/browser/ui/views/
textfield_views.cc 19 void TextfieldViews::SetText(const std::wstring& text) {
profile_menu_button.cc 49 void ProfileMenuButton::SetText(const std::wstring& text) {
50 MenuButton::SetText(ui::ElideText(text, font(), kMaxTextWidth, false));
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
parsing.h 56 void SetText(const std::string& text) {
65 void SetText(const std::string& text) {
  /external/chromium_org/ui/app_list/
search_box_model.cc 41 void SearchBoxModel::SetText(const base::string16& text) {
  /external/chromium/chrome/browser/chromeos/views/
dropdown_button.cc 73 void DropDownButton::SetText(const std::wstring& text) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
parsing.h 59 void SetText(const std::string& text) {
68 void SetText(const std::string& text) {
  /external/chromium_org/ui/views/examples/
multiline_example.cc 37 void SetText(const string16& new_contents) {
38 render_text_->SetText(new_contents);
69 render_text->SetText(ASCIIToUTF16(kTestString));
75 label_->SetText(ASCIIToUTF16(kTestString));
81 textfield_->SetText(ASCIIToUTF16(kTestString));
107 render_text_view_->SetText(new_contents);
108 label_->SetText(new_contents);
  /external/chromium/chrome/browser/chromeos/status/
status_area_button.cc 67 void StatusAreaButton::SetText(const std::wstring& text) {
72 // current text, so it must be called after SetText.
73 views::MenuButton::SetText(text);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ObjectBrowser.py 34 def SetText(self, text):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ObjectBrowser.py 34 def SetText(self, text):
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugTreeAdaptor.cs 176 public virtual void SetText(object t, string text) {
177 adaptor.SetText(t, text);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BaseTreeAdaptor.cs 235 public virtual void SetText(object t, string text) {
ITreeAdaptor.cs 246 void SetText(object t, string text);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BaseTreeAdaptor.cs 97 SetText(t, text);
105 SetText(t, text);
303 public virtual void SetText( object t, string text )
ITreeAdaptor.cs 266 void SetText( object t, string text );
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugTreeAdaptor.cs 229 public virtual void SetText( object t, string text )
231 adaptor.SetText( t, text );
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
ITreeAdaptor`1.cs 234 void SetText(T t, string text);
  /external/chromium_org/chrome/browser/ui/views/website_settings/
permission_selector_view.cc 66 virtual void SetText(const string16& text) OVERRIDE;
118 void PermissionMenuButton::SetText(const string16& text) {
119 MenuButton::SetText(text);
254 menu_button_->SetText(WebsiteSettingsUI::PermissionActionToUIString(
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcpassthroughrender.h 170 virtual int32_t SetText(const uint8_t textId,
  /external/chromium_org/ui/views/controls/
styled_label.cc 91 void StyledLabel::SetText(const string16& text) {
  /external/chromium/chrome/browser/chromeos/login/
user_view.cc 152 views::TextButton::SetText(std::wstring());
165 views::TextButton::SetText(text_);
192 void SetText(const std::wstring& text) {
342 remove_button_->SetText(
  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlelement.cc 66 XmlText::SetText(const std::string & text) {
171 pFirstChild_->AsText()->SetText(text);
  /external/chromium_org/ash/launcher/
launcher_tooltip_manager.cc 56 void SetText(const base::string16& text);
112 void LauncherTooltipManager::LauncherTooltipBubble::SetText(
114 label_->SetText(text);
355 view_->SetText(text_);
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_worditerator.cc 336 bool SpellcheckWordIterator::SetText(const char16* text, size_t length) {
  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlelement.cc 59 void XmlText::SetText(const std::string& text) {
157 first_child_->AsText()->SetText(text);

Completed in 1261 milliseconds

1 2