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

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
desktop_region_unittest.cc 115 DesktopRect expected_rects[3]; member in struct:webrtc::Case
201 CompareRegion(r, cases[i].expected_rects, cases[i].expected_count);
209 CompareRegion(r, cases[i].expected_rects, cases[i].expected_count);
267 DesktopRect expected_rects[6]; member in struct:webrtc::Case
302 CompareRegion(r, cases[i].expected_rects, cases[i].expected_count);
309 CompareRegion(r, cases[i].expected_rects, cases[i].expected_count);
380 DesktopRect expected_rects[5]; member in struct:webrtc::Case
398 CompareRegion(r, cases[i].expected_rects, cases[i].expected_count);
409 DesktopRect expected_rects[5]; member in struct:webrtc::Case
443 CompareRegion(r, cases[i].expected_rects, cases[i].expected_count)
454 DesktopRect expected_rects[5]; member in struct:webrtc::Case
    [all...]
  /external/chromium_org/cc/base/
simple_enclosed_region_unittest.cc 19 std::vector<gfx::Rect> expected_rects; local
22 expected_rects.push_back(rect);
33 if (expected_rects.size() != actual_rects.size()) {
34 LOG(ERROR) << "Expected: " << expected_rects.size()
40 std::sort(expected_rects.begin(), expected_rects.end());
42 for (size_t i = 0; i < expected_rects.size(); ++i) {
43 if (expected_rects[i] != actual_rects[i]) {
44 LOG(ERROR) << "Expected: " << expected_rects[i].ToString()

Completed in 628 milliseconds