Home | History | Annotate | Download | only in renderer

Lines Matching defs:DomAutomationController

12 /* DomAutomationController class:
13 Bound to Javascript window.domAutomationController object.
24 window.domAutomationController.send(object.nodeName); // get the tag name
27 refer AutomationProxyTest.*DomAutomationController tests.
50 - DAController = DomAutomationController
62 (4) A callback is generated as a result of domAutomationController.send()
86 class DomAutomationController : public gin::Wrappable<DomAutomationController>,
109 explicit DomAutomationController(RenderFrame* render_view);
110 virtual ~DomAutomationController();
121 DISALLOW_COPY_AND_ASSIGN(DomAutomationController);