Home | History | Annotate | Download | only in extensions

Lines Matching full:profile

22 #include "chrome/browser/profiles/profile.h"
120 Source<Profile>(tab_contents_->profile()));
144 Profile* profile = tab_contents_->profile();
145 if (profile != NULL && profile->GetExtensionEventRouter()) {
152 profile->GetExtensionEventRouter()->DispatchEventToExtension(
153 extension_id_, keys::kOnDetach, json_args, profile, GURL());
206 Profile* profile = tab_contents_->profile();
207 if (profile == NULL || !profile->GetExtensionEventRouter())
231 profile->GetExtensionEventRouter()->DispatchEventToExtension(
232 extension_id_, keys::kOnEvent, json_args, profile, GURL());
253 tab_id, profile(), include_incognito(), NULL, NULL, &wrapper, NULL);