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

  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page_unittest.cc 126 ui_manager_ = new TestSafeBrowsingUIManager(NULL);
138 ui_manager_ = NULL;
175 SafeBrowsingBlockingPage::ShowBlockingPage(ui_manager_.get(), resource);
215 scoped_refptr<TestSafeBrowsingUIManager> ui_manager_; member in class:SafeBrowsingBlockingPageTest
267 EXPECT_EQ(1u, ui_manager_->GetDetails()->size());
268 ui_manager_->GetDetails()->clear();
298 EXPECT_EQ(1u, ui_manager_->GetDetails()->size());
299 ui_manager_->GetDetails()->clear();
333 EXPECT_EQ(1u, ui_manager_->GetDetails()->size());
334 ui_manager_->GetDetails()->clear()
    [all...]
client_side_detection_host.cc 270 ui_manager_ = sb_service->ui_manager();
272 ui_manager_->AddObserver(this);
284 if (ui_manager_.get())
285 ui_manager_->RemoveObserver(this);
434 if (ui_manager_.get()) {
444 if (!ui_manager_->IsWhitelisted(resource)) {
449 ui_manager_->DoDisplayBlockingPage(resource);
547 if (ui_manager_.get())
548 ui_manager_->RemoveObserver(this);
550 ui_manager_ = ui_manager
    [all...]
client_side_detection_host_unittest.cc 192 ui_manager_ = new StrictMock<MockSafeBrowsingUIManager>(sb_service);
196 csd_host_->set_safe_browsing_managers(ui_manager_.get(),
213 ui_manager_ = NULL;
275 EXPECT_TRUE(Mock::VerifyAndClear(ui_manager_.get()));
319 scoped_refptr<StrictMock<MockSafeBrowsingUIManager> > ui_manager_; member in class:safe_browsing::ClientSideDetectionHostTest
363 EXPECT_CALL(*ui_manager_.get(), DoDisplayBlockingPage(_)).Times(0);
366 EXPECT_TRUE(Mock::VerifyAndClear(ui_manager_.get()));
395 EXPECT_CALL(*ui_manager_.get(), DoDisplayBlockingPage(_)).Times(0);
398 EXPECT_TRUE(Mock::VerifyAndClear(ui_manager_.get()));
428 EXPECT_CALL(*ui_manager_.get(), DoDisplayBlockingPage(_)
    [all...]
client_side_detection_host.h 113 scoped_refptr<SafeBrowsingUIManager> ui_manager_; member in class:safe_browsing::ClientSideDetectionHost
download_protection_service.h 177 scoped_refptr<SafeBrowsingUIManager> ui_manager_; member in class:safe_browsing::DownloadProtectionService
malware_details.h 124 scoped_refptr<SafeBrowsingUIManager> ui_manager_; member in class:MalwareDetails
safe_browsing_service.cc 188 ui_manager_ = CreateUIManager();
256 ui_manager_->CanReportStats()) ||
271 return ui_manager_;
390 ui_manager_->StopOnIOThread(shutdown);
safe_browsing_service.h 205 scoped_refptr<SafeBrowsingUIManager> ui_manager_; member in class:SafeBrowsingService
malware_details_unittest.cc 185 : ui_manager_(new MockSafeBrowsingUIManager()) {
213 ui_manager_->SetRunLoopToQuit(&run_loop);
215 return ui_manager_->GetSerialized();
319 scoped_refptr<MockSafeBrowsingUIManager> ui_manager_; member in class:MalwareDetailsTest
332 new MalwareDetailsWrap(ui_manager_.get(), web_contents(), resource, NULL);
365 ui_manager_.get(), web_contents(), resource, NULL);
404 ui_manager_.get(), web_contents(), resource, NULL);
457 ui_manager_.get(), web_contents(), resource, NULL);
489 ui_manager_.get(), web_contents(), resource, NULL);
535 ui_manager_.get(), web_contents(), resource
    [all...]
safe_browsing_blocking_page.h 133 // enabled, the report is scheduled to be sent on the |ui_manager_|.
159 SafeBrowsingUIManager* ui_manager_; member in class:SafeBrowsingBlockingPage
malware_details.cc 82 ui_manager_(ui_manager),
313 ui_manager_->SendSerializedMalwareDetails(serialized);
safe_browsing_blocking_page.cc 185 ui_manager_(ui_manager),
231 ui_manager_, web_contents, unsafe_resources[0]);
431 NotifySafeBrowsingUIManager(ui_manager_, unsafe_resources_, true);
442 blocking_page = factory_->CreateSafeBrowsingPage(ui_manager_, web_contents_,
464 NotifySafeBrowsingUIManager(ui_manager_, unsafe_resources_, false);
471 NotifySafeBrowsingUIManager(ui_manager_, iter->second, false);
    [all...]
download_protection_service.cc 160 ui_manager_(ui_manager),
199 ui_manager_->ReportSafeBrowsingHit(
218 scoped_refptr<SafeBrowsingUIManager> ui_manager_; member in class:safe_browsing::DownloadSBClient
793 ui_manager_ = sb_service->ui_manager();
829 new DownloadUrlSBClient(item, callback, ui_manager_, database_manager_));
    [all...]
  /external/chromium_org/chrome/browser/renderer_host/
safe_browsing_resource_throttle.cc 36 ui_manager_(safe_browsing->ui_manager()),
92 ui_manager_->LogPauseDelay(base::TimeTicks::Now() - url_check_start_time_);
130 ui_manager_->DisplayBlockingPage(
162 ui_manager_->LogPauseDelay(base::TimeDelta()); // No delay.
safe_browsing_resource_throttle.h 122 scoped_refptr<SafeBrowsingUIManager> ui_manager_; member in class:SafeBrowsingResourceThrottle
  /external/chromium/chrome/browser/chromeos/notifications/
desktop_notifications_unittest.cc 83 ui_manager_.reset(new NotificationUIManager(&local_state_));
84 ui_manager_->Initialize(balloon_collection_);
85 balloon_collection_->set_space_change_listener(ui_manager_.get());
86 service_.reset(new DesktopNotificationService(profile(), ui_manager_.get()));
92 ui_manager_.reset(NULL);
desktop_notifications_unittest.h 105 scoped_ptr<NotificationUIManager> ui_manager_; member in class:chromeos::DesktopNotificationsTest
  /external/chromium/chrome/browser/notifications/
desktop_notifications_unittest.h 116 scoped_ptr<NotificationUIManager> ui_manager_; member in class:DesktopNotificationsTest
desktop_notification_service.h 154 NotificationUIManager* ui_manager_; member in class:DesktopNotificationService
desktop_notifications_unittest.cc 88 ui_manager_.reset(new NotificationUIManager(&local_state_));
89 ui_manager_->Initialize(balloon_collection_);
90 balloon_collection_->set_space_change_listener(ui_manager_.get());
91 service_.reset(new DesktopNotificationService(profile(), ui_manager_.get()));
97 ui_manager_.reset(NULL);
desktop_notification_service.cc 262 ui_manager_(ui_manager) {
386 ui_manager_->CancelAllBySourceOrigin(extension->url());
538 ui_manager_->Add(notification, profile_);
546 return ui_manager_->CancelById(proxy->id());
  /external/chromium_org/chrome/browser/notifications/
desktop_notifications_unittest.h 112 scoped_ptr<BalloonNotificationUIManager> ui_manager_; member in class:DesktopNotificationsTest
desktop_notifications_unittest.cc 117 ui_manager_.reset(new BalloonNotificationUIManager(&local_state_));
119 ui_manager_->SetBalloonCollection(balloon_collection_);
120 service_.reset(new DesktopNotificationService(profile(), ui_manager_.get()));
126 ui_manager_.reset(NULL);
305 new DesktopNotificationService(second_profile, ui_manager_.get()));
328 ui_manager_->CancelAllByProfile(second_profile);
365 ui_manager_->CancelAllBySourceOrigin(odd_params.origin);
desktop_notification_service.h 202 NotificationUIManager* ui_manager_; member in class:DesktopNotificationService
desktop_notification_service.cc 320 ui_manager_(ui_manager) {
553 // We defer setting ui_manager_ to the global singleton until we need it
555 if (!ui_manager_)
556 ui_manager_ = g_browser_process->notification_ui_manager();
557 return ui_manager_;

Completed in 1029 milliseconds