OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GCMStatsRecorderImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/gcm_driver/
gcm_stats_recorder_impl.h
27
class
GCMStatsRecorderImpl
: public GCMStatsRecorder {
29
GCMStatsRecorderImpl
();
30
virtual ~
GCMStatsRecorderImpl
();
157
DISALLOW_COPY_AND_ASSIGN(
GCMStatsRecorderImpl
);
gcm_stats_recorder_impl.cc
144
GCMStatsRecorderImpl
::
GCMStatsRecorderImpl
()
151
GCMStatsRecorderImpl
::~
GCMStatsRecorderImpl
() {
154
void
GCMStatsRecorderImpl
::SetRecording(bool recording) {
158
void
GCMStatsRecorderImpl
::SetDelegate(Delegate* delegate) {
162
void
GCMStatsRecorderImpl
::Clear() {
170
void
GCMStatsRecorderImpl
::NotifyActivityRecorded() {
175
void
GCMStatsRecorderImpl
::RecordCheckin(
186
void
GCMStatsRecorderImpl
::RecordCheckinInitiated(uint64 android_id)
[
all
...]
Completed in 3345 milliseconds