HomeSort by relevance Sort by last modified time
    Searched defs:InstantService (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/search/
instant_service.h 36 class InstantService : public KeyedService,
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);
instant_service.cc 56 InstantService::InstantService(Profile* profile)
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::UndoMostVisitedDeletion(const GURL& url)
    [all...]

Completed in 50 milliseconds