BluetoothProfile   30 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc using device::BluetoothProfile;
BluetoothProfile  156 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc   BluetoothProfile::Options options;
BluetoothProfile  186 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc     const BluetoothProfile::Options& options,
BluetoothProfile  187 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc     const BluetoothProfile::ProfileCallback& callback) {
BluetoothProfile  188 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc   BluetoothProfile::Register(uuid_, options, callback);
BluetoothProfile  192 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc     BluetoothProfile* bluetooth_profile) {
BluetoothProfile  321 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc   BluetoothProfile* bluetooth_profile =
BluetoothProfile   86 chrome/browser/extensions/api/bluetooth/bluetooth_api.h       const device::BluetoothProfile::Options& options,
BluetoothProfile   87 chrome/browser/extensions/api/bluetooth/bluetooth_api.h       const device::BluetoothProfile::ProfileCallback& callback);
BluetoothProfile   90 chrome/browser/extensions/api/bluetooth/bluetooth_api.h   void OnProfileRegistered(device::BluetoothProfile* bluetooth_profile);
BluetoothProfile   31 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc using device::BluetoothProfile;
BluetoothProfile  119 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc   explicit TestBluetoothAddProfileFunction(BluetoothProfile* profile)
BluetoothProfile  129 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc       const device::BluetoothProfile::Options& options,
BluetoothProfile  130 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc       const device::BluetoothProfile::ProfileCallback& callback) OVERRIDE {
BluetoothProfile  136 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc   BluetoothProfile* profile_;
BluetoothProfile   49 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc   device::BluetoothProfile* profile;
BluetoothProfile  115 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc     device::BluetoothProfile* bluetooth_profile) {
BluetoothProfile  124 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc     device::BluetoothProfile* bluetooth_profile = iter->second.profile;
BluetoothProfile  178 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc device::BluetoothProfile* BluetoothEventRouter::GetProfile(
BluetoothProfile   31 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.h class BluetoothProfile;
BluetoothProfile   69 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.h                   device::BluetoothProfile* bluetooth_profile);
BluetoothProfile  100 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.h   device::BluetoothProfile* GetProfile(const device::BluetoothUUID& uuid) const;
BluetoothProfile   18 device/bluetooth/bluetooth_device.h class BluetoothProfile;
BluetoothProfile  338 device/bluetooth/bluetooth_device.h   virtual void ConnectToProfile(BluetoothProfile* profile,
BluetoothProfile  362 device/bluetooth/bluetooth_device_chromeos.cc     device::BluetoothProfile* profile,
BluetoothProfile  573 device/bluetooth/bluetooth_device_chromeos.cc     device::BluetoothProfile* profile,
BluetoothProfile  583 device/bluetooth/bluetooth_device_chromeos.cc     device::BluetoothProfile* profile,
BluetoothProfile   58 device/bluetooth/bluetooth_device_chromeos.h       device::BluetoothProfile* profile,
BluetoothProfile  141 device/bluetooth/bluetooth_device_chromeos.h   void OnConnectProfile(device::BluetoothProfile* profile,
BluetoothProfile  143 device/bluetooth/bluetooth_device_chromeos.h   void OnConnectProfileError(device::BluetoothProfile* profile,
BluetoothProfile   58 device/bluetooth/bluetooth_device_mac.h       device::BluetoothProfile* profile,
BluetoothProfile  182 device/bluetooth/bluetooth_device_win.cc     device::BluetoothProfile* profile,
BluetoothProfile   58 device/bluetooth/bluetooth_device_win.h       device::BluetoothProfile* profile,
BluetoothProfile   18 device/bluetooth/bluetooth_profile.cc BluetoothProfile::Options::Options()
BluetoothProfile   28 device/bluetooth/bluetooth_profile.cc BluetoothProfile::Options::~Options() {
BluetoothProfile   33 device/bluetooth/bluetooth_profile.cc BluetoothProfile::BluetoothProfile() {
BluetoothProfile   37 device/bluetooth/bluetooth_profile.cc BluetoothProfile::~BluetoothProfile() {
BluetoothProfile   43 device/bluetooth/bluetooth_profile.cc void BluetoothProfile::Register(const BluetoothUUID& uuid,
BluetoothProfile   51 device/bluetooth/bluetooth_profile.cc   BluetoothProfile* profile = NULL;
BluetoothProfile   57 device/bluetooth/bluetooth_profile.cc   BluetoothProfile* profile = NULL;
BluetoothProfile   33 device/bluetooth/bluetooth_profile.h class BluetoothProfile {
BluetoothProfile   81 device/bluetooth/bluetooth_profile.h   typedef base::Callback<void(BluetoothProfile*)> ProfileCallback;
BluetoothProfile  104 device/bluetooth/bluetooth_profile.h   BluetoothProfile();
BluetoothProfile  105 device/bluetooth/bluetooth_profile.h   virtual ~BluetoothProfile();
BluetoothProfile   38 device/bluetooth/bluetooth_profile_chromeos.cc using device::BluetoothProfile;
BluetoothProfile   73 device/bluetooth/bluetooth_profile_chromeos.cc     const device::BluetoothProfile::Options& options,
BluetoothProfile   33 device/bluetooth/bluetooth_profile_chromeos.h     : public device::BluetoothProfile,
BluetoothProfile   46 device/bluetooth/bluetooth_profile_chromeos.h   friend class BluetoothProfile;
BluetoothProfile   55 device/bluetooth/bluetooth_profile_chromeos.h             const device::BluetoothProfile::Options& options,
BluetoothProfile   28 device/bluetooth/bluetooth_profile_chromeos_unittest.cc using device::BluetoothProfile;
BluetoothProfile   95 device/bluetooth/bluetooth_profile_chromeos_unittest.cc   void ProfileCallback(BluetoothProfile* profile) {
BluetoothProfile  119 device/bluetooth/bluetooth_profile_chromeos_unittest.cc   BluetoothProfile* last_profile_;
BluetoothProfile  127 device/bluetooth/bluetooth_profile_chromeos_unittest.cc   BluetoothProfile::Options options;
BluetoothProfile  128 device/bluetooth/bluetooth_profile_chromeos_unittest.cc   BluetoothProfile::Register(
BluetoothProfile  136 device/bluetooth/bluetooth_profile_chromeos_unittest.cc   BluetoothProfile* profile = last_profile_;
BluetoothProfile  253 device/bluetooth/bluetooth_profile_chromeos_unittest.cc   BluetoothProfile::Options options;
BluetoothProfile  254 device/bluetooth/bluetooth_profile_chromeos_unittest.cc   BluetoothProfile::Register(
BluetoothProfile  262 device/bluetooth/bluetooth_profile_chromeos_unittest.cc   BluetoothProfile* profile = last_profile_;
BluetoothProfile   23 device/bluetooth/bluetooth_profile_mac.h class BluetoothProfileMac : public BluetoothProfile {
BluetoothProfile   36 device/bluetooth/bluetooth_profile_mac.h   friend BluetoothProfile;
BluetoothProfile   16 device/bluetooth/bluetooth_profile_win.cc     : BluetoothProfile(), uuid_(uuid), name_(name) {
BluetoothProfile   17 device/bluetooth/bluetooth_profile_win.h class BluetoothProfileWin : public BluetoothProfile {
BluetoothProfile   27 device/bluetooth/bluetooth_profile_win.h   friend BluetoothProfile;
BluetoothProfile   65 device/bluetooth/test/mock_bluetooth_device.h                void(BluetoothProfile*,
BluetoothProfile   13 device/bluetooth/test/mock_bluetooth_profile.h class MockBluetoothProfile : public BluetoothProfile {
BluetoothProfile   20 device/bluetooth/test/mock_bluetooth_profile.h                void(const BluetoothProfile::ConnectionCallback&));
BluetoothProfile  638 media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java                 android.bluetooth.BluetoothProfile.HEADSET);
BluetoothProfile  642 media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java                 android.bluetooth.BluetoothProfile.STATE_DISCONNECTED;
BluetoothProfile  650 media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java             android.bluetooth.BluetoothProfile.STATE_CONNECTED;
BluetoothProfile  751 media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java                     case android.bluetooth.BluetoothProfile.STATE_DISCONNECTED:
BluetoothProfile  760 media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java                     case android.bluetooth.BluetoothProfile.STATE_CONNECTED:
BluetoothProfile  766 media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java                     case android.bluetooth.BluetoothProfile.STATE_CONNECTING:
BluetoothProfile  769 media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java                     case android.bluetooth.BluetoothProfile.STATE_DISCONNECTING: