Home
last modified time | relevance | path

Searched refs:off_the_record (Results 1 – 25 of 132) sorted by relevance

123456

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/router/providers/extension/
H A Dextension_media_route_provider_proxy.cc40 bool off_the_record, in CreateRoute() argument
46 off_the_record, std::move(callback)), in CreateRoute()
56 bool off_the_record, in JoinRoute() argument
61 origin, tab_id, timeout, off_the_record, in JoinRoute()
73 bool off_the_record, in ConnectRouteByRouteId() argument
242 bool off_the_record, in DoCreateRoute() argument
246 off_the_record, std::move(callback)); in DoCreateRoute()
255 bool off_the_record, in DoJoinRoute() argument
258 tab_id, timeout, off_the_record, in DoJoinRoute()
269 bool off_the_record, in DoConnectRouteByRouteId() argument
[all …]
H A Dextension_media_route_provider_proxy.h52 bool off_the_record,
59 bool off_the_record,
67 bool off_the_record,
118 bool off_the_record,
125 bool off_the_record,
133 bool off_the_record,
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/test/app/
H A Dbrowsing_data_test_util.mm35 bool ClearBrowsingData(bool off_the_record, BrowsingDataRemoveMask mask) {
37 off_the_record ? chrome_test_util::GetCurrentIncognitoBrowserState()
58 return ClearBrowsingData(/*off_the_record=*/false,
63 return ClearBrowsingData(/*off_the_record=*/false,
67 bool ClearAllBrowsingData(bool off_the_record) {
68 return ClearBrowsingData(off_the_record, BrowsingDataRemoveMask::REMOVE_ALL);
88 bool ClearCertificatePolicyCache(bool off_the_record) {
89 ChromeBrowserState* browser_state = off_the_record
H A Dbrowsing_data_test_util.h26 bool ClearAllBrowsingData(bool off_the_record) WARN_UNUSED_RESULT;
34 bool ClearCertificatePolicyCache(bool off_the_record) WARN_UNUSED_RESULT;
/dports/sysutils/cfengine317/cfengine-3.17.0/libcfnet/
H A Dcfnet.h60 bool off_the_record : 1; member
70 f1->off_the_record == f2->off_the_record) in ConnectionFlagsEqual()
/dports/sysutils/cfengine316/cfengine-3.16.0/libcfnet/
H A Dcfnet.h60 bool off_the_record : 1; member
70 f1->off_the_record == f2->off_the_record) in ConnectionFlagsEqual()
/dports/sysutils/cfengine-devel/core-d08ae9eff/libcfnet/
H A Dcfnet.h60 bool off_the_record : 1; member
70 f1->off_the_record == f2->off_the_record) in ConnectionFlagsEqual()
/dports/sysutils/cfengine318/cfengine-3.18.1/libcfnet/
H A Dcfnet.h60 bool off_the_record : 1; member
70 f1->off_the_record == f2->off_the_record) in ConnectionFlagsEqual()
/dports/sysutils/cfengine/cfengine-3.19.0/libcfnet/
H A Dcfnet.h60 bool off_the_record : 1; member
70 f1->off_the_record == f2->off_the_record) in ConnectionFlagsEqual()
/dports/sysutils/cfengine319/cfengine-3.19.0/libcfnet/
H A Dcfnet.h60 bool off_the_record : 1; member
70 f1->off_the_record == f2->off_the_record) in ConnectionFlagsEqual()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/web/navigation/
H A Dwk_navigation_action_policy_util.mm22 WKNavigationActionPolicy GetAllowNavigationActionPolicy(bool off_the_record) {
26 // |off_the_record| is true to prevent sharing off the record state.
30 if (off_the_record && block_universal_links_enabled) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/password_manager/core/browser/
H A Dpassword_manager_metrics_util.cc193 bool off_the_record) { in LogPasswordDropdownShown() argument
197 off_the_record); in LogPasswordDropdownShown()
201 bool off_the_record) { in LogPasswordDropdownItemSelected() argument
205 off_the_record); in LogPasswordDropdownItemSelected()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/content_settings/core/browser/
H A Dcontent_settings_pref_provider.cc91 bool off_the_record, in PrefProvider() argument
94 off_the_record_(off_the_record), in PrefProvider()
161 bool off_the_record) const { in GetRuleIterator()
166 ->GetRuleIterator(resource_identifier, off_the_record); in GetRuleIterator()
H A Dcontent_settings_pref.h43 bool off_the_record,
50 bool off_the_record) const;
H A Dcontent_settings_pref_provider.h40 bool off_the_record,
48 bool off_the_record) const override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/content_settings/core/browser/
H A Dcontent_settings_pref.cc97 bool ShouldRemoveSetting(bool off_the_record, in ShouldRemoveSetting() argument
107 if (off_the_record) in ShouldRemoveSetting()
124 bool off_the_record, in ContentSettingsPref() argument
131 off_the_record_(off_the_record), in ContentSettingsPref()
147 bool off_the_record) const { in GetRuleIterator()
148 if (off_the_record) in GetRuleIterator()
H A Dcontent_settings_pref_provider.cc112 bool off_the_record, in PrefProvider() argument
116 off_the_record_(off_the_record), in PrefProvider()
175 bool off_the_record) const { in GetRuleIterator()
179 return GetPref(content_type)->GetRuleIterator(off_the_record); in GetRuleIterator()
H A Dcontent_settings_default_provider.h33 DefaultProvider(PrefService* prefs, bool off_the_record);
39 bool off_the_record) const override;
H A Dcontent_settings_pref.h42 bool off_the_record,
49 bool off_the_record) const;
H A Dcontent_settings_pref_provider.h40 bool off_the_record,
48 bool off_the_record) const override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/ntp/
H A Dnew_tab_page_coordinator_unittest.mm61 void CreateCoordinator(bool off_the_record) {
62 if (off_the_record) {
92 CreateCoordinator(/*off_the_record=*/false);
106 CreateCoordinator(/*off_the_record=*/true);
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/
H A Dpassword_manager_metrics_util.cc212 bool off_the_record) { in LogPasswordDropdownShown() argument
216 off_the_record); in LogPasswordDropdownShown()
220 bool off_the_record) { in LogPasswordDropdownItemSelected() argument
224 off_the_record); in LogPasswordDropdownItemSelected()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/web_test/browser/
H A Dweb_test_browser_context.cc39 WebTestBrowserContext::WebTestBrowserContext(bool off_the_record) in WebTestBrowserContext() argument
40 : ShellBrowserContext(off_the_record) { in WebTestBrowserContext()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/web_view/internal/
H A Dweb_view_browser_state.mm71 bool off_the_record,
74 off_the_record_(off_the_record),
79 DCHECK((!off_the_record && !recording_browser_state) ||
80 (off_the_record && recording_browser_state &&
101 if (off_the_record) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/task_manager/providers/
H A Dworker_task_provider.cc47 void WorkerTaskProvider::OnOffTheRecordProfileCreated(Profile* off_the_record) { in OnOffTheRecordProfileCreated() argument
50 OnProfileAdded(off_the_record); in OnOffTheRecordProfileCreated()

123456