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

  /external/chromium_org/content/renderer/gpu/
input_event_filter.cc 21 InputEventFilter::InputEventFilter(
35 void InputEventFilter::SetBoundHandler(const Handler& handler) {
40 void InputEventFilter::DidAddInputHandler(int routing_id,
46 void InputEventFilter::DidRemoveInputHandler(int routing_id) {
51 void InputEventFilter::DidOverscroll(int routing_id,
60 base::Bind(&InputEventFilter::SendMessageOnIOThread, this,
66 void InputEventFilter::OnFilterAdded(IPC::Channel* channel) {
71 void InputEventFilter::OnFilterRemoved() {
75 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 134 milliseconds