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

  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_browsertest.cc 78 OmniboxView* location_entry = location_bar->GetLocationEntry(); local
81 EXPECT_EQ(UTF8ToUTF16(content::kAboutBlankURL), location_entry->GetText());
88 EXPECT_EQ(UTF8ToUTF16(content::kAboutBlankURL), location_entry->GetText());
89 EXPECT_TRUE(location_entry->IsSelectAll());
91 location_entry->SetUserText(ASCIIToUTF16("chrome"));
94 EXPECT_EQ(ASCIIToUTF16("chrome"), location_entry->GetText());
95 EXPECT_FALSE(location_entry->IsSelectAll());
97 location_entry->RevertAll();
100 EXPECT_EQ(UTF8ToUTF16(content::kAboutBlankURL), location_entry->GetText());
101 EXPECT_FALSE(location_entry->IsSelectAll())
137 OmniboxView* location_entry = location_bar->GetLocationEntry(); local
160 OmniboxView* location_entry = location_bar->GetLocationEntry(); local
182 OmniboxView* location_entry = location_bar->GetLocationEntry(); local
206 OmniboxView* location_entry = location_bar->GetLocationEntry(); local
    [all...]
  /external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.cc 810 location_icon_view_->ShowTooltip(!location_entry()->IsEditingOrEmpty());
1117 const AutocompleteEditView* LocationBarView::location_entry() const { function in class:LocationBarView
1121 AutocompleteEditView* LocationBarView::location_entry() { function in class:LocationBarView
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
location_bar_view_gtk.cc 389 bool enable = !location_entry()->IsEditingOrEmpty();
701 const AutocompleteEditView* LocationBarViewGtk::location_entry() const { function in class:LocationBarViewGtk
705 AutocompleteEditView* LocationBarViewGtk::location_entry() { function in class:LocationBarViewGtk
    [all...]

Completed in 247 milliseconds