Searched refs:ext_filename (Results 1 – 1 of 1) sorted by relevance
404 std::string ext_filename; in Parse() local421 } else if (ext_filename.empty() && LowerCaseEqualsASCII(iter.name_begin(), in Parse()424 DecodeExtValue(iter.raw_value(), &ext_filename); in Parse()425 if (!ext_filename.empty()) in Parse()430 if (!ext_filename.empty()) in Parse()431 filename_ = ext_filename; in Parse()