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

  /external/chromium_org/base/test/expectations/
parser.cc 93 if (extracted_string_.empty())
97 if (ConfigurationFromString(extracted_string_, &config)) {
104 if (PlatformFromString(extracted_string_, &platform))
126 if (extracted_string_.empty())
129 current_.test_name = extracted_string_.as_string();
146 if (!ResultFromString(extracted_string_, &current_.result))
170 extracted_string_ = base::StringPiece(start, pos_ - start);
parser.h 95 // the end of the string, with the data stored in |extracted_string_|.
130 base::StringPiece extracted_string_; member in class:test_expectations::Parser

Completed in 26 milliseconds