HomeSort by relevance Sort by last modified time
    Searched full:automation_id_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/renderer/
dom_automation_controller.cc 45 : RenderFrameObserver(render_frame), automation_id_(MSG_ROUTING_NONE) {}
65 if (automation_id_ == MSG_ROUTING_NONE)
91 routing_id(), json, automation_id_));
93 automation_id_ = MSG_ROUTING_NONE;
101 if (automation_id_ == MSG_ROUTING_NONE)
104 routing_id(), json, automation_id_));
106 automation_id_ = MSG_ROUTING_NONE;
119 automation_id_ = automation_id;
dom_automation_controller.h 56 message. A unique routing id is generated at this stage (automation_id_)
57 (2) The automation_id_ of step (1) is supplied to DAController by calling
65 stored automation_id_ as an IPC message. The frame_'s RenderFrameImpl is
67 (6) The value and the automation_id_ is extracted out of the message received
69 automation_id_ is used to route the message.
119 int automation_id_; // routing id to be used by the next channel. member in class:content::DomAutomationController

Completed in 689 milliseconds