Home
last modified time | relevance | path

Searched defs:SelectionDirection (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/layout/forms/
H A DnsITextControlFrame.h25 enum SelectionDirection { eNone, eForward, eBackward }; enum
/dports/www/firefox/firefox-99.0/layout/forms/
H A DnsITextControlFrame.h25 enum SelectionDirection { eNone, eForward, eBackward }; enum
/dports/mail/thunderbird/thunderbird-91.8.0/layout/forms/
H A DnsITextControlFrame.h25 enum SelectionDirection { eNone, eForward, eBackward }; enum
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/forms/
H A DnsITextControlFrame.h20 enum SelectionDirection { enum
/dports/lang/spidermonkey60/firefox-60.9.0/layout/forms/
H A DnsITextControlFrame.h23 enum SelectionDirection { eNone, eForward, eBackward }; enum
/dports/lang/spidermonkey78/firefox-78.9.0/layout/forms/
H A DnsITextControlFrame.h25 enum SelectionDirection { eNone, eForward, eBackward }; enum
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dtextcontrol.rs259 fn direction(&self) -> SelectionDirection { in direction()
268 direction: Option<SelectionDirection>, in set_range()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/
H A Dtextinput.rs25 pub enum SelectionDirection { enum
31 impl From<DOMString> for SelectionDirection { implementation
32 fn from(direction: DOMString) -> SelectionDirection { in from()
209 pub fn selection_direction(&self) -> SelectionDirection { in selection_direction()
926 pub fn set_selection_range(&mut self, start: u32, end: u32, direction: SelectionDirection) { in set_selection_range()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DVisibleSelection.h37 enum SelectionDirection { DirectionForward, DirectionBackward, DirectionRight, DirectionLeft }; enum
/dports/misc/perkeep/perkeep-0.11/vendor/honnef.co/go/js/dom/
H A Ddom.go2444 SelectionDirection string `js:"selectionDirection"` member
2953 SelectionDirection string `js:"selectionDirection"` member