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

  /external/chromium_org/chromeos/network/
network_activation_handler.h 25 static const char kErrorNotFound[];
34 // kErrorNotFound if no network matching |service_path| is found.
45 // kErrorNotFound if no network matching |service_path| is found.
network_device_handler.h 45 static const char kErrorNotFound[];
network_connection_handler.h 54 static const char kErrorNotFound[];
109 // kErrorNotFound if no network matching |service_path| is found.
network_connection_handler.cc 101 const char NetworkConnectionHandler::kErrorNotFound[] = "not-found";
298 InvokeErrorCallback(service_path, error_callback, kErrorNotFound);
  /external/chromium_org/ash/system/chromeos/network/
network_state_notifier.cc 43 if (error_name == NetworkConnectionHandler::kErrorNotFound)

Completed in 37 milliseconds