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

  /external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_api.h 85 class OmniboxAPI : public ProfileKeyedAPI,
88 explicit OmniboxAPI(Profile* profile);
89 virtual ~OmniboxAPI();
92 static ProfileKeyedAPIFactory<OmniboxAPI>* GetFactoryInstance();
94 // Convenience method to get the OmniboxAPI for a profile.
95 static OmniboxAPI* Get(Profile* profile);
113 friend class ProfileKeyedAPIFactory<OmniboxAPI>;
121 return "OmniboxAPI";
141 DISALLOW_COPY_AND_ASSIGN(OmniboxAPI);
145 void ProfileKeyedAPIFactory<OmniboxAPI>::DeclareFactoryDependencies()
    [all...]
omnibox_api.cc 178 OmniboxAPI::OmniboxAPI(Profile* profile)
187 base::Bind(&OmniboxAPI::OnTemplateURLsLoaded,
198 void OmniboxAPI::Shutdown() {
202 OmniboxAPI::~OmniboxAPI() {
205 static base::LazyInstance<ProfileKeyedAPIFactory<OmniboxAPI> >
209 ProfileKeyedAPIFactory<OmniboxAPI>* OmniboxAPI::GetFactoryInstance() {
214 OmniboxAPI* OmniboxAPI::Get(Profile* profile)
    [all...]
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_popup_model.cc 197 return extensions::OmniboxAPI::Get(profile)->GetOmniboxPopupIcon(
  /external/chromium_org/chrome/browser/profiles/
chrome_browser_main_extra_parts_profiles.cc 286 extensions::OmniboxAPI::GetFactoryInstance();
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc 745 gfx::Image image = extensions::OmniboxAPI::Get(profile_)->
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
location_bar_view_gtk.cc     [all...]

Completed in 761 milliseconds