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 26 static NetworkHandler* g_network_handler = NULL;
28 NetworkHandler::NetworkHandler()
50 NetworkHandler::~NetworkHandler() {
54 void NetworkHandler::Init() {
79 void NetworkHandler::Initialize() {
81 g_network_handler = new NetworkHandler();
86 void NetworkHandler::Shutdown() {
93 NetworkHandler* NetworkHandler::Get()
    [all...]
network_handler.h 33 class CHROMEOS_EXPORT NetworkHandler {
42 static NetworkHandler* Get();
47 // Returns the MessageLoopProxy for posting NetworkHandler calls from
53 // NetworkHandler.
65 NetworkHandler();
66 virtual ~NetworkHandler();
85 DISALLOW_COPY_AND_ASSIGN(NetworkHandler);

Completed in 136 milliseconds