webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Classes | Namespaces | Functions
screen_capturer_helper_unittest.cc File Reference
#include "webrtc/modules/desktop_capture/screen_capturer_helper.h"
#include "webrtc/test/gtest.h"

Classes

class  webrtc::ScreenCapturerHelperTest
 

Namespaces

 webrtc
 

Functions

 webrtc::TEST_F (ScreenCapturerHelperTest, ClearInvalidRegion)
 
 webrtc::TEST_F (ScreenCapturerHelperTest, InvalidateRegion)
 
 webrtc::TEST_F (ScreenCapturerHelperTest, InvalidateScreen)
 
 webrtc::TEST_F (ScreenCapturerHelperTest, SizeMostRecent)
 
 webrtc::TEST_F (ScreenCapturerHelperTest, SetLogGridSize)
 
void webrtc::TestExpandRegionToGrid (const DesktopRegion &region, int log_grid_size, const DesktopRegion &expanded_region_expected)
 
void webrtc::TestExpandRectToGrid (int l, int t, int r, int b, int log_grid_size, int lExpanded, int tExpanded, int rExpanded, int bExpanded)
 
 webrtc::TEST_F (ScreenCapturerHelperTest, ExpandToGrid)