Searched refs:IsOffTheRecord (Results 1 – 8 of 8) sorted by relevance
9 - 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() ||
33 + // CEF always returns false for IsOffTheRecord(), so also check the path.34 + const bool is_incognito = browser_context_->IsOffTheRecord() ||38 - GetPath(), browser_context_->IsOffTheRecord(),
11 + (profile->IsOffTheRecord() &&26 + (browser->profile()->IsOffTheRecord() &&41 + (browser->profile()->IsOffTheRecord() &&
49 // the case where profile->IsOffTheRecord() is true? And what is the
23 bool IsOffTheRecord() const override { in IsOffTheRecord() function in __anon82e1a8390111::CefVariationsClient24 return browser_context_->IsOffTheRecord(); in IsOffTheRecord()46 bool ChromeProfileAlloy::IsOffTheRecord() { in IsOffTheRecord() function in ChromeProfileAlloy50 bool ChromeProfileAlloy::IsOffTheRecord() const { in IsOffTheRecord() function in ChromeProfileAlloy
27 bool IsOffTheRecord() override;28 bool IsOffTheRecord() const override;
24934 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()) {
38461 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()) {