Home | History | Annotate | Download | only in tab_contents

Lines Matching refs:profile

9 #include "chrome/browser/profiles/profile.h"
30 Profile* profile = site_instance->browsing_instance()->profile();
39 // Register for our parent profile to shutdown, so we can shut ourselves down
43 Source<Profile>(profile));
55 Profile* profile = render_view_host_->process()->profile();
58 Source<Profile>(profile),
99 Profile* profile = render_view_host->process()->profile();
102 Source<Profile>(profile),
162 Profile* profile = render_view_host_->process()->profile();
163 RenderViewHostDelegateHelper::UpdateInspectorSetting(profile, key, value);
167 Profile* profile = render_view_host_->process()->profile();
168 RenderViewHostDelegateHelper::ClearInspectorSettings(profile);
172 Profile* profile = render_view_host->process()->profile();
175 Source<Profile>(profile),
183 Profile* profile = rvh->process()->profile();
186 Source<Profile>(profile),
197 Profile* profile) const {
199 renderer_preferences_util::UpdateFromSystemSettings(&preferences, profile);
206 Profile* profile = render_view_host_->process()->profile();
207 return RenderViewHostDelegateHelper::GetWebkitPrefs(profile,
225 render_view_host_->process()->profile(),
228 render_view_host_->process()->profile(), url_),