BluetoothDiscoverySession   29 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc using device::BluetoothDiscoverySession;
BluetoothDiscoverySession   85 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc           scoped_ptr<BluetoothDiscoverySession>(mock_session_.release()));
BluetoothDiscoverySession  174 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc   device::BluetoothDiscoverySession* session = iter->second;
BluetoothDiscoverySession  315 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc       device::BluetoothDiscoverySession* session = iter->second;
BluetoothDiscoverySession  463 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc     scoped_ptr<device::BluetoothDiscoverySession> discovery_session) {
BluetoothDiscoverySession   30 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.h class BluetoothDiscoverySession;
BluetoothDiscoverySession  174 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.h       scoped_ptr<device::BluetoothDiscoverySession> discovery_session);
BluetoothDiscoverySession  196 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.h   typedef std::map<std::string, device::BluetoothDiscoverySession*>
BluetoothDiscoverySession 1341 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc     scoped_ptr<device::BluetoothDiscoverySession> discovery_session) {
BluetoothDiscoverySession  239 chrome/browser/ui/ash/system_tray_delegate_chromeos.h       scoped_ptr<device::BluetoothDiscoverySession> discovery_session);
BluetoothDiscoverySession  277 chrome/browser/ui/ash/system_tray_delegate_chromeos.h   scoped_ptr<device::BluetoothDiscoverySession> bluetooth_discovery_session_;
BluetoothDiscoverySession  262 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc     scoped_ptr<device::BluetoothDiscoverySession> discovery_session) {
BluetoothDiscoverySession  163 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.h       scoped_ptr<device::BluetoothDiscoverySession> discovery_session);
BluetoothDiscoverySession  229 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.h   scoped_ptr<device::BluetoothDiscoverySession> discovery_session_;
BluetoothDiscoverySession  105 device/bluetooth/bluetooth_adapter.cc   scoped_ptr<BluetoothDiscoverySession> discovery_session(
BluetoothDiscoverySession  106 device/bluetooth/bluetooth_adapter.cc       new BluetoothDiscoverySession(scoped_refptr<BluetoothAdapter>(this)));
BluetoothDiscoverySession  116 device/bluetooth/bluetooth_adapter.cc   std::set<BluetoothDiscoverySession*> temp(discovery_sessions_);
BluetoothDiscoverySession  117 device/bluetooth/bluetooth_adapter.cc   for (std::set<BluetoothDiscoverySession*>::iterator
BluetoothDiscoverySession  125 device/bluetooth/bluetooth_adapter.cc     BluetoothDiscoverySession* discovery_session) {
BluetoothDiscoverySession   21 device/bluetooth/bluetooth_adapter.h class BluetoothDiscoverySession;
BluetoothDiscoverySession  159 device/bluetooth/bluetooth_adapter.h   typedef base::Callback<void(scoped_ptr<BluetoothDiscoverySession>)>
BluetoothDiscoverySession  212 device/bluetooth/bluetooth_adapter.h   friend class BluetoothDiscoverySession;
BluetoothDiscoverySession  269 device/bluetooth/bluetooth_adapter.h       BluetoothDiscoverySession* discovery_session);
BluetoothDiscoverySession  290 device/bluetooth/bluetooth_adapter.h   std::set<BluetoothDiscoverySession*> discovery_sessions_;
BluetoothDiscoverySession   27 device/bluetooth/bluetooth_chromeos_unittest.cc using device::BluetoothDiscoverySession;
BluetoothDiscoverySession  255 device/bluetooth/bluetooth_chromeos_unittest.cc     for (ScopedVector<BluetoothDiscoverySession>::iterator iter =
BluetoothDiscoverySession  259 device/bluetooth/bluetooth_chromeos_unittest.cc       BluetoothDiscoverySession* session = *iter;
BluetoothDiscoverySession  283 device/bluetooth/bluetooth_chromeos_unittest.cc       scoped_ptr<BluetoothDiscoverySession> discovery_session) {
BluetoothDiscoverySession  380 device/bluetooth/bluetooth_chromeos_unittest.cc   ScopedVector<BluetoothDiscoverySession> discovery_sessions_;
BluetoothDiscoverySession   12 device/bluetooth/bluetooth_discovery_session.cc BluetoothDiscoverySession::BluetoothDiscoverySession(
BluetoothDiscoverySession   18 device/bluetooth/bluetooth_discovery_session.cc BluetoothDiscoverySession::BluetoothDiscoverySession()
BluetoothDiscoverySession   21 device/bluetooth/bluetooth_discovery_session.cc BluetoothDiscoverySession::~BluetoothDiscoverySession() {
BluetoothDiscoverySession   31 device/bluetooth/bluetooth_discovery_session.cc bool BluetoothDiscoverySession::IsActive() const {
BluetoothDiscoverySession   35 device/bluetooth/bluetooth_discovery_session.cc void BluetoothDiscoverySession::Stop(
BluetoothDiscoverySession   46 device/bluetooth/bluetooth_discovery_session.cc       base::Bind(&BluetoothDiscoverySession::OnStop,
BluetoothDiscoverySession   52 device/bluetooth/bluetooth_discovery_session.cc void BluetoothDiscoverySession::OnStop(const base::Closure& callback) {
BluetoothDiscoverySession   57 device/bluetooth/bluetooth_discovery_session.cc void BluetoothDiscoverySession::MarkAsInactive() {
BluetoothDiscoverySession   28 device/bluetooth/bluetooth_discovery_session.h class BluetoothDiscoverySession {
BluetoothDiscoverySession   39 device/bluetooth/bluetooth_discovery_session.h   virtual ~BluetoothDiscoverySession();
BluetoothDiscoverySession   61 device/bluetooth/bluetooth_discovery_session.h   BluetoothDiscoverySession();  // Called by mock.
BluetoothDiscoverySession   65 device/bluetooth/bluetooth_discovery_session.h   explicit BluetoothDiscoverySession(scoped_refptr<BluetoothAdapter> adapter);
BluetoothDiscoverySession   83 device/bluetooth/bluetooth_discovery_session.h   base::WeakPtrFactory<BluetoothDiscoverySession> weak_ptr_factory_;
BluetoothDiscoverySession   85 device/bluetooth/bluetooth_discovery_session.h   DISALLOW_COPY_AND_ASSIGN(BluetoothDiscoverySession);
BluetoothDiscoverySession   16 device/bluetooth/test/mock_bluetooth_discovery_session.h class MockBluetoothDiscoverySession : public BluetoothDiscoverySession {