Home | History | Annotate | Download | only in extensions

Lines Matching full:profile

18 #include "chrome/browser/profiles/profile.h"
128 profile_(site_instance->browsing_instance()->profile()),
151 // Listen for when an extension is unloaded from the same profile, as it may
154 Source<Profile>(profile_));
160 Source<Profile>(profile_),
267 Source<Profile>(profile_),
291 RenderViewHostDelegateHelper::UpdateInspectorSetting(profile(), key, value);
295 RenderViewHostDelegateHelper::ClearInspectorSettings(profile());
319 Source<Profile>(profile_),
384 Source<Profile>(profile_),
424 Source<Profile>(profile_),
501 Source<Profile>(profile_),
506 RendererPreferences ExtensionHost::GetRendererPrefs(Profile* profile) const {
513 GetRendererPrefs(profile);
515 renderer_preferences_util::UpdateFromSystemSettings(&preferences, profile);
520 Profile* profile = render_view_host()->process()->profile();
522 RenderViewHostDelegateHelper::GetWebkitPrefs(profile,
564 // TODO(aa): Use the browser's profile if the extension is split mode
568 render_view_host()->process()->profile(),
571 render_view_host()->process()->profile(), url_),
609 contents->profile(),
625 // associated tab contents has the same profile as the new tab contents. In
631 associated_contents->profile() == contents->profile()) {
638 // profile, try finding an open window. Again, we must make sure to find a
639 // window with the correct profile.
641 contents->profile(),
645 // If there's no Browser open with the right profile, create a new one.
647 browser = Browser::Create(contents->profile());
752 Source<Profile>(profile_),
839 file_select_helper_.reset(new FileSelectHelper(profile()));