HomeSort by relevance Sort by last modified time
    Searched defs:automation (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/renderer/resources/extensions/
automation_custom_bindings.js 5 // Custom bindings for the automation API.
8 var automation = require('binding').Binding.create('automation'); variable
21 // TODO(dtseng): Move out to automation/automation_util.js or as a static member
33 automation.registerCustomHook(function(bindingsAPI) {
143 exports.binding = automation.generate();
145 // Add additional accessibility bindings not specified in the automation IDL.
146 // Accessibility and automation share some APIs (see
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
automation.cc 5 #include "chrome/common/extensions/manifest_handlers/automation.h"
30 "Cannot specify matches for Automation if desktop=true is specified; "
38 using api::manifest_types::Automation;
174 const base::Value* automation = NULL; local
175 CHECK(extension->manifest()->Get(keys::kAutomation, &automation));
178 AutomationInfo::FromValue(*automation, &install_warnings, error);
222 scoped_ptr<Automation> automation = Automation::FromValue(value, error); local
223 if (!automation)
    [all...]
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 178 milliseconds