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

  /external/chromium_org/content/renderer/
dom_automation_controller.cc 21 DomAutomationController::DomAutomationController()
25 BindCallback("send", base::Bind(&DomAutomationController::Send,
28 base::Bind(&DomAutomationController::SetAutomationId,
30 BindCallback("sendJSON", base::Bind(&DomAutomationController::SendJSON,
32 BindCallback("sendWithId", base::Bind(&DomAutomationController::SendWithId,
36 void DomAutomationController::Send(const CppArgumentList& args,
103 void DomAutomationController::SendJSON(const CppArgumentList& args,
133 void DomAutomationController::SendWithId(const CppArgumentList& args,
156 void DomAutomationController::SetAutomationId
    [all...]
dom_automation_controller.h 11 /* DomAutomationController class:
12 Bound to Javascript window.domAutomationController object.
23 window.domAutomationController.send(object.nodeName); // get the tag name
26 refer AutomationProxyTest.*DomAutomationController tests.
49 - DAController = DomAutomationController
61 (4) A callback is generated as a result of domAutomationController.send()
78 class DomAutomationController : public webkit_glue::CppBoundClass {
80 DomAutomationController();
render_view_impl.h 136 class DomAutomationController;
    [all...]
render_view_impl.cc     [all...]

Completed in 859 milliseconds