HomeSort by relevance Sort by last modified time
    Searched defs:SharkConnectionListener (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/pairing/
shark_connection_listener.cc 13 SharkConnectionListener::SharkConnectionListener(OnConnectedCallback callback)
20 SharkConnectionListener::~SharkConnectionListener() {
25 void SharkConnectionListener::PairingStageChanged(Stage new_stage) {
33 void SharkConnectionListener::ConfigureHost(
42 void SharkConnectionListener::EnrollHost(const std::string& auth_token) {
shark_connection_listener.h 20 class SharkConnectionListener : public HostPairingController::Observer {
25 explicit SharkConnectionListener(OnConnectedCallback callback);
26 virtual ~SharkConnectionListener();
43 DISALLOW_COPY_AND_ASSIGN(SharkConnectionListener);

Completed in 49 milliseconds