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.cc 58 InstantService::InstantService(Profile* profile)
105 InstantService::~InstantService() {
108 void InstantService::AddInstantProcess(int process_id) {
120 bool InstantService::IsInstantProcess(int process_id) const {
124 void InstantService::AddObserver(InstantServiceObserver* observer) {
128 void InstantService::RemoveObserver(InstantServiceObserver* observer) {
132 void InstantService::DeleteMostVisitedItem(const GURL& url) {
140 void InstantService::UndoMostVisitedDeletion(const GURL& url)
    [all...]
instant_service.h 44 class InstantService : public BrowserContextKeyedService,
47 explicit InstantService(Profile* profile);
48 virtual ~InstantService();
55 // Adds/Removes InstantService observers.
97 // Notifies InstantService about the creation of a BrowserInstantController
101 // Notifies InstantService about the destruction of a BrowserInstantController
163 base::WeakPtrFactory<InstantService> weak_ptr_factory_;
165 DISALLOW_COPY_AND_ASSIGN(InstantService);

Completed in 349 milliseconds