Searched refs:GetStringASCII (Results 1 – 5 of 5) sorted by relevance
92 if (!test->GetStringASCII("test_case_name", &test_data.test_case_name)) in ReadTestNamesFromFile()95 if (!test->GetStringASCII("test_name", &test_data.test_name)) in ReadTestNamesFromFile()98 if (!test->GetStringASCII("file", &test_data.file)) in ReadTestNamesFromFile()
475 bool GetStringASCII(StringPiece path, std::string* out_value) const;
472 bool GetStringASCII(StringPiece path, std::string* out_value) const;
873 bool DictionaryValue::GetStringASCII(StringPiece path, in GetStringASCII() function in base::DictionaryValue