Home
last modified time | relevance | path

Searched refs:loc_bar (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_browsertest.cc167 LocationBar* loc_bar = window->GetLocationBar(); in GetAutocompleteEditViewForBrowser() local
168 ASSERT_TRUE(loc_bar); in GetAutocompleteEditViewForBrowser()
169 *edit_view = loc_bar->location_entry(); in GetAutocompleteEditViewForBrowser()
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.cc1167 LocationBar* loc_bar = browser->window()->GetLocationBar(); in GetAutocompleteEditForBrowser() local
1168 AutocompleteEditView* edit_view = loc_bar->location_entry(); in GetAutocompleteEditForBrowser()
3026 LocationBar* loc_bar = browser->window()->GetLocationBar(); in GetOmniboxInfo() local
3027 AutocompleteEditView* edit_view = loc_bar->location_entry(); in GetOmniboxInfo()
3070 LocationBar* loc_bar = browser->window()->GetLocationBar(); in SetOmniboxText() local
3071 AutocompleteEditView* edit_view = loc_bar->location_entry(); in SetOmniboxText()
3091 LocationBar* loc_bar = browser->window()->GetLocationBar(); in OmniboxMovePopupSelection() local
3092 AutocompleteEditModel* model = loc_bar->location_entry()->model(); in OmniboxMovePopupSelection()