Home
last modified time | relevance | path

Searched refs:It2MeHostState (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/remoting/host/it2me/
Dit2me_host.h31 enum It2MeHostState { enum
54 virtual void OnStateChanged(It2MeHostState state) = 0;
82 void SetStateForTesting(It2MeHostState state) { SetState(state); } in SetStateForTesting()
97 void SetState(It2MeHostState state);
138 It2MeHostState state_;
Dit2me_native_messaging_host.h40 virtual void OnStateChanged(It2MeHostState state) OVERRIDE;
42 static std::string HostStateToString(It2MeHostState host_state);
67 It2MeHostState state_;
Dit2me_native_messaging_host.cc30 const remoting::protocol::NameMapElement<It2MeHostState> kIt2MeHostStates[] = {
231 void It2MeNativeMessagingHost::OnStateChanged(It2MeHostState state) { in OnStateChanged()
298 It2MeHostState host_state) { in HostStateToString()
Dit2me_native_messaging_host_unittest.cc88 void RunSetState(It2MeHostState state);
139 void MockIt2MeHost::RunSetState(It2MeHostState state) { in RunSetState()
Dit2me_host.cc375 void It2MeHost::SetState(It2MeHostState state) { in SetState()
/external/chromium_org/remoting/host/plugin/
Dhost_script_object.h163 virtual void OnStateChanged(It2MeHostState state) OVERRIDE;
273 It2MeHostState state_;
Dhost_script_object.cc869 void HostNPScriptObject::OnStateChanged(It2MeHostState state) { in OnStateChanged()