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

  /external/chromium_org/chrome/test/gpu/
gpu_feature_browsertest.cc 470 int old_width = resize->GetKnownArgAsInt("old_width");
471 int new_width = resize->GetKnownArgAsInt("new_width");
  /external/chromium_org/base/test/
trace_event_analyzer.h 139 int GetKnownArgAsInt(const std::string& name) const;
trace_event_analyzer.cc 158 int TraceEvent::GetKnownArgAsInt(const std::string& name) const {
trace_event_analyzer_unittest.cc 108 EXPECT_EQ(int_num, event.GetKnownArgAsInt("int"));

Completed in 1078 milliseconds