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

/external/chromium_org/chrome/browser/search/
H A Dinstant_service.h36 class InstantService : public KeyedService, class in inherits:KeyedService,content::NotificationObserver,TemplateURLServiceObserver
40 explicit InstantService(Profile* profile);
41 virtual ~InstantService();
48 // Adds/Removes InstantService observers.
140 // InstantService due to the dependency declared in InstantServiceFactory.
171 base::WeakPtrFactory<InstantService> weak_ptr_factory_;
173 DISALLOW_COPY_AND_ASSIGN(InstantService);
H A Dinstant_service.cc56 InstantService::InstantService(Profile* profile) function in class:InstantService
133 InstantService::~InstantService() {
138 void InstantService::AddInstantProcess(int process_id) {
149 bool InstantService::IsInstantProcess(int process_id) const {
153 void InstantService::AddObserver(InstantServiceObserver* observer) {
157 void InstantService::RemoveObserver(InstantServiceObserver* observer) {
161 void InstantService::DeleteMostVisitedItem(const GURL& url) {
169 void InstantService
[all...]

Completed in 90 milliseconds