HomeSort by relevance Sort by last modified time
    Searched refs:automation_info (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/automation_internal/
automation_internal_api.cc 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()); 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, contents))
247 const AutomationInfo* automation_info = AutomationInfo::Get(extension()); local
    [all...]
  /external/chromium_org/chrome/renderer/extensions/
automation_internal_custom_bindings.cc 56 const AutomationInfo* automation_info = AutomationInfo::Get(extension); local
57 CHECK(automation_info);
59 v8::Boolean::New(GetIsolate(), automation_info->interact));
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
automation.cc 43 scoped_ptr<const AutomationInfo> automation_info)
44 : automation_info_(automation_info.Pass()) {}

Completed in 1143 milliseconds