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

  /external/chromium_org/device/bluetooth/
bluetooth_profile_win.cc 28 connection_callback_ = callback;
32 if (connection_callback_.is_null())
40 connection_callback_.Run(device, socket);
bluetooth_profile_mac.h 42 ConnectionCallback connection_callback_; member in class:device::BluetoothProfileMac
bluetooth_profile_win.h 33 ConnectionCallback connection_callback_; member in class:device::BluetoothProfileWin
bluetooth_profile_chromeos.h 116 ConnectionCallback connection_callback_; member in class:chromeos::BluetoothProfileChromeOS
bluetooth_profile_chromeos.cc 135 connection_callback_ = callback;
149 if (connection_callback_.is_null()) {
250 connection_callback_.Run(device, socket);
  /external/chromium_org/net/socket_stream/
socket_stream_unittest.cc 92 connection_callback_ = callback;
164 connection_callback_.Run(result);
181 CompletionCallback connection_callback_; member in class:net::__anon11400::SocketStreamEventRecorder
    [all...]

Completed in 107 milliseconds