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

  /external/chromium_org/net/base/
capturing_net_log.cc 50 bool CapturingNetLog::CapturedEntry::GetIntegerValue(
59 return GetIntegerValue("net_error", value);
capturing_net_log.h 52 bool GetIntegerValue(const std::string& name, int* value) const;
54 // Same as GetIntegerValue, but returns the error code associated with a
net_log_unittest.cc 70 ASSERT_TRUE(entries[0].GetIntegerValue("log_level", &logged_log_level));