Searched refs:DUMMY_API_TOKEN (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/google_apis/
H A Dgoogle_api_keys.cc23 #define DUMMY_API_TOKEN "dummytoken" macro
26 #define GOOGLE_API_KEY DUMMY_API_TOKEN
30 #define GOOGLE_CLIENT_ID_MAIN DUMMY_API_TOKEN
34 #define GOOGLE_CLIENT_SECRET_MAIN DUMMY_API_TOKEN
38 #define GOOGLE_CLIENT_ID_CLOUD_PRINT DUMMY_API_TOKEN
42 #define GOOGLE_CLIENT_SECRET_CLOUD_PRINT DUMMY_API_TOKEN
46 #define GOOGLE_CLIENT_ID_REMOTING DUMMY_API_TOKEN
50 #define GOOGLE_CLIENT_SECRET_REMOTING DUMMY_API_TOKEN
54 #define GOOGLE_CLIENT_ID_REMOTING_HOST DUMMY_API_TOKEN
58 #define GOOGLE_CLIENT_SECRET_REMOTING_HOST DUMMY_API_TOKEN
[all...]
H A Dgoogle_api_keys_unittest.cc112 #undef DUMMY_API_TOKEN macro
165 EXPECT_NE(DUMMY_API_TOKEN, api_key);
170 EXPECT_NE(DUMMY_API_TOKEN, id_main);
175 EXPECT_NE(DUMMY_API_TOKEN, secret_main);
179 EXPECT_NE(DUMMY_API_TOKEN, id_cloud_print);
183 EXPECT_NE(DUMMY_API_TOKEN, secret_cloud_print);
187 EXPECT_NE(DUMMY_API_TOKEN, id_remoting);
191 EXPECT_NE(DUMMY_API_TOKEN, secret_remoting);
195 EXPECT_NE(DUMMY_API_TOKEN, id_remoting_host);
199 EXPECT_NE(DUMMY_API_TOKEN, secret_remoting_hos
214 #undef DUMMY_API_TOKEN macro
277 #undef DUMMY_API_TOKEN macro
343 #undef DUMMY_API_TOKEN macro
417 #undef DUMMY_API_TOKEN macro
[all...]

Completed in 77 milliseconds