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

  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service.cc 170 : protocol_manager_(NULL),
280 return protocol_manager_;
373 DCHECK(!protocol_manager_);
374 protocol_manager_ = SafeBrowsingProtocolManager::Create(
376 protocol_manager_->Initialize();
397 // relies on the protocol_manager_ so if the latter is destroyed, the
399 delete protocol_manager_;
400 protocol_manager_ = NULL;
safe_browsing_service.h 179 SafeBrowsingProtocolManager* protocol_manager_; member in class:SafeBrowsingService
safe_browsing_test.cc 130 last_update_ = safe_browsing_service_->protocol_manager_->last_update();
132 safe_browsing_service_->protocol_manager_->update_timer_.IsRunning();
148 safe_browsing_service_->protocol_manager_->ForceScheduleNextUpdate(
264 safe_browsing_service_->protocol_manager_->set_additional_query(test_step);
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.cc 162 protocol_manager_(NULL),
285 protocol_manager_->last_update());
573 DCHECK(!protocol_manager_);
574 protocol_manager_ =
584 protocol_manager_->Initialize();
595 delete protocol_manager_;
596 protocol_manager_ = NULL;
732 protocol_manager_->GetFullHash(check, check->prefix_hits);
765 protocol_manager_->OnGetChunksComplete(lists, database_error);
771 protocol_manager_->OnChunkInserted()
    [all...]
safe_browsing_test.cc 211 safe_browsing_service_->protocol_manager_->is_initial_request();
212 last_update_ = safe_browsing_service_->protocol_manager_->last_update();
214 safe_browsing_service_->protocol_manager_->update_timer_.IsRunning();
219 safe_browsing_service_->protocol_manager_->ForceScheduleNextUpdate(0);
315 safe_browsing_service_->protocol_manager_->set_additional_query(test_step);
safe_browsing_service.h 421 SafeBrowsingProtocolManager* protocol_manager_; member in class:SafeBrowsingService

Completed in 164 milliseconds