OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_checkin_accounts
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/google_apis/gcm/engine/
gcm_store.cc
26
last_checkin_accounts
.clear();
gcm_store.h
56
std::set<std::string>
last_checkin_accounts
;
member in struct:gcm::GCMStore::LoadResult
gcm_store_impl_unittest.cc
162
ASSERT_EQ(accounts, load_result->
last_checkin_accounts
);
gcm_store_impl.cc
234
&result->
last_checkin_accounts
) ||
[
all
...]
/external/chromium_org/components/gcm_driver/
gcm_client_impl.cc
226
last_checkin_accounts
.clear();
231
last_checkin_accounts
.insert(iter->first);
240
last_checkin_accounts
.clear();
310
device_checkin_info_.
last_checkin_accounts
= result->
last_checkin_accounts
;
316
if (result->
last_checkin_accounts
.size() == 0)
420
device_checkin_info_.
last_checkin_accounts
.begin();
421
iter != device_checkin_info_.
last_checkin_accounts
.end();
521
device_checkin_info_.
last_checkin_accounts
,
[
all
...]
gcm_client_impl_unittest.cc
559
EXPECT_TRUE(device_checkin_info().
last_checkin_accounts
.empty());
851
EXPECT_TRUE(device_checkin_info().
last_checkin_accounts
.empty());
864
EXPECT_EQ(accounts, device_checkin_info().
last_checkin_accounts
);
892
EXPECT_EQ(2UL, device_checkin_info().
last_checkin_accounts
.size());
907
EXPECT_EQ(accounts, device_checkin_info().
last_checkin_accounts
);
[
all
...]
gcm_client_impl.h
151
// or when |
last_checkin_accounts
| was loaded as empty.
157
std::set<std::string>
last_checkin_accounts
;
member in struct:gcm::GCMClientImpl::CheckinInfo
Completed in 842 milliseconds