HomeSort by relevance Sort by last modified time
    Searched refs:Base64DecodeURLSafe (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/invalidation/
gcm_network_channel_unittest.cc 164 static bool Base64DecodeURLSafe(const std::string& input,
166 return GCMNetworkChannel::Base64DecodeURLSafe(input, output);
395 EXPECT_TRUE(Base64DecodeURLSafe(base64, &plain));
404 EXPECT_TRUE(Base64DecodeURLSafe(base64, &plain));
411 EXPECT_TRUE(Base64DecodeURLSafe(base64, &plain));
469 EXPECT_TRUE(Base64DecodeURLSafe(parts[parts.size() - 1], &buffer));
gcm_network_channel.h 103 static bool Base64DecodeURLSafe(const std::string& input,
gcm_network_channel.cc 270 if (!Base64DecodeURLSafe(message, &data)) {
368 bool GCMNetworkChannel::Base64DecodeURLSafe(const std::string& input,

Completed in 35 milliseconds