HomeSort by relevance Sort by last modified time
    Searched refs:GetText (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/chromium/chrome/browser/ui/views/
textfield_views.h 18 std::wstring GetText();
generic_info_view_unittest.cc 47 EXPECT_EQ(kName, view1->name_views_[0]->GetText());
62 EXPECT_EQ(product_name, view2->name_views_[0]->GetText());
63 EXPECT_EQ(product_desc, view2->name_views_[1]->GetText());
textfield_views.cc 14 std::wstring TextfieldViews::GetText() {
  /external/chromium/chrome/browser/notifications/
notification_exceptions_table_model_unittest.cc 79 model_->GetText(0, IDS_EXCEPTIONS_HOSTNAME_HEADER));
81 model_->GetText(0, IDS_EXCEPTIONS_ACTION_HEADER));
84 model_->GetText(1, IDS_EXCEPTIONS_HOSTNAME_HEADER));
86 model_->GetText(1, IDS_EXCEPTIONS_ACTION_HEADER));
89 model_->GetText(2, IDS_EXCEPTIONS_HOSTNAME_HEADER));
91 model_->GetText(2, IDS_EXCEPTIONS_ACTION_HEADER));
94 model_->GetText(3, IDS_EXCEPTIONS_HOSTNAME_HEADER));
96 model_->GetText(3, IDS_EXCEPTIONS_ACTION_HEADER));
99 model_->GetText(4, IDS_EXCEPTIONS_HOSTNAME_HEADER));
101 model_->GetText(4, IDS_EXCEPTIONS_ACTION_HEADER))
    [all...]
notification_exceptions_table_model.h 30 virtual string16 GetText(int row, int column_id) OVERRIDE;
  /external/chromium/chrome/browser/autocomplete/
autocomplete_browsertest.cc 67 location_bar->location_entry()->GetText());
75 location_bar->location_entry()->GetText());
81 EXPECT_EQ(ASCIIToUTF16("chrome"), location_bar->location_entry()->GetText());
88 location_bar->location_entry()->GetText());
96 location_bar->location_entry()->GetText());
115 EXPECT_TRUE(location_bar->location_entry()->GetText().empty());
132 location_bar->location_entry()->GetText());
145 location_bar->location_entry()->GetText());
152 location_bar->location_entry()->GetText());
155 location_bar->location_entry()->GetText());
    [all...]
autocomplete_edit_view_browsertest.cc 396 EXPECT_EQ(ASCIIToUTF16("Hello worlds"), edit_view->GetText());
409 EXPECT_EQ(ASCIIToUTF16("Hello "), edit_view->GetText());
452 EXPECT_EQ(ASCIIToUTF16("Hello world"), edit_view->GetText());
457 EXPECT_EQ(ASCIIToUTF16("Hello world"), edit_view->GetText());
519 UTF16ToUTF8(edit_view->GetText()));
529 string16 old_text = edit_view->GetText();
535 EXPECT_TRUE(edit_view->GetText().empty());
539 EXPECT_EQ(old_text, edit_view->GetText());
598 EXPECT_EQ(kSearchSingleChar, UTF16ToUTF8(edit_view->GetText()));
621 string16 old_text = edit_view->GetText();
    [all...]
autocomplete_edit_view_views.cc 298 model_->UpdatePermanentText(WideToUTF16Hack(toolbar_model_->GetText()));
339 string16 AutocompleteEditViewViews::GetText() const {
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())
autocomplete_edit_view.h 69 virtual string16 GetText() const = 0;
  /external/chromium/chrome/browser/ui/toolbar/
toolbar_model.h 38 std::wstring GetText() const;
  /external/chromium/chrome/browser/ui/views/location_bar/
selected_keyword_view.cc 49 full_label_.GetText() : partial_label_.GetText());
71 full_label_.GetText() :
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
TraceDebugEventListener.cs 67 string text = adaptor.GetText(t);
74 string text = adaptor.GetText(t);
90 string text = adaptor.GetText(t);
97 string text = adaptor.GetText(node);
DebugTreeNodeStream.cs 123 string text = adaptor.GetText(node);
132 string text = adaptor.GetText(node);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
TraceDebugEventListener.cs 76 string text = adaptor.GetText( t );
84 string text = adaptor.GetText( t );
102 string text = adaptor.GetText( t );
110 string text = adaptor.GetText( node );
DebugTreeNodeStream.cs 144 string text = adaptor.GetText( node );
154 string text = adaptor.GetText( node );
  /external/chromium/chrome/browser/geolocation/
geolocation_exceptions_table_model.h 42 virtual string16 GetText(int row, int column_id) OVERRIDE;
geolocation_exceptions_table_model_unittest.cc 124 TEST_F(GeolocationExceptionsTableModelTest, GetText) {
128 string16 text = model_->GetText(0, IDS_EXCEPTIONS_HOSTNAME_HEADER);
132 text = model_->GetText(1, IDS_EXCEPTIONS_HOSTNAME_HEADER);
137 text = model_->GetText(2, IDS_EXCEPTIONS_HOSTNAME_HEADER);
  /external/chromium/chrome/browser/
language_order_table_model.h 50 virtual string16 GetText(int row, int column_id) OVERRIDE;
possible_url_model.h 44 virtual string16 GetText(int row, int col_id) OVERRIDE;
custom_home_pages_table_model.h 51 virtual string16 GetText(int row, int column_id) OVERRIDE;
plugin_exceptions_table_model.h 38 virtual string16 GetText(int row, int column_id) OVERRIDE;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/
DOTTreeGenerator.cs 157 string parentText = adaptor.GetText(tree);
160 string childText = adaptor.GetText(child);
169 string text = adaptor.GetText(t);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DotTreeGenerator.cs 166 string parentText = adaptor.GetText( tree );
170 string childText = adaptor.GetText( child );
180 string text = adaptor.GetText( t );
  /external/chromium/chrome/browser/ui/search_engines/
template_url_table_model.h 46 virtual string16 GetText(int row, int column) OVERRIDE;
  /external/webkit/Source/WebCore/platform/wx/
PasteboardWx.cpp 90 fragment = createFragmentFromText(context.get(), data.GetText());

Completed in 726 milliseconds

1 2 3 4