Searched refs:ui_manager_ (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page_unittest.cc126 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_
[all...]
H A Dclient_side_detection_host.cc270 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_
[all...]
H A Dclient_side_detection_host_unittest.cc192 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_
[all...]
H A Dclient_side_detection_host.h113 scoped_refptr<SafeBrowsingUIManager> ui_manager_; member in class:safe_browsing::ClientSideDetectionHost
H A Dsafe_browsing_service.cc188 ui_manager_ = CreateUIManager();
256 ui_manager_->CanReportStats()) ||
271 return ui_manager_;
390 ui_manager_->StopOnIOThread(shutdown);
H A Dmalware_details_unittest.cc185 : 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_
[all...]
H A Ddownload_protection_service.h177 scoped_refptr<SafeBrowsingUIManager> ui_manager_; member in class:safe_browsing::DownloadProtectionService
H A Dmalware_details.h124 scoped_refptr<SafeBrowsingUIManager> ui_manager_; member in class:MalwareDetails
H A Dsafe_browsing_service.h205 scoped_refptr<SafeBrowsingUIManager> ui_manager_; member in class:SafeBrowsingService
H A Dsafe_browsing_blocking_page.h133 // enabled, the report is scheduled to be sent on the |ui_manager_|.
159 SafeBrowsingUIManager* ui_manager_; member in class:SafeBrowsingBlockingPage
H A Dmalware_details.cc82 ui_manager_(ui_manager),
313 ui_manager_->SendSerializedMalwareDetails(serialized);
H A Dsafe_browsing_blocking_page.cc185 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);
H A Ddownload_protection_service.cc160 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_));
/external/chromium_org/chrome/browser/renderer_host/
H A Dsafe_browsing_resource_throttle.cc36 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.
H A Dsafe_browsing_resource_throttle.h122 scoped_refptr<SafeBrowsingUIManager> ui_manager_; member in class:SafeBrowsingResourceThrottle
/external/chromium/chrome/browser/chromeos/notifications/
H A Ddesktop_notifications_unittest.cc83 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);
H A Ddesktop_notifications_unittest.h105 scoped_ptr<NotificationUIManager> ui_manager_; member in class:chromeos::DesktopNotificationsTest
/external/chromium/chrome/browser/notifications/
H A Ddesktop_notification_service.h154 NotificationUIManager* ui_manager_; member in class:DesktopNotificationService
H A Ddesktop_notifications_unittest.h116 scoped_ptr<NotificationUIManager> ui_manager_; member in class:DesktopNotificationsTest
H A Ddesktop_notifications_unittest.cc88 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);
H A Ddesktop_notification_service.cc262 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/
H A Ddesktop_notifications_unittest.h112 scoped_ptr<BalloonNotificationUIManager> ui_manager_; member in class:DesktopNotificationsTest
H A Ddesktop_notifications_unittest.cc117 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);
H A Ddesktop_notification_service.cc320 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_;
H A Ddesktop_notification_service.h202 NotificationUIManager* ui_manager_; member in class:DesktopNotificationService

Completed in 465 milliseconds