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

  /external/chromium_org/base/
ini_parser.cc 12 INIParser::INIParser() : used_(false) {}
14 INIParser::~INIParser() {}
16 void INIParser::Parse(const std::string& content) {
ini_parser.h 31 class BASE_EXPORT INIParser {
33 INIParser();
34 virtual ~INIParser();
49 class BASE_EXPORT DictionaryValueINIParser : public INIParser {
57 // INIParser implementation.

Completed in 436 milliseconds