Home | History | Annotate | Download | only in extensions

Lines Matching full:profile

17 #include "chrome/browser/profiles/profile.h"
61 ExtensionWebUIImageLoadingTracker(Profile* profile,
69 ExtensionService* service = profile->GetExtensionService();
133 ExtensionService* service = tab_contents->profile()->GetExtensionService();
240 bool ExtensionWebUI::HandleChromeURLOverride(GURL* url, Profile* profile) {
245 profile->GetPrefs()->GetDictionary(kExtensionURLOverrides);
251 ExtensionService* service = profile->GetExtensionService();
263 UnregisterChromeURLOverride(page, profile, val);
269 UnregisterChromeURLOverride(page, profile, val);
280 UnregisterChromeURLOverride(page, profile, val);
289 if (profile->IsOffTheRecord() && !incognito_override_allowed) {
302 Profile* profile, const Extension::URLOverrideMap& overrides) {
306 PrefService* prefs = profile->GetPrefs();
345 Profile* profile, ListValue* list, Value* override) {
352 if (tab->profile() != profile)
368 Profile* profile, Value* override) {
371 PrefService* prefs = profile->GetPrefs();
380 UnregisterAndReplaceOverride(page, profile, page_overrides, override);
386 Profile* profile, const Extension::URLOverrideMap& overrides) {
389 PrefService* prefs = profile->GetPrefs();
402 UnregisterAndReplaceOverride(iter->first, profile,
409 void ExtensionWebUI::GetFaviconForURL(Profile* profile,
413 new ExtensionWebUIImageLoadingTracker(profile, request, page_url);