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

  /external/chromium_org/chromeos/network/
network_handler.cc 24 static NetworkHandler* g_network_handler = NULL;
26 NetworkHandler::NetworkHandler()
45 NetworkHandler::~NetworkHandler() {
49 void NetworkHandler::Init() {
66 void NetworkHandler::Initialize() {
68 g_network_handler = new NetworkHandler();
73 void NetworkHandler::Shutdown() {
80 NetworkHandler* NetworkHandler::Get()
    [all...]
network_handler.h 29 class CHROMEOS_EXPORT NetworkHandler {
38 static NetworkHandler* Get();
43 // Returns the MessageLoopProxy for posting NetworkHandler calls from
49 // NetworkHandler.
60 NetworkHandler();
61 virtual ~NetworkHandler();
78 DISALLOW_COPY_AND_ASSIGN(NetworkHandler);

Completed in 580 milliseconds