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

  /external/chromium_org/base/test/
trace_event_analyzer.h 138 double GetKnownArgAsDouble(const std::string& name) const;
trace_event_analyzer.cc 151 double TraceEvent::GetKnownArgAsDouble(const std::string& name) const {
trace_event_analyzer_unittest.cc 109 EXPECT_EQ(double_num, event.GetKnownArgAsDouble("double"));

Completed in 41 milliseconds