Home
last modified time | relevance | path

Searched refs:bluetooth_context (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/settings/
H A Dsite_settings_handler.cc1455 auto* bluetooth_context = in ObserveSourcesForProfile() local
1457 if (!chooser_observer_.IsObserving(bluetooth_context)) in ObserveSourcesForProfile()
1458 chooser_observer_.Add(bluetooth_context); in ObserveSourcesForProfile()
1483 auto* bluetooth_context = in StopObservingSourcesForProfile() local
1485 if (chooser_observer_.IsObserving(bluetooth_context)) in StopObservingSourcesForProfile()
1486 chooser_observer_.Remove(bluetooth_context); in StopObservingSourcesForProfile()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/settings/
H A Dsite_settings_handler.cc1511 auto* bluetooth_context = in ObserveSourcesForProfile() local
1513 if (!chooser_observer_.IsObserving(bluetooth_context)) in ObserveSourcesForProfile()
1514 chooser_observer_.Add(bluetooth_context); in ObserveSourcesForProfile()
1539 auto* bluetooth_context = in StopObservingSourcesForProfile() local
1541 if (chooser_observer_.IsObserving(bluetooth_context)) in StopObservingSourcesForProfile()
1542 chooser_observer_.Remove(bluetooth_context); in StopObservingSourcesForProfile()