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 bool GCMAppHandler::CanHandle(const std::string& app_id) const {
gcm_app_handler.h 17 class GCMAppHandler {
19 GCMAppHandler();
20 virtual ~GCMAppHandler();

Completed in 496 milliseconds