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

  /external/chromium_org/chrome/browser/chromeos/cros/
network_parser.h 69 class NetworkParser {
71 virtual ~NetworkParser();
97 // The NetworkParser does not take ownership of the |mapper|.
98 explicit NetworkParser(const EnumMapper<PropertyIndex>* mapper);
121 DISALLOW_COPY_AND_ASSIGN(NetworkParser);
network_parser.cc 81 NetworkParser::NetworkParser(const EnumMapper<PropertyIndex>* mapper)
86 NetworkParser::~NetworkParser() {
89 Network* NetworkParser::CreateNetworkFromInfo(
103 bool NetworkParser::UpdateNetworkFromInfo(const DictionaryValue& info,
117 bool NetworkParser::UpdateStatus(const std::string& key,
141 Network* NetworkParser::CreateNewNetwork(
173 bool NetworkParser::ParseValue(PropertyIndex index,
native_network_parser.h 58 class NativeNetworkParser : public NetworkParser {
network_library.h 33 class NetworkParser;
434 NetworkParser* network_parser() { return network_parser_.get(); }
435 void SetNetworkParser(NetworkParser* parser);
479 // This allows NetworkParser and its subclasses access to device
484 friend class NetworkParser;
586 scoped_ptr<NetworkParser> network_parser_;
651 // This allows NetworkParser and its subclasses access to
    [all...]
native_network_parser.cc 626 : NetworkParser(get_native_mapper()) {
685 Network* network = NetworkParser::CreateNewNetwork(type, service_path);
775 return NetworkParser::ParseValue(index, value, network);
    [all...]
network_library.cc 237 void Network::SetNetworkParser(NetworkParser* parser) {
    [all...]

Completed in 70 milliseconds