Searched defs:DomAutomationController (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/
H A Ddom_automation_controller.h12 /* DomAutomationController class:
27 refer AutomationProxyTest.*DomAutomationController tests.
50 - DAController = DomAutomationController
86 class DomAutomationController : public gin::Wrappable<DomAutomationController>, class in namespace:content
109 explicit DomAutomationController(RenderFrame* render_view);
110 virtual ~DomAutomationController();
121 DISALLOW_COPY_AND_ASSIGN(DomAutomationController);
H A Ddom_automation_controller.cc20 gin::WrapperInfo DomAutomationController::kWrapperInfo = {
24 void DomAutomationController::Install(RenderFrame* render_frame,
34 gin::Handle<DomAutomationController> controller =
35 gin::CreateHandle(isolate, new DomAutomationController(render_frame));
44 DomAutomationController::DomAutomationController(RenderFrame* render_frame) function in class:content::DomAutomationController
47 DomAutomationController::~DomAutomationController() {}
49 gin::ObjectTemplateBuilder DomAutomationController::GetObjectTemplateBuilder(
51 return gin::Wrappable<DomAutomationController>
[all...]

Completed in 754 milliseconds