OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DriveNotificationManager
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/drive/
drive_notification_manager.cc
30
DriveNotificationManager
::
DriveNotificationManager
(
43
DriveNotificationManager
::~
DriveNotificationManager
() {}
45
void
DriveNotificationManager
::Shutdown() {
57
void
DriveNotificationManager
::OnInvalidatorStateChange(
69
void
DriveNotificationManager
::OnIncomingInvalidation(
86
void
DriveNotificationManager
::AddObserver(
91
void
DriveNotificationManager
::RemoveObserver(
96
void
DriveNotificationManager
::RestartPollingTimer()
[
all
...]
drive_notification_manager.h
27
class
DriveNotificationManager
31
explicit
DriveNotificationManager
(
33
virtual ~
DriveNotificationManager
();
92
base::WeakPtrFactory<
DriveNotificationManager
> weak_ptr_factory_;
94
DISALLOW_COPY_AND_ASSIGN(
DriveNotificationManager
);
Completed in 160 milliseconds