Searched defs:OmniboxAPI (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/omnibox/
H A Domnibox_api.h85 class OmniboxAPI : public ProfileKeyedAPI, class in namespace:extensions
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>
[all...]
H A Domnibox_api.cc178 OmniboxAPI::OmniboxAPI(Profile* profile) function in class:extensions::OmniboxAPI
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* OmniboxAP
[all...]

Completed in 100 milliseconds