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

  /external/chromium_org/content/renderer/accessibility/
renderer_accessibility_complete.cc 137 AccessibilityHostMsg_EventParams acc_event; local
138 acc_event.id = obj.axID();
139 acc_event.event_type = event;
143 if (pending_events_[i].id == acc_event.id &&
145 acc_event.event_type) {
149 pending_events_.push_back(acc_event);

Completed in 351 milliseconds