OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MouseEventCallback
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/public/browser/
render_widget_host.h
296
typedef base::Callback<bool(const blink::WebMouseEvent&)>
MouseEventCallback
;
297
virtual void AddMouseEventCallback(const
MouseEventCallback
& callback) = 0;
298
virtual void RemoveMouseEventCallback(const
MouseEventCallback
& callback) = 0;
/external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.h
180
const
MouseEventCallback
& callback) OVERRIDE;
182
const
MouseEventCallback
& callback) OVERRIDE;
[
all
...]
render_widget_host_impl.cc
[
all
...]
render_widget_host_unittest.cc
610
bool
MouseEventCallback
(const blink::WebMouseEvent& /* event */) {
[
all
...]
Completed in 318 milliseconds