Home | History | Annotate | Download | only in extensions

Lines Matching refs:extension_id

49     Profile* profile, const std::string& extension_id) {
51 profile->GetExtensionService()->GetExtensionById(extension_id, false);
62 Profile* profile, const std::string& extension_id) {
64 extension_id, events::kOnInputStarted, "[]", profile, GURL());
69 Profile* profile, const std::string& extension_id,
72 extension_id, events::kOnInputChanged))
82 extension_id, events::kOnInputChanged, json_args, profile, GURL());
88 Profile* profile, const std::string& extension_id,
96 extension_id, events::kOnInputEntered, json_args, profile, GURL());
105 Profile* profile, const std::string& extension_id) {
107 extension_id, events::kOnInputCancelled, "[]", profile, GURL());