HomeSort by relevance Sort by last modified time
    Searched full:notification_manager_ (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
notification_manager.cc 33 : notification_manager_(notification_manager) {}
36 notification_manager_->OnButtonClick(button_index);
41 virtual void Error() OVERRIDE { notification_manager_->OnError(); }
44 notification_manager_->OnClose();
51 NotificationManager* notification_manager_; // Not owned. member in class:chromeos::file_system_provider::__anon7820::ProviderNotificationDelegate
request_manager.cc 60 : notification_manager_(notification_manager),
135 if (notification_manager_)
136 notification_manager_->HideUnresponsiveNotification(request_id);
193 if (!notification_manager_) {
200 notification_manager_->ShowUnresponsiveNotification(
245 if (notification_manager_)
246 notification_manager_->HideUnresponsiveNotification(request_id);
request_manager_unittest.cc 315 notification_manager_.reset(new FakeNotificationManager);
316 request_manager_.reset(new RequestManager(notification_manager_.get()));
320 scoped_ptr<FakeNotificationManager> notification_manager_; member in class:chromeos::file_system_provider::FileSystemProviderRequestManagerTest
734 EXPECT_EQ(0u, notification_manager_->size());
747 EXPECT_EQ(1u, notification_manager_->size());
748 notification_manager_->Abort();
749 EXPECT_EQ(0u, notification_manager_->size());
779 EXPECT_EQ(0u, notification_manager_->size());
792 EXPECT_EQ(1u, notification_manager_->size());
793 notification_manager_->Continue()
    [all...]
provided_file_system.h 106 scoped_ptr<NotificationManagerInterface> notification_manager_; member in class:chromeos::file_system_provider::ProvidedFileSystem
provided_file_system.cc 51 notification_manager_(
53 request_manager_(notification_manager_.get()),
request_manager.h 170 NotificationManagerInterface* notification_manager_; // Not owned. member in class:chromeos::file_system_provider::RequestManager
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_engine.cc 252 if (notification_manager_)
253 notification_manager_->RemoveObserver(this);
755 notification_manager_(notification_manager),
769 if (notification_manager_)
770 notification_manager_->AddObserver(this);
sync_engine.h 200 drive::DriveNotificationManager* notification_manager_; member in class:sync_file_system::drive_backend::SyncEngine

Completed in 194 milliseconds