OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GCMClientImpl
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/components/gcm_driver/
gcm_client_factory.cc
12
return scoped_ptr<GCMClient>(new
GCMClientImpl
(
gcm_client_impl.cc
86
return
GCMClientImpl
::UNKNOWN_ERROR;
218
GCMClientImpl
::CheckinInfo::CheckinInfo()
222
GCMClientImpl
::CheckinInfo::~CheckinInfo() {
225
void
GCMClientImpl
::CheckinInfo::SnapshotCheckinAccounts() {
235
void
GCMClientImpl
::CheckinInfo::Reset() {
243
GCMClientImpl
::
GCMClientImpl
(scoped_ptr<GCMInternalsBuilder> internals_builder)
256
GCMClientImpl
::~
GCMClientImpl
() {
259
void
GCMClientImpl
::Initialize
[
all
...]
gcm_client_impl.h
78
class
GCMClientImpl
82
explicit
GCMClientImpl
(scoped_ptr<GCMInternalsBuilder> internals_builder);
83
virtual ~
GCMClientImpl
();
275
//
GCMClientImpl
.
299
// Currently pending registration requests.
GCMClientImpl
owns the
305
// Currently pending unregistration requests.
GCMClientImpl
owns the
318
base::WeakPtrFactory<
GCMClientImpl
> periodic_checkin_ptr_factory_;
321
base::WeakPtrFactory<
GCMClientImpl
> weak_ptr_factory_;
323
DISALLOW_COPY_AND_ASSIGN(
GCMClientImpl
);
gcm_client_impl_unittest.cc
267
GCMClientImpl
* gcm_client() const { return gcm_client_.get(); }
275
const
GCMClientImpl
::CheckinInfo& device_checkin_info() const {
327
scoped_ptr<
GCMClientImpl
> gcm_client_;
384
gcm_client_.reset(new
GCMClientImpl
(make_scoped_ptr<GCMInternalsBuilder>(
[
all
...]
Completed in 2499 milliseconds