OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetScreenResolution
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/remoting/host/
ipc_screen_controls.cc
20
void IpcScreenControls::
SetScreenResolution
(
22
desktop_session_proxy_->
SetScreenResolution
(resolution);
screen_controls.h
20
virtual void
SetScreenResolution
(const ScreenResolution& resolution) = 0;
desktop_session.h
23
virtual void
SetScreenResolution
(const ScreenResolution& resolution) = 0;
ipc_screen_controls.h
24
virtual void
SetScreenResolution
(const ScreenResolution& resolution) OVERRIDE;
desktop_session_connector.h
39
virtual void
SetScreenResolution
(
resizing_host_observer.h
35
virtual void
SetScreenResolution
(const ScreenResolution& resolution) OVERRIDE;
39
// once for each call to
SetScreenResolution
.
resizing_host_observer.cc
121
void ResizingHostObserver::
SetScreenResolution
(
124
// to
SetScreenResolution
to simplify the implementation of unit-tests.
141
base::Bind(&ResizingHostObserver::
SetScreenResolution
,
daemon_process.cc
103
SetScreenResolution
)
210
void DaemonProcess::
SetScreenResolution
(int terminal_id,
243
(*i)->
SetScreenResolution
(resolution);
daemon_process.h
100
void
SetScreenResolution
(int terminal_id, const ScreenResolution& resolution);
desktop_session_agent.cc
144
SetScreenResolution
)
266
SetScreenResolution
(resolution);
475
void DesktopSessionAgent::
SetScreenResolution
(
480
screen_controls_->
SetScreenResolution
(resolution);
desktop_session_agent.h
130
void
SetScreenResolution
(const ScreenResolution& resolution);
desktop_session_win.cc
99
virtual void
SetScreenResolution
(const ScreenResolution& resolution) OVERRIDE;
134
virtual void
SetScreenResolution
(const ScreenResolution& resolution) OVERRIDE;
193
void ConsoleSession::
SetScreenResolution
(const ScreenResolution& resolution) {
286
void RdpSession::
SetScreenResolution
(const ScreenResolution& resolution) {
ipc_desktop_environment.h
93
virtual void
SetScreenResolution
(
ipc_desktop_environment_unittest.cc
62
MOCK_METHOD2(
SetScreenResolution
, void(int, const ScreenResolution&));
100
SetScreenResolution
)
631
TEST_F(IpcDesktopEnvironmentTest,
SetScreenResolution
) {
644
EXPECT_CALL(daemon_channel_,
SetScreenResolution
(_, _))
650
screen_controls_->
SetScreenResolution
(ScreenResolution(
desktop_session_proxy.h
121
void
SetScreenResolution
(const ScreenResolution& resolution);
desktop_session_proxy.cc
375
void DesktopSessionProxy::
SetScreenResolution
(
399
desktop_session_connector_->
SetScreenResolution
(this, screen_resolution_);
ipc_desktop_environment.cc
153
void IpcDesktopEnvironmentFactory::
SetScreenResolution
(
resizing_host_observer_unittest.cc
101
resizing_host_observer_->
SetScreenResolution
(ScreenResolution(
client_session.cc
125
screen_controls_->
SetScreenResolution
(client_resolution);
daemon_process_unittest.cc
45
virtual void
SetScreenResolution
(
Completed in 50 milliseconds