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

  /external/chromium_org/content/renderer/input/
input_event_filter.cc 23 InputEventFilter::InputEventFilter(
37 void InputEventFilter::SetBoundHandler(const Handler& handler) {
42 void InputEventFilter::DidAddInputHandler(int routing_id,
48 void InputEventFilter::DidRemoveInputHandler(int routing_id) {
53 void InputEventFilter::DidOverscroll(int routing_id,
62 base::Bind(&InputEventFilter::SendMessageOnIOThread, this,
68 void InputEventFilter::OnFilterAdded(IPC::Channel* channel) {
73 void InputEventFilter::OnFilterRemoved() {
77 void InputEventFilter::OnChannelClosing()
    [all...]
input_event_filter.h 23 // The user of this class provides an instance of InputEventFilter::Handler,
29 class CONTENT_EXPORT InputEventFilter
33 InputEventFilter(IPC::Listener* main_listener,
42 // the thread where the InputEventFilter was constructed.) The responsibility
61 virtual ~InputEventFilter();

Completed in 71 milliseconds