HomeSort by relevance Sort by last modified time
    Searched defs:automation_id_ (Results 1 - 4 of 4) 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.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.h 65 int automation_id_; member in class:DomEventObserver
automation_provider_observers.h 604 int automation_id_; member in class:DomOperationObserver
    [all...]

Completed in 89 milliseconds