OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScreenControls
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/remoting/host/
screen_controls.h
15
class
ScreenControls
{
17
virtual ~
ScreenControls
() {}
desktop_environment.h
29
class
ScreenControls
;
41
virtual scoped_ptr<
ScreenControls
> CreateScreenControls() = 0;
ipc_screen_controls.h
17
class IpcScreenControls : public
ScreenControls
{
host_mock_objects.cc
33
scoped_ptr<
ScreenControls
> MockDesktopEnvironment::CreateScreenControls() {
34
return scoped_ptr<
ScreenControls
>(CreateScreenControlsPtr());
resizing_host_observer.h
29
class ResizingHostObserver : public
ScreenControls
{
34
//
ScreenControls
interface.
basic_desktop_environment.cc
34
scoped_ptr<
ScreenControls
> BasicDesktopEnvironment::CreateScreenControls() {
37
return scoped_ptr<
ScreenControls
>();
desktop_session_agent.h
37
class
ScreenControls
;
195
scoped_ptr<
ScreenControls
> screen_controls_;
host_mock_objects.h
33
MOCK_METHOD0(CreateScreenControlsPtr,
ScreenControls
*());
41
virtual scoped_ptr<
ScreenControls
> CreateScreenControls() OVERRIDE;
me2me_desktop_environment.cc
33
scoped_ptr<
ScreenControls
> Me2MeDesktopEnvironment::CreateScreenControls() {
36
return scoped_ptr<
ScreenControls
>(
basic_desktop_environment.h
27
virtual scoped_ptr<
ScreenControls
> CreateScreenControls() OVERRIDE;
me2me_desktop_environment.h
23
virtual scoped_ptr<
ScreenControls
> CreateScreenControls() OVERRIDE;
client_session.h
42
class
ScreenControls
;
231
scoped_ptr<
ScreenControls
> screen_controls_;
desktop_session_proxy.h
46
class
ScreenControls
;
79
scoped_ptr<
ScreenControls
> CreateScreenControls();
ipc_desktop_environment.h
53
virtual scoped_ptr<
ScreenControls
> CreateScreenControls() OVERRIDE;
desktop_session_proxy.cc
135
scoped_ptr<
ScreenControls
> DesktopSessionProxy::CreateScreenControls() {
138
return scoped_ptr<
ScreenControls
>(new IpcScreenControls(this));
ipc_desktop_environment.cc
55
scoped_ptr<
ScreenControls
> IpcDesktopEnvironment::CreateScreenControls() {
ipc_desktop_environment_unittest.cc
198
scoped_ptr<
ScreenControls
> screen_controls_;
Completed in 451 milliseconds