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

  /external/chromium_org/chrome/browser/chromeos/cros/
native_network_parser.h 24 class NativeNetworkDeviceParser : public NetworkDeviceParser {
26 NativeNetworkDeviceParser();
27 virtual ~NativeNetworkDeviceParser();
52 DISALLOW_COPY_AND_ASSIGN(NativeNetworkDeviceParser);
native_network_parser.cc 255 // -------------------- NativeNetworkDeviceParser --------------------
257 NativeNetworkDeviceParser::NativeNetworkDeviceParser()
261 NativeNetworkDeviceParser::~NativeNetworkDeviceParser() {
264 NetworkDevice* NativeNetworkDeviceParser::CreateNewNetworkDevice(
268 device->SetNetworkDeviceParser(new NativeNetworkDeviceParser());
272 bool NativeNetworkDeviceParser::ParseValue(
510 ConnectionType NativeNetworkDeviceParser::ParseType(const std::string& type) {
514 bool NativeNetworkDeviceParser::ParseApnList(const ListValue& list
    [all...]

Completed in 44 milliseconds