Searched defs:GetText (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium/chrome/browser/ui/views/
H A Dtextfield_views.cc14 std::wstring TextfieldViews::GetText() { function in class:TextfieldViews
H A Dhung_renderer_view.cc52 virtual string16 GetText(int row, int column_id);
94 string16 HungPagesTableModel::GetText(int row, int column_id) { function in class:HungPagesTableModel
H A Dtask_manager_view.cc67 string16 GetText(int row, int column) OVERRIDE;
91 string16 TaskManagerTableModel::GetText(int row, int col_id) { function in class:__anon2723::TaskManagerTableModel
/external/chromium/chrome/browser/ui/toolbar/
H A Dtoolbar_model.cc36 std::wstring ToolbarModel::GetText() const { function in class:ToolbarModel
/external/chromium/chrome/browser/
H A Dlanguage_order_table_model.cc42 string16 LanguageOrderTableModel::GetText(int row, int column_id) { function in class:LanguageOrderTableModel
H A Dplugin_exceptions_table_model.cc81 string16 PluginExceptionsTableModel::GetText(int row, int column_id) { function in class:PluginExceptionsTableModel
H A Dpossible_url_model.cc127 string16 PossibleURLModel::GetText(int row, int col_id) { function in class:PossibleURLModel
H A Dcustom_home_pages_table_model.cc134 string16 CustomHomePagesTableModel::GetText(int row, int column_id) { function in class:CustomHomePagesTableModel
/external/chromium/chrome/browser/notifications/
H A Dnotification_exceptions_table_model.cc73 string16 NotificationExceptionsTableModel::GetText(int row, function in class:NotificationExceptionsTableModel
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DCommonTreeAdaptor.cs147 public override string GetText(object t) { method in class:Antlr.Runtime.Tree.CommonTreeAdaptor
H A DBaseTreeAdaptor.cs231 public virtual string GetText(object t) { method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
H A DITreeAdaptor.cs243 string GetText(object t); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTreeAdaptor.cs172 public virtual string GetText(object t) { method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
173 return adaptor.GetText(t);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBaseTreeAdaptor.cs294 public virtual string GetText( object t ) method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
H A DITreeAdaptor.cs263 string GetText( object t ); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTreeAdaptor.cs224 public virtual string GetText( object t ) method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
226 return adaptor.GetText( t );
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
H A DITreeAdaptor`1.cs231 string GetText(T t); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/chromium/chrome/browser/geolocation/
H A Dgeolocation_exceptions_table_model.cc141 string16 GeolocationExceptionsTableModel::GetText(int row, function in class:GeolocationExceptionsTableModel
227 GetCollator(), GetText(row1, column_id), GetText(row2, column_id));
/external/chromium/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.cc175 string16 TemplateURLTableModel::GetText(int row, int col_id) { function in class:TemplateURLTableModel
/external/webkit/Source/WebKit/wx/
H A DWebFrame.h70 wxString GetText() const { return m_text; } function in class:wxWebViewDOMElementInfo
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_unittest.cc29 virtual string16 GetText() const { return string16(); } function in class:__anon1829::TestingAutocompleteEditView
H A Dautocomplete_edit_view_views.cc298 model_->UpdatePermanentText(WideToUTF16Hack(toolbar_model_->GetText()));
339 string16 AutocompleteEditViewViews::GetText() const { function in class:AutocompleteEditViewViews
376 const string16 current_text(GetText());
454 if (display_text == GetText())
469 text_before_change_ = GetText();
479 const string16 new_text = GetText();
584 model_->ClearKeyword(GetText());
626 if (text != GetText())
/external/tinyxml/
H A Dtinyxml.cpp882 const char* TiXmlElement::GetText() const function in class:TiXmlElement
/external/tinyxml2/
H A Dtinyxml2.cpp1158 const char* XMLElement::GetText() const function in class:XMLElement
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas448 function GetText: String; function
509 property Text: String read GetText;
548 function GetText: String; function
601 property Text: String read GetText;
1143 function GetText: String; virtual; abstract;
1216 function GetText: String; override; function
1253 function GetText: String; override; function
1468 function GetText: String; override; function
2530 function TCommonTree.GetText: String;
2637 function TCommonErrorNode.GetText
[all...]

Completed in 1267 milliseconds

12