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

  /external/chromium_org/chrome/browser/history/
visit_tracker_unittest.cc 68 VisitToTest test_frames[] = { local
84 RunTest(&tracker, test_frames, arraysize(test_frames));
  /external/chromium_org/remoting/codec/
codec_test.cc 406 std::list<DesktopFrame*> test_frames; local
416 if (test_frames.empty()) {
417 test_frames = frames;
419 scoped_ptr<VideoPacket> packet = encoder->Encode(*test_frames.front());
420 test_frames.pop_front();

Completed in 164 milliseconds