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

  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service.cc 198 : protocol_manager_(NULL),
315 return protocol_manager_;
429 DCHECK(!protocol_manager_);
430 protocol_manager_ = SafeBrowsingProtocolManager::Create(
432 protocol_manager_->Initialize();
453 // relies on the protocol_manager_ so if the latter is destroyed, the
455 delete protocol_manager_;
456 protocol_manager_ = NULL;
safe_browsing_service.h 201 SafeBrowsingProtocolManager* protocol_manager_; member in class:SafeBrowsingService
safe_browsing_test.cc 166 last_update_ = safe_browsing_service_->protocol_manager_->last_update();
168 safe_browsing_service_->protocol_manager_->update_timer_.IsRunning();
184 safe_browsing_service_->protocol_manager_->ForceScheduleNextUpdate(
307 safe_browsing_service_->protocol_manager_->set_additional_query(test_step);

Completed in 1482 milliseconds