Home
last modified time | relevance | path

Searched refs:IsOffTheRecord (Results 1 – 8 of 8) sorted by relevance

/third_party/cef/patch/patches/
Dstorage_incognito_2289.patch9 - if (!context->IsOffTheRecord() && io_thread_valid) {
10 + if (!context->GetPath().empty() && !context->IsOffTheRecord() &&
23 - if (IsOffTheRecord()) {
24 + if (IsOffTheRecord() || GetPath().empty()) {
54 - return StoragePartitionConfig("", "", browser_context->IsOffTheRecord());
55 + return StoragePartitionConfig("", "", browser_context->IsOffTheRecord() ||
Dservices_network_2718.patch33 + // CEF always returns false for IsOffTheRecord(), so also check the path.
34 + const bool is_incognito = browser_context_->IsOffTheRecord() ||
38 - GetPath(), browser_context_->IsOffTheRecord(),
Dchrome_browser_profile_menu.patch11 + (profile->IsOffTheRecord() &&
26 + (browser->profile()->IsOffTheRecord() &&
41 + (browser->profile()->IsOffTheRecord() &&
Dchrome_browser_content_settings.patch49 // the case where profile->IsOffTheRecord() is true? And what is the
/third_party/cef/libcef/browser/alloy/
Dchrome_profile_alloy.cc23 bool IsOffTheRecord() const override { in IsOffTheRecord() function in __anon82e1a8390111::CefVariationsClient
24 return browser_context_->IsOffTheRecord(); in IsOffTheRecord()
46 bool ChromeProfileAlloy::IsOffTheRecord() { in IsOffTheRecord() function in ChromeProfileAlloy
50 bool ChromeProfileAlloy::IsOffTheRecord() const { in IsOffTheRecord() function in ChromeProfileAlloy
Dchrome_profile_alloy.h27 bool IsOffTheRecord() override;
28 bool IsOffTheRecord() const override;
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch24934 DCHECK(profile->IsOffTheRecord());
24956 DCHECK(!profile->IsOffTheRecord());
25024 DCHECK(profile_->IsOffTheRecord());
25260 if (browser_context_->IsOffTheRecord() || !params_.link_url.is_valid())
30709 if (focused_frame && !web_contents_->GetBrowserContext()->IsOffTheRecord()) {
D0003-ohos-1115.patch38461 if (sb_service && !profile_->IsOffTheRecord()) {
42772 - !render_frame_host_->GetBrowserContext()->IsOffTheRecord()
42773 + !rfh->GetBrowserContext()->IsOffTheRecord()
42810 - !render_frame_host_->GetBrowserContext()->IsOffTheRecord()
42811 + !rfh->GetBrowserContext()->IsOffTheRecord()
43233 profile->IsOffTheRecord(), g_browser_process->variations_service(),
43994 ->IsOffTheRecord()) {