Home
last modified time | relevance | path

Searched refs:hid_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.cc1449 auto* hid_context = HidChooserContextFactory::GetForProfile(profile); in ObserveSourcesForProfile() local
1450 if (!chooser_observer_.IsObserving(hid_context)) in ObserveSourcesForProfile()
1451 chooser_observer_.Add(hid_context); in ObserveSourcesForProfile()
1477 auto* hid_context = HidChooserContextFactory::GetForProfile(profile); in StopObservingSourcesForProfile() local
1478 if (chooser_observer_.IsObserving(hid_context)) in StopObservingSourcesForProfile()
1479 chooser_observer_.Remove(hid_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.cc1505 auto* hid_context = HidChooserContextFactory::GetForProfile(profile); in ObserveSourcesForProfile() local
1506 if (!chooser_observer_.IsObserving(hid_context)) in ObserveSourcesForProfile()
1507 chooser_observer_.Add(hid_context); in ObserveSourcesForProfile()
1533 auto* hid_context = HidChooserContextFactory::GetForProfile(profile); in StopObservingSourcesForProfile() local
1534 if (chooser_observer_.IsObserving(hid_context)) in StopObservingSourcesForProfile()
1535 chooser_observer_.Remove(hid_context); in StopObservingSourcesForProfile()