Home
last modified time | relevance | path

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

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