Home
last modified time | relevance | path

Searched defs:get_method (Results 1 – 2 of 2) sorted by relevance

/third_party/libinput/src/
Dlibinput-private.h265 enum libinput_config_scroll_method (*get_method)(struct libinput_device *device); member
281 enum libinput_config_click_method (*get_method)(struct libinput_device *device); member
/third_party/python/Lib/urllib/
Drequest.py382 def get_method(self): member in Request