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

  /external/chromium_org/components/copresence/public/
copresence_delegate.h 20 class WhispernetClient;
43 virtual WhispernetClient* GetWhispernetClient() = 0;
whispernet_client.h 32 class WhispernetClient {
73 virtual ~WhispernetClient() {}
  /external/chromium_org/chrome/browser/extensions/api/copresence_private/
copresence_private_api.h 11 class WhispernetClient;
18 copresence::WhispernetClient* GetWhispernetClient();
copresence_private_api.cc 21 copresence::WhispernetClient* CopresencePrivateFunction::GetWhispernetClient() {
  /external/chromium_org/chrome/browser/extensions/api/copresence/
copresence_api.h 22 class WhispernetClient;
39 copresence::WhispernetClient* whispernet_client();
66 virtual copresence::WhispernetClient* GetWhispernetClient() OVERRIDE;
78 scoped_ptr<copresence::WhispernetClient> whispernet_client_;
copresence_api.cc 46 copresence::WhispernetClient* CopresenceService::whispernet_client() {
119 copresence::WhispernetClient* CopresenceService::GetWhispernetClient() {
  /external/chromium_org/chrome/browser/copresence/
chrome_whispernet_client_browsertest.cc 26 copresence::WhispernetClient* GetWhispernetClient(
67 copresence::WhispernetClient* client = GetWhispernetClient(context_);
83 copresence::WhispernetClient* client = GetWhispernetClient(context_);
110 copresence::WhispernetClient* client = GetWhispernetClient(context_);
chrome_whispernet_client.h 33 class ChromeWhispernetClient : public copresence::WhispernetClient {
39 // WhispernetClient overrides:
  /external/chromium_org/components/copresence/rpc/
rpc_handler.h 121 const WhispernetClient::SamplesCallback& samples_callback);
rpc_handler.cc 169 WhispernetClient::TokensCallback());
238 WhispernetClient* whispernet_client = delegate_->GetWhispernetClient();
243 base::Bind(&WhispernetClient::DecodeSamples,
490 const WhispernetClient::SamplesCallback& samples_callback) {
491 WhispernetClient* whispernet_client = delegate_->GetWhispernetClient();
rpc_handler_unittest.cc 163 virtual WhispernetClient* GetWhispernetClient() OVERRIDE {

Completed in 1847 milliseconds