HomeSort by relevance Sort by last modified time
    Searched defs:GCMAppHandler (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/gcm_driver/
gcm_app_handler.cc 9 GCMAppHandler::GCMAppHandler() {}
10 GCMAppHandler::~GCMAppHandler() {}
12 void GCMAppHandler::OnConnected(const net::IPEndPoint& ip_endpoint) {
15 void GCMAppHandler::OnDisconnected() {
18 bool GCMAppHandler::CanHandle(const std::string& app_id) const {
gcm_app_handler.h 17 class GCMAppHandler {
19 GCMAppHandler();
20 virtual ~GCMAppHandler();

Completed in 39 milliseconds