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

  /external/chromium/chrome/browser/chromeos/
version_loader_unittest.cc 37 VersionLoader::ParseVersion(kTest1,
40 VersionLoader::ParseVersion(kTest2,
43 VersionLoader::ParseVersion(kTest3,
46 VersionLoader::ParseVersion(kTest4,
49 VersionLoader::ParseVersion(kTest5,
52 VersionLoader::ParseVersion(std::string(),
56 TEST_F(VersionLoaderTest, ParseVersion) {
58 VersionLoader::ParseVersion(kTest6,
61 VersionLoader::ParseVersion(kTest7,
64 VersionLoader::ParseVersion(kTest8
    [all...]
version_loader.h 73 FRIEND_TEST_ALL_PREFIXES(VersionLoaderTest, ParseVersion);
82 // Calls ParseVersion to get the version # and notifies request.
106 static std::string ParseVersion(const std::string& contents,
version_loader.cc 89 std::string VersionLoader::ParseVersion(const std::string& contents,
146 version = ParseVersion(
  /external/chromium_org/native_client_sdk/src/tools/
getos.py 204 def ParseVersion(version):
267 required_version = ParseVersion(options.check_version)
  /external/chromium/net/http/
http_response_headers.h 269 static HttpVersion ParseVersion(std::string::const_iterator line_begin,
http_response_headers.cc 539 HttpVersion HttpResponseHeaders::ParseVersion(
587 parsed_http_version_ = ParseVersion(line_begin, line_end);
606 // TODO(eroman): this doesn't make sense if ParseVersion failed.
    [all...]
  /external/chromium_org/net/http/
http_response_headers.h 315 static HttpVersion ParseVersion(std::string::const_iterator line_begin,
http_response_headers.cc 603 HttpVersion HttpResponseHeaders::ParseVersion(
651 parsed_http_version_ = ParseVersion(line_begin, line_end);
670 // TODO(eroman): this doesn't make sense if ParseVersion failed.
    [all...]

Completed in 234 milliseconds