Searched defs:loc_bar (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_browsertest.cc167 LocationBar* loc_bar = window->GetLocationBar(); local
168 ASSERT_TRUE(loc_bar);
169 *edit_view = loc_bar->location_entry();
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_view_browsertest.cc171 LocationBar* loc_bar = window->GetLocationBar(); local
172 ASSERT_TRUE(loc_bar);
173 *omnibox_view = loc_bar->GetLocationEntry();
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc1167 LocationBar* loc_bar = browser->window()->GetLocationBar(); local
1168 AutocompleteEditView* edit_view = loc_bar->location_entry();
3026 LocationBar* loc_bar = browser->window()->GetLocationBar(); local
3027 AutocompleteEditView* edit_view = loc_bar->location_entry();
3070 LocationBar* loc_bar = browser->window()->GetLocationBar(); local
3071 AutocompleteEditView* edit_view = loc_bar->location_entry();
3091 LocationBar* loc_bar = browser->window()->GetLocationBar(); local
3092 AutocompleteEditModel* model = loc_bar->location_entry()->model();

Completed in 129 milliseconds