Lines Matching refs:profile
14 #include "chrome/browser/profiles/profile.h"
49 Profile* profile, const std::string& extension_id) {
51 profile->GetExtensionService()->GetExtensionById(extension_id, false);
55 profile->GetExtensionService()->GetPropertyBag(extension));
62 Profile* profile, const std::string& extension_id) {
63 profile->GetExtensionEventRouter()->DispatchEventToExtension(
64 extension_id, events::kOnInputStarted, "[]", profile, GURL());
69 Profile* profile, const std::string& extension_id,
71 if (!profile->GetExtensionEventRouter()->ExtensionHasEventListener(
81 profile->GetExtensionEventRouter()->DispatchEventToExtension(
82 extension_id, events::kOnInputChanged, json_args, profile, GURL());
88 Profile* profile, const std::string& extension_id,
95 profile->GetExtensionEventRouter()->DispatchEventToExtension(
96 extension_id, events::kOnInputEntered, json_args, profile, GURL());
100 Source<Profile>(profile), NotificationService::NoDetails());
105 Profile* profile, const std::string& extension_id) {
106 profile->GetExtensionEventRouter()->DispatchEventToExtension(
107 extension_id, events::kOnInputCancelled, "[]", profile, GURL());
141 Source<Profile>(profile_),
172 Source<Profile>(profile_),
233 Profile* profile,
239 GetDefaultSuggestionForExtension(profile, keyword->GetExtensionId());