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

  /external/chromium_org/device/bluetooth/
bluetooth_device_chromeos.cc 259 return !confirmation_callback_.is_null();
322 if (!agent_.get() || confirmation_callback_.is_null())
325 confirmation_callback_.Run(SUCCESS);
326 confirmation_callback_.Reset();
430 confirmation_callback_.Reset();
521 DCHECK(confirmation_callback_.is_null());
522 confirmation_callback_ = callback;
736 DCHECK(confirmation_callback_.is_null());
800 if (!confirmation_callback_.is_null()) {
801 confirmation_callback_.Run(status)
    [all...]
bluetooth_device_chromeos.h 212 ConfirmationCallback confirmation_callback_; member in class:chromeos::BluetoothDeviceChromeOS

Completed in 113 milliseconds