Searched refs:DifferTest (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddiffer_unittest.cc27 class DifferTest : public testing::Test { class in namespace:webrtc
29 DifferTest() { function in class:webrtc::DifferTest
53 // Here in DifferTest so that tests can access private methods of Differ.
207 DISALLOW_COPY_AND_ASSIGN(DifferTest);
210 TEST_F(DifferTest, Setup) {
227 TEST_F(DifferTest, MarkDirtyBlocks_All) {
249 TEST_F(DifferTest, MarkDirtyBlocks_Sampling) {
272 TEST_F(DifferTest, DiffBlock) {
297 TEST_F(DifferTest, Partial_Setup) {
315 TEST_F(DifferTest, Partial_FirstPixe
[all...]
H A Ddiffer.h48 friend class DifferTest;

Completed in 149 milliseconds