OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GCMProfileServiceRegisterTest
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/services/gcm/
gcm_profile_service_unittest.cc
316
class
GCMProfileServiceRegisterTest
: public GCMProfileServiceTest {
318
GCMProfileServiceRegisterTest
()
323
virtual ~
GCMProfileServiceRegisterTest
() {
332
base::Bind(&
GCMProfileServiceRegisterTest
::RegisterCompleted,
352
&
GCMProfileServiceRegisterTest
::ReadRegistrationInfoFinished,
369
DISALLOW_COPY_AND_ASSIGN(
GCMProfileServiceRegisterTest
);
372
TEST_F(
GCMProfileServiceRegisterTest
, Register) {
385
TEST_F(
GCMProfileServiceRegisterTest
, DoubleRegister) {
406
TEST_F(
GCMProfileServiceRegisterTest
, RegisterError) {
416
TEST_F(
GCMProfileServiceRegisterTest
, RegisterAgainWithSameSenderIDs)
[
all
...]
gcm_profile_service.h
99
friend class
GCMProfileServiceRegisterTest
;
102
FRIEND_TEST_ALL_PREFIXES(
GCMProfileServiceRegisterTest
, Unregister);
Completed in 89 milliseconds