Home
last modified time | relevance | path

Searched refs:move_to_start_of_next_block (Results 1 – 5 of 5) sorted by relevance

/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/components/
H A Dcaretcommands.py127 def move_to_start_of_next_block(tab: apitypes.Tab, count: int = 1) -> None: function
133 tab.caret.move_to_start_of_next_block(count)
/dports/www/qutebrowser/qutebrowser-2.4.0/tests/unit/browser/
H A Dtest_caret.py197 caret.move_to_start_of_next_block()
201 caret.move_to_start_of_next_block()
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/browser/
H A Dbrowsertab.py508 def move_to_start_of_next_block(self, count: int = 1) -> None: member in AbstractCaret
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/browser/webkit/
H A Dwebkittab.py341 def move_to_start_of_next_block(self, count=1): member in WebKitCaret
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/browser/webengine/
H A Dwebenginetab.py367 def move_to_start_of_next_block(self, count=1): member in WebEngineCaret