Home
last modified time | relevance | path

Searched refs:is_text_input (Results 1 – 10 of 10) sorted by relevance

/dports/games/adonthell/adonthell-0.3.8/src/
H A Dlabel_input.cc30 if (input::is_text_input()) in ~label_input()
45 if (!input::is_text_input()) in input_update()
H A Dinput.h117 static bool is_text_input() { return text_input; } in is_text_input() function
H A Dwin_manager.cc76 if (input::is_text_input()) in destroy()
H A Dpy_adonthell_wrap.cc10478 result = (bool)input::is_text_input(); in _wrap_input_is_text_input()
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/browser/webengine/
H A Dwebengineelem.py219 if self.is_text_input() and self.is_editable():
/dports/www/qutebrowser/qutebrowser-2.4.0/tests/unit/browser/webkit/
H A Dtest_webkitelem.py265 pytest.param(lambda e: e.is_text_input(), id='is_text_input'),
386 assert elem.is_text_input() == expected
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/browser/
H A Dwebelem.py275 def is_text_input(self) -> bool: member in AbstractWebElement
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/browser/webkit/
H A Dwebkitelem.py349 if self.is_text_input() and self.is_editable():
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dselector_checker.cc1461 bool is_text_input = element.MayTriggerVirtualKeyboard(); in MatchesFocusVisiblePseudoClass() local
1468 return (always_show_focus || is_text_input || !last_focus_from_mouse || in MatchesFocusVisiblePseudoClass()
/dports/games/adonthell/adonthell-0.3.8/src/modules/
H A Dadonthell.py1457 is_text_input = staticmethod(_adonthell.input_is_text_input) variable in input