HomeSort by relevance Sort by last modified time
    Searched refs:InputEventFilter (Results 1 - 5 of 5) 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();
input_event_filter_unittest.cc 33 void set_filter(InputEventFilter* filter) { filter_ = filter; }
72 InputEventFilter* filter_;
137 filter_ = new InputEventFilter(
162 scoped_refptr<InputEventFilter> filter_;
  /external/chromium_org/content/renderer/
render_thread_impl.h 84 class InputEventFilter;
471 scoped_refptr<InputEventFilter> input_event_filter_;
render_thread_impl.cc 697 new InputEventFilter(this, compositor_message_loop_proxy_);
    [all...]

Completed in 63 milliseconds