OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:desktop_shape
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/remoting/host/
desktop_shape_tracker.h
26
// Recalculates the desktop shape, as returned by
desktop_shape
();
30
virtual const webrtc::DesktopRegion&
desktop_shape
() = 0;
desktop_shape_tracker_unittest.cc
26
EXPECT_FALSE(shape_tracker->
desktop_shape
().is_empty());
desktop_shape_tracker_win.cc
33
virtual const webrtc::DesktopRegion&
desktop_shape
();
89
const webrtc::DesktopRegion& DesktopShapeTrackerWin::
desktop_shape
() {
function in class:remoting::__anon10142::DesktopShapeTrackerWin
Completed in 43 milliseconds