Home
last modified time | relevance | path

Searched refs:supports_selection (Results 1 – 25 of 26) sorted by relevance

12

/dports/x11/wl-clipboard/wl-clipboard-2.1.0/src/types/
H A Ddevice.c29 return self->supports_selection(self, primary); in device_supports_selection()
98 self->supports_selection = device_supports_selection_on_ ## type; \
H A Ddevice.h39 int (*supports_selection)(struct device *self, int primary); member
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/
H A Dui_initial_state.h21 bool supports_selection = true; member
H A Dui.cc150 state.supports_selection = keyboard_delegate_->SupportsSelection(); in Ui()
614 model_->supports_selection = ui_initial_state.supports_selection; in InitializeModel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/model/
H A Dmodel.h52 bool supports_selection = true; member
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/utils/
H A Dutils.py532 if selection and not supports_selection():
555 if selection and not supports_selection():
576 def supports_selection() -> bool: function
/dports/x11/xfce4-dashboard/xfdashboard-0.8.1/libxfdashboard/
H A Dfocusable.c466 iface->supports_selection=_xfdashboard_focusable_real_supports_selection; in xfdashboard_focusable_default_init()
860 if(iface->supports_selection) in xfdashboard_focusable_supports_selection()
862 return(iface->supports_selection(self)); in xfdashboard_focusable_supports_selection()
H A Dfocusable.h59 gboolean (*supports_selection)(XfdashboardFocusable *self); member
H A Daction-button.c336 iface->supports_selection=_xfdashboard_action_button_focusable_supports_selection; in _xfdashboard_action_button_focusable_iface_init()
H A Dworkspace-selector.c1121 iface->supports_selection=_xfdashboard_workspace_selector_focusable_supports_selection; in _xfdashboard_workspace_selector_focusable_iface_init()
H A Dpopup-menu.c736 iface->supports_selection=_xfdashboard_popup_menu_focusable_supports_selection; in _xfdashboard_popup_menu_focusable_iface_init()
H A Dsearch-view.c1571 iface->supports_selection=_xfdashboard_search_view_focusable_supports_selection; in _xfdashboard_search_view_focusable_iface_init()
H A Dapplications-view.c1343 iface->supports_selection=_xfdashboard_applications_view_focusable_supports_selection; in _xfdashboard_applications_view_focusable_iface_init()
H A Dwindows-view.c1787 iface->supports_selection=_xfdashboard_windows_view_focusable_supports_selection; in _xfdashboard_windows_view_focusable_iface_init()
H A Dquicklaunch.c2954 iface->supports_selection=_xfdashboard_quicklaunch_focusable_supports_selection; in _xfdashboard_quicklaunch_focusable_iface_init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/win/
H A Dvr_browser_renderer_thread_win.cc302 ui_initial_state.supports_selection = false; in StartOverlay()
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/completion/
H A Dcompletionwidget.py478 if not utils.supports_selection():
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dprint_operation.rs260 fn supports_selection(&self) -> bool; in supports_selection() method
535 fn supports_selection(&self) -> bool { in supports_selection() method
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dprint_operation.rs260 fn supports_selection(&self) -> bool; in supports_selection() method
535 fn supports_selection(&self) -> bool { in supports_selection() method
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dprint_operation.rs260 fn supports_selection(&self) -> bool; in supports_selection() method
535 fn supports_selection(&self) -> bool { in supports_selection() method
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Dprint_operation.rs260 fn supports_selection(&self) -> bool; in supports_selection() method
535 fn supports_selection(&self) -> bool { in supports_selection() method
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/mainwindow/
H A Dprompt.py462 if sel and utils.supports_selection():
/dports/www/qutebrowser/qutebrowser-2.4.0/tests/unit/utils/
H A Dtest_utils.py711 assert utils.supports_selection() == selection
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/browser/
H A Dhints.py253 utils.supports_selection())
H A Dcommands.py741 if sel and utils.supports_selection():

12