Home | History | Annotate | Download | only in extensions

Lines Matching full:profile

15 #include "chrome/browser/profiles/profile.h"
47 Source<Profile>(source).ptr(),
57 Profile* profile,
65 extension_cookies_helpers::GetStoreIdFromProfile(profile)));
101 DispatchEvent(profile, keys::kOnChanged, json_args, cookie_domain);
104 void ExtensionCookiesEventRouter::DispatchEvent(Profile* profile,
108 if (profile && profile->GetExtensionEventRouter()) {
109 profile->GetExtensionEventRouter()->DispatchEventToRenderers(
110 event_name, json_args, profile, cookie_domain);
140 Profile* store_profile = NULL;
149 store_id_value, profile(), include_incognito());
164 store_profile = current_browser->profile();
469 Profile* original_profile = profile();
472 Profile* incognito_profile = NULL;
474 if (include_incognito() && profile()->HasOffTheRecordProfile()) {
475 incognito_profile = profile()->GetOffTheRecordProfile();
487 if (browser->profile() == original_profile) {
491 browser->profile() == incognito_profile) {