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

  /external/chromium/chrome/browser/autocomplete/
autocomplete_browsertest.cc 57 return GetLocationBar()->location_entry()->model()->popup_model()->
67 location_bar->location_entry()->GetText());
75 location_bar->location_entry()->GetText());
76 EXPECT_TRUE(location_bar->location_entry()->IsSelectAll());
78 location_bar->location_entry()->SetUserText(ASCIIToUTF16("chrome"));
81 EXPECT_EQ(ASCIIToUTF16("chrome"), location_bar->location_entry()->GetText());
82 EXPECT_FALSE(location_bar->location_entry()->IsSelectAll());
84 location_bar->location_entry()->RevertAll();
88 location_bar->location_entry()->GetText());
89 EXPECT_FALSE(location_bar->location_entry()->IsSelectAll())
    [all...]
autocomplete_edit_view_browsertest.cc 169 *edit_view = loc_bar->location_entry();
    [all...]
  /external/chromium/chrome/browser/ui/omnibox/
location_bar.h 79 virtual const AutocompleteEditView* location_entry() const = 0;
80 virtual AutocompleteEditView* location_entry() = 0;
  /external/chromium/chrome/browser/ui/views/location_bar/
click_handler.cc 25 if (location_bar_->location_entry()->IsEditingOrEmpty())
location_bar_view.h 243 virtual const AutocompleteEditView* location_entry() const OVERRIDE;
244 virtual AutocompleteEditView* location_entry() OVERRIDE;
367 // Location_entry view
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/instant/
instant_browsertest.cc 90 location_bar_->location_entry()->SetUserText(ASCIIToUTF16("d"));
122 location_bar_->location_entry()->SetUserText(UTF8ToUTF16(text));
322 ASSERT_EQ(ASCIIToUTF16("defghi"), location_bar_->location_entry()->GetText());
464 location_bar_->location_entry()->SetUserText(ASCIIToUTF16("def"));
496 location_bar_->location_entry()->SetUserText(ASCIIToUTF16("defg"));
533 location_bar_->location_entry()->SetUserText(ASCIIToUTF16("d"));
583 location_bar_->location_entry()->SetUserText(ASCIIToUTF16("d"));
635 location_bar_->location_entry()->SetUserText(UTF8ToUTF16(url.spec()));
650 location_bar_->location_entry()->SetUserText(UTF8ToUTF16(url2.spec()));
738 AutocompleteEditModel* edit_model = location_bar_->location_entry()->model()
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.h 71 virtual const AutocompleteEditView* location_entry() const;
72 virtual AutocompleteEditView* location_entry();
  /external/chromium/chrome/browser/extensions/
extension_omnibox_apitest.cc 60 return GetLocationBar()->location_entry()->model()->popup_model()->
111 EXPECT_EQ(string16(), location_bar->location_entry()->GetText());
112 EXPECT_TRUE(location_bar->location_entry()->IsSelectAll());
  /external/chromium/chrome/browser/ui/gtk/
location_bar_view_gtk.h 125 virtual const AutocompleteEditView* location_entry() const;
126 virtual AutocompleteEditView* location_entry();
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...]
browser_window_gtk.cc     [all...]
  /external/chromium/chrome/browser/
omnibox_search_hint.cc 211 AutocompleteEditView* edit_view = location_bar->location_entry();
  /external/chromium/chrome/browser/ui/views/
toolbar_view.cc 554 return location_bar_->location_entry()->OnPerformDrop(event);
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc     [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 306 milliseconds