Home
last modified time | relevance | path

Searched refs:profile_ (Results 1 – 15 of 15) sorted by relevance

/third_party/cef/libcef/browser/chrome/
Dchrome_browser_context.cc23 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 …]
Dchrome_browser_context.h44 Profile* profile_ = nullptr; variable
/third_party/node/deps/v8/tools/
Dtickprocessor.mjs632 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/
Dchrome_browser_themes.patch37 extensions::ExtensionSystem::Get(profile_)->ready().Post(
43 std::make_unique<ThemeSyncableService>(profile_, this);
Dchrome_browser_profiles.patch152 RendererUpdater::RendererUpdater(Profile* profile) : profile_(profile) {
161 ash::OAuth2LoginManagerFactory::GetForProfile(profile_);
Dservices_network_2622.patch19 + PrefService* prefs = profile_->GetPrefs();
Dprint_preview_123.patch211 DownloadPrefs* download_prefs = DownloadPrefs::FromBrowserContext(profile_);
/third_party/cef/libcef/browser/net/
Dchrome_scheme_handler.cc454 : 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/
Dvp8i_dec.h72 uint8_t profile_; member
Dvp8_dec.c287 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/
Dvp8i_enc.h354 int profile_; // VP8's profile, deduced from Config. member
Dsyntax_enc.c175 err = PutVP8FrameHeader(pic, enc->profile_, size0); in PutWebPHeaders()
Dwebp_enc.c232 enc->profile_ = use_filter ? ((config->filter_type == 1) ? 0 : 1) : 2; in InitVP8Encoder()
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch24423 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 …]
D0003-ohos-1115.patch38078 : 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 …]