Searched refs:PostChromotingMessage (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/remoting/client/plugin/ |
D | chromoting_instance.cc | 230 PostChromotingMessage("hello", data.Pass()); in ChromotingInstance() 382 PostChromotingMessage("onDesktopSize", data.Pass()); in SetDesktopSize() 404 PostChromotingMessage("onDesktopShape", data.Pass()); in SetDesktopShape() 413 PostChromotingMessage("onConnectionStatus", data.Pass()); in OnConnectionState() 430 PostChromotingMessage("fetchThirdPartyToken", data.Pass()); in FetchThirdPartyToken() 436 PostChromotingMessage("onConnectionReady", data.Pass()); in OnConnectionReady() 442 PostChromotingMessage("setCapabilities", data.Pass()); in SetCapabilities() 450 PostChromotingMessage("pairingResponse", data.Pass()); in SetPairingResponse() 458 PostChromotingMessage("extensionMessage", data.Pass()); in DeliverHostMessage() 471 PostChromotingMessage("fetchPin", data.Pass()); in FetchSecretFromDialog() [all …]
|
D | chromoting_instance.h | 210 void PostChromotingMessage(const std::string& method,
|