Searched defs:automation_info (Results 1 - 3 of 3) sorted by path

/external/chromium_org/chrome/browser/extensions/api/automation_internal/
H A Dautomation_internal_api.cc49 const AutomationInfo* automation_info,
51 if (automation_info->desktop)
56 if (automation_info->matches.MatchesURL(url))
137 const AutomationInfo* automation_info = AutomationInfo::Get(extension()); local
138 EXTENSION_FUNCTION_VALIDATE(automation_info);
165 if (!CanRequestAutomation(extension(), automation_info, contents)) {
178 const AutomationInfo* automation_info = AutomationInfo::Get(extension()); local
179 EXTENSION_FUNCTION_VALIDATE(automation_info && automation_info->interact);
204 if (!CanRequestAutomation(extension(), automation_info, content
48 CanRequestAutomation(const Extension* extension, const AutomationInfo* automation_info, const content::WebContents* contents) argument
247 const AutomationInfo* automation_info = AutomationInfo::Get(extension()); local
[all...]
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dautomation.cc43 scoped_ptr<const AutomationInfo> automation_info)
44 : automation_info_(automation_info.Pass()) {}
42 AutomationManifestPermission( scoped_ptr<const AutomationInfo> automation_info) argument
/external/chromium_org/chrome/renderer/extensions/
H A Dautomation_internal_custom_bindings.cc56 const AutomationInfo* automation_info = AutomationInfo::Get(extension); local
57 CHECK(automation_info);
59 v8::Boolean::New(GetIsolate(), automation_info->interact));

Completed in 297 milliseconds