Home | History | Annotate | Download | only in automation_internal

Lines Matching refs:automation_info

49                           const AutomationInfo* automation_info,
51 if (automation_info->desktop)
56 if (automation_info->matches.MatchesURL(url))
137 const AutomationInfo* automation_info = AutomationInfo::Get(extension());
138 EXTENSION_FUNCTION_VALIDATE(automation_info);
165 if (!CanRequestAutomation(extension(), automation_info, contents)) {
178 const AutomationInfo* automation_info = AutomationInfo::Get(extension());
179 EXTENSION_FUNCTION_VALIDATE(automation_info && automation_info->interact);
204 if (!CanRequestAutomation(extension(), automation_info, contents)) {
247 const AutomationInfo* automation_info = AutomationInfo::Get(extension());
248 if (!automation_info || !automation_info->desktop)