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

  /external/chromium/chrome/browser/
dom_operation_notification_details.h 16 : json_(json), automation_id_(automation_id) { }
21 int automation_id() const { return automation_id_; }
25 int automation_id_; member in class:DomOperationNotificationDetails
  /external/chromium_org/content/renderer/
dom_automation_controller.cc 24 automation_id_(MSG_ROUTING_NONE) {
43 if (automation_id_ == MSG_ROUTING_NONE) {
97 new ViewHostMsg_DomOperationResponse(routing_id_, json, automation_id_));
100 automation_id_ = MSG_ROUTING_NONE;
110 if (automation_id_ == MSG_ROUTING_NONE) {
128 new ViewHostMsg_DomOperationResponse(routing_id_, json, automation_id_)));
130 automation_id_ = MSG_ROUTING_NONE;
170 automation_id_ = args[0].ToInt32();
dom_automation_controller.h 55 message. A unique routing id is generated at this stage (automation_id_)
56 (2) The automation_id_ of step (1) is supplied to DAController by calling
64 stored automation_id_ as an IPC message. routing_id_ is used to route
66 (6) The value and the automation_id_ is extracted out of the message received
68 automation_id_ is used to route the message.
123 int automation_id_; // routing id to be used by the next channel. member in class:content::DomAutomationController
  /external/chromium_org/chrome/browser/automation/
automation_event_observers.cc 66 automation_id_(automation_id) {
93 if ((dom_op_details->automation_id == automation_id_ ||
94 automation_id_ == -1) &&
automation_event_observers.h 65 int automation_id_; member in class:DomEventObserver
automation_provider_observers.cc     [all...]
automation_provider_observers.h 604 int automation_id_; member in class:DomOperationObserver
    [all...]

Completed in 2345 milliseconds