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

  /external/chromium_org/ash/wm/
video_detector.cc 18 const int VideoDetector::kMinUpdateWidth = 333;
33 if (region.width() < kMinUpdateWidth || region.height() < kMinUpdateHeight)
video_detector.h 49 static const int kMinUpdateWidth;
video_detector_unittest.cc 109 gfx::Size(VideoDetector::kMinUpdateWidth - 1,
119 gfx::Size(VideoDetector::kMinUpdateWidth,
176 gfx::Size(VideoDetector::kMinUpdateWidth,
199 gfx::Size(VideoDetector::kMinUpdateWidth,
240 gfx::Size(VideoDetector::kMinUpdateWidth,
259 gfx::Size(VideoDetector::kMinUpdateWidth,
294 gfx::Size(VideoDetector::kMinUpdateWidth,

Completed in 379 milliseconds