DesktopResizerLinux  126 remoting/host/desktop_resizer_linux.cc   DesktopResizerLinux();
DesktopResizerLinux  127 remoting/host/desktop_resizer_linux.cc   virtual ~DesktopResizerLinux();
DesktopResizerLinux  156 remoting/host/desktop_resizer_linux.cc   DISALLOW_COPY_AND_ASSIGN(DesktopResizerLinux);
DesktopResizerLinux  159 remoting/host/desktop_resizer_linux.cc DesktopResizerLinux::DesktopResizerLinux()
DesktopResizerLinux  168 remoting/host/desktop_resizer_linux.cc DesktopResizerLinux::~DesktopResizerLinux() {
DesktopResizerLinux  172 remoting/host/desktop_resizer_linux.cc ScreenResolution DesktopResizerLinux::GetCurrentResolution() {
DesktopResizerLinux  202 remoting/host/desktop_resizer_linux.cc std::list<ScreenResolution> DesktopResizerLinux::GetSupportedResolutions(
DesktopResizerLinux  228 remoting/host/desktop_resizer_linux.cc void DesktopResizerLinux::SetResolution(const ScreenResolution& resolution) {
DesktopResizerLinux  277 remoting/host/desktop_resizer_linux.cc void DesktopResizerLinux::RestoreResolution(const ScreenResolution& original) {
DesktopResizerLinux  284 remoting/host/desktop_resizer_linux.cc void DesktopResizerLinux::CreateMode(const char* name, int width, int height) {
DesktopResizerLinux  303 remoting/host/desktop_resizer_linux.cc void DesktopResizerLinux::DeleteMode(const char* name) {
DesktopResizerLinux  312 remoting/host/desktop_resizer_linux.cc void DesktopResizerLinux::SwitchToMode(const char* name) {
DesktopResizerLinux  327 remoting/host/desktop_resizer_linux.cc   return scoped_ptr<DesktopResizer>(new DesktopResizerLinux);