/third_party/cef/libcef/browser/chrome/ |
D | chrome_browser_context.cc | 23 return profile_; in AsBrowserContext() 28 return profile_; in AsProfile() 34 return !!profile_; in IsInitialized() 92 ->DestroyOffTheRecordProfile(profile_); in Shutdown() 93 } else if (profile_) { in Shutdown() 94 OnProfileWillBeDestroyed(profile_); in Shutdown() 107 CHECK(!profile_); in ProfileCreated() 117 profile_ = parent_profile->GetOffTheRecordProfile( in ProfileCreated() 119 otr_profile = static_cast<OffTheRecordProfileImpl*>(profile_); in ProfileCreated() 122 } else if (profile && !profile_) { in ProfileCreated() [all …]
|
D | chrome_browser_context.h | 44 Profile* profile_ = nullptr; variable
|
/third_party/node/deps/v8/tools/ |
D | tickprocessor.mjs | 632 this.profile_ = new JsonProfile(); 634 this.profile_ = new V8Profile(separateIc, separateBytecodes, 719 const entry = this.profile_.addLibrary(name, startAddr, endAddr, aslrSlide); 723 this.profile_.addStaticCode(fName, fStart, fEnd); 732 this.profile_.addFuncCode(type, name, timestamp, start, size, funcAddr, state); 734 this.profile_.addCode(type, name, timestamp, start, size); 741 this.profile_.deoptCode(timestamp, code, inliningId, scriptOffset, 746 this.profile_.moveCode(from, to); 750 this.profile_.deleteCode(start); 756 this.profile_.addSourcePositions(start, script, startPos, [all …]
|
/third_party/cef/patch/patches/ |
D | chrome_browser_themes.patch | 37 extensions::ExtensionSystem::Get(profile_)->ready().Post( 43 std::make_unique<ThemeSyncableService>(profile_, this);
|
D | chrome_browser_profiles.patch | 152 RendererUpdater::RendererUpdater(Profile* profile) : profile_(profile) { 161 ash::OAuth2LoginManagerFactory::GetForProfile(profile_);
|
D | services_network_2622.patch | 19 + PrefService* prefs = profile_->GetPrefs();
|
D | print_preview_123.patch | 211 DownloadPrefs* download_prefs = DownloadPrefs::FromBrowserContext(profile_);
|
/third_party/cef/libcef/browser/net/ |
D | chrome_scheme_handler.cc | 454 : host_(host), host_id_(host_id), profile_(profile) { in CefURLDataSource() 466 handled = OnVersionUI(profile_, &mime_type_, &output_->data()); in CefURLDataSource() 501 Profile* const profile_; member in scheme::__anon7b4fc5200111::CefURLDataSource
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | vp8i_dec.h | 72 uint8_t profile_; member
|
D | vp8_dec.c | 287 frm_hdr->profile_ = (bits >> 1) & 7; in VP8GetHeaders() 290 if (frm_hdr->profile_ > 3) { in VP8GetHeaders()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | vp8i_enc.h | 354 int profile_; // VP8's profile, deduced from Config. member
|
D | syntax_enc.c | 175 err = PutVP8FrameHeader(pic, enc->profile_, size0); in PutWebPHeaders()
|
D | webp_enc.c | 232 enc->profile_ = use_filter ? ((config->filter_type == 1) ? 0 : 1) : 2; in InitVP8Encoder()
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 24423 Profile* profile_; 24434 - profile_(profile), 24435 + profile_(profile) 24440 GetOrCreateForBrowserContext(profile_)) { 24457 (Profile::FromBrowserContext(host->GetBrowserContext()) == profile_ && 24458 DevToolsWindow::AllowDevToolsFor(profile_, host->GetWebContents())); 24967 - if (i->profile_ == profile) { 24968 - i->profile_ = nullptr; 24977 - : profile_(profile) { 24981 + : profile_(profile->GetWeakPtr()), [all …]
|
D | 0003-ohos-1115.patch | 38078 : profile_(profile), 38085 pref_change_registrar_->Init(profile_->GetPrefs()); 38237 const raw_ptr<Profile> profile_; 38461 if (sb_service && !profile_->IsOffTheRecord()) { 38678 @@ -256,6 +256,7 @@ DownloadPrefs::DownloadPrefs(Profile* profile) : profile_(profile) { 38686 @@ -264,6 +265,7 @@ DownloadPrefs::DownloadPrefs(Profile* profile) : profile_(profile) { 38852 profile_ = Profile::FromBrowserContext(web_contents->GetBrowserContext()); 38872 profile_, url_, "Text data", std::string(), "text/plain", 38900 profile_, url_, path.AsUTF8Unsafe(), file_info_[index].sha256, 38955 return safe_browsing::BinaryUploadServiceFactory::GetForProfile(profile_); [all …]
|