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

  /external/chromium_org/chrome/common/
ini_parser.h 28 class INIParser {
30 INIParser();
31 virtual ~INIParser();
46 class DictionaryValueINIParser : public INIParser {
54 // INIParser implementation.
ini_parser.cc 10 INIParser::INIParser() : used_(false) {}
12 INIParser::~INIParser() {}
14 void INIParser::Parse(const std::string& content) {

Completed in 273 milliseconds