BluetoothAdapterWin   82 device/bluetooth/bluetooth_adapter_factory.cc     BluetoothAdapterWin* new_adapter = new BluetoothAdapterWin(
BluetoothAdapterWin   21 device/bluetooth/bluetooth_adapter_win.cc BluetoothAdapterWin::BluetoothAdapterWin(const InitCallback& init_callback)
BluetoothAdapterWin   31 device/bluetooth/bluetooth_adapter_win.cc BluetoothAdapterWin::~BluetoothAdapterWin() {
BluetoothAdapterWin   38 device/bluetooth/bluetooth_adapter_win.cc void BluetoothAdapterWin::AddObserver(BluetoothAdapter::Observer* observer) {
BluetoothAdapterWin   43 device/bluetooth/bluetooth_adapter_win.cc void BluetoothAdapterWin::RemoveObserver(BluetoothAdapter::Observer* observer) {
BluetoothAdapterWin   48 device/bluetooth/bluetooth_adapter_win.cc std::string BluetoothAdapterWin::GetAddress() const {
BluetoothAdapterWin   52 device/bluetooth/bluetooth_adapter_win.cc std::string BluetoothAdapterWin::GetName() const {
BluetoothAdapterWin   56 device/bluetooth/bluetooth_adapter_win.cc void BluetoothAdapterWin::SetName(const std::string& name,
BluetoothAdapterWin   64 device/bluetooth/bluetooth_adapter_win.cc bool BluetoothAdapterWin::IsInitialized() const {
BluetoothAdapterWin   68 device/bluetooth/bluetooth_adapter_win.cc bool BluetoothAdapterWin::IsPresent() const {
BluetoothAdapterWin   72 device/bluetooth/bluetooth_adapter_win.cc bool BluetoothAdapterWin::IsPowered() const {
BluetoothAdapterWin   76 device/bluetooth/bluetooth_adapter_win.cc void BluetoothAdapterWin::SetPowered(
BluetoothAdapterWin   83 device/bluetooth/bluetooth_adapter_win.cc bool BluetoothAdapterWin::IsDiscoverable() const {
BluetoothAdapterWin   88 device/bluetooth/bluetooth_adapter_win.cc void BluetoothAdapterWin::SetDiscoverable(
BluetoothAdapterWin   95 device/bluetooth/bluetooth_adapter_win.cc bool BluetoothAdapterWin::IsDiscovering() const {
BluetoothAdapterWin  100 device/bluetooth/bluetooth_adapter_win.cc void BluetoothAdapterWin::DiscoveryStarted(bool success) {
BluetoothAdapterWin  127 device/bluetooth/bluetooth_adapter_win.cc void BluetoothAdapterWin::DiscoveryStopped() {
BluetoothAdapterWin  147 device/bluetooth/bluetooth_adapter_win.cc void BluetoothAdapterWin::ReadLocalOutOfBandPairingData(
BluetoothAdapterWin  153 device/bluetooth/bluetooth_adapter_win.cc void BluetoothAdapterWin::RemovePairingDelegateInternal(
BluetoothAdapterWin  157 device/bluetooth/bluetooth_adapter_win.cc void BluetoothAdapterWin::AdapterStateChanged(
BluetoothAdapterWin  179 device/bluetooth/bluetooth_adapter_win.cc void BluetoothAdapterWin::DevicesDiscovered(
BluetoothAdapterWin  196 device/bluetooth/bluetooth_adapter_win.cc void BluetoothAdapterWin::DevicesUpdated(
BluetoothAdapterWin  209 device/bluetooth/bluetooth_adapter_win.cc void BluetoothAdapterWin::AddDiscoverySession(
BluetoothAdapterWin  222 device/bluetooth/bluetooth_adapter_win.cc void BluetoothAdapterWin::RemoveDiscoverySession(
BluetoothAdapterWin  233 device/bluetooth/bluetooth_adapter_win.cc void BluetoothAdapterWin::Init() {
BluetoothAdapterWin  241 device/bluetooth/bluetooth_adapter_win.cc void BluetoothAdapterWin::InitForTest(
BluetoothAdapterWin  251 device/bluetooth/bluetooth_adapter_win.cc void BluetoothAdapterWin::MaybePostStartDiscoveryTask() {
BluetoothAdapterWin  259 device/bluetooth/bluetooth_adapter_win.cc void BluetoothAdapterWin::MaybePostStopDiscoveryTask() {
BluetoothAdapterWin   32 device/bluetooth/bluetooth_adapter_win.h class BluetoothAdapterWin : public BluetoothAdapter,
BluetoothAdapterWin   91 device/bluetooth/bluetooth_adapter_win.h   explicit BluetoothAdapterWin(const InitCallback& init_callback);
BluetoothAdapterWin   92 device/bluetooth/bluetooth_adapter_win.h   virtual ~BluetoothAdapterWin();
BluetoothAdapterWin  133 device/bluetooth/bluetooth_adapter_win.h   base::WeakPtrFactory<BluetoothAdapterWin> weak_ptr_factory_;
BluetoothAdapterWin  135 device/bluetooth/bluetooth_adapter_win.h   DISALLOW_COPY_AND_ASSIGN(BluetoothAdapterWin);
BluetoothAdapterWin   94 device/bluetooth/bluetooth_adapter_win_unittest.cc         adapter_(new BluetoothAdapterWin(
BluetoothAdapterWin   97 device/bluetooth/bluetooth_adapter_win_unittest.cc         adapter_win_(static_cast<BluetoothAdapterWin*>(adapter_.get())),
BluetoothAdapterWin  150 device/bluetooth/bluetooth_adapter_win_unittest.cc   BluetoothAdapterWin* adapter_win_;
BluetoothAdapterWin   17 device/bluetooth/bluetooth_device_win.h class BluetoothAdapterWin;
BluetoothAdapterWin   79 device/bluetooth/bluetooth_device_win.h   friend class BluetoothAdapterWin;