OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MockConnectionToClientEventHandler
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/remoting/protocol/
protocol_mock_objects.cc
22
MockConnectionToClientEventHandler
::
MockConnectionToClientEventHandler
() {}
24
MockConnectionToClientEventHandler
::~
MockConnectionToClientEventHandler
() {}
protocol_mock_objects.h
49
class
MockConnectionToClientEventHandler
:
52
MockConnectionToClientEventHandler
();
53
virtual ~
MockConnectionToClientEventHandler
();
67
DISALLOW_COPY_AND_ASSIGN(
MockConnectionToClientEventHandler
);
connection_to_client_unittest.cc
50
MockConnectionToClientEventHandler
handler_;
/external/chromium_org/remoting/host/
chromoting_host_unittest.cc
27
using ::remoting::protocol::
MockConnectionToClientEventHandler
;
396
MockConnectionToClientEventHandler
handler_;
Completed in 205 milliseconds