HomeSort by relevance Sort by last modified time
    Searched refs:It2MeHostState (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/remoting/host/it2me/
it2me_host.h 38 enum It2MeHostState {
59 virtual void OnStateChanged(It2MeHostState state) = 0;
87 void SetStateForTesting(It2MeHostState state) { SetState(state); }
102 void SetState(It2MeHostState state);
143 It2MeHostState state_;
it2me_native_messaging_host.h 44 virtual void OnStateChanged(It2MeHostState state) OVERRIDE;
46 static std::string HostStateToString(It2MeHostState host_state);
71 It2MeHostState state_;
it2me_native_messaging_host.cc 31 const remoting::protocol::NameMapElement<It2MeHostState> kIt2MeHostStates[] = {
239 void It2MeNativeMessagingHost::OnStateChanged(It2MeHostState state) {
307 It2MeHostState host_state) {
it2me_native_messaging_host_unittest.cc 88 void RunSetState(It2MeHostState state);
139 void MockIt2MeHost::RunSetState(It2MeHostState state) {
it2me_host.cc 373 void It2MeHost::SetState(It2MeHostState state) {

Completed in 36 milliseconds