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

  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.h 481 class EventFilterForPopupExit;
482 friend class EventFilterForPopupExit;
render_widget_host_view_aura.cc 338 class RenderWidgetHostViewAura::EventFilterForPopupExit
341 explicit EventFilterForPopupExit(RenderWidgetHostViewAura* rwhva)
347 virtual ~EventFilterForPopupExit() {
363 DISALLOW_COPY_AND_ASSIGN(EventFilterForPopupExit);
512 event_filter_for_popup_exit_.reset(new EventFilterForPopupExit(this));
    [all...]

Completed in 172 milliseconds