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

  /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));
status_bubble_views.cc 116 void SetText(const string16& text, bool should_animate_open);
180 void StatusBubbleViews::StatusView::SetText(const string16& text,
510 status_view_->SetText(expanded_text_, false);
616 view_->SetText(status_text, true);
619 view_->SetText(url_text_, true);
621 view_->SetText(string16(), true);
638 view_->SetText(status_text_, true);
664 view_->SetText(url_text_, true);
  /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/chrome/browser/chromeos/views/
dropdown_button.cc 73 void DropDownButton::SetText(const std::wstring& text) {
  /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);
  /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/webkit/Source/WebKit/wx/
WebFrame.h 71 void SetText(const wxString& text) { m_text = 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/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 243 procedure SetText(const Value: String);
272 property Text: String read GetText write SetText;
521 procedure SetText(const Value: String);
625 /// the input char buffer. Use setText() or can set this instance var.
627 property Text: String read GetText write SetText;
670 procedure SetText(const Value: String);
680 property Text: String read GetText write SetText;
    [all...]

Completed in 526 milliseconds