Home
last modified time | relevance | path

Searched defs:selection_state (Results 1 – 22 of 22) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/ozone/platform/x11/
H A Dx11_clipboard_ozone.cc133 auto& selection_state = in OnSelectionRequest() local
198 auto& selection_state = GetSelectionState(selection); in OnSelectionNotify() local
261 auto& selection_state = GetSelectionState(selection); in OnSetSelectionOwnerNotify() local
311 auto& selection_state = GetSelectionState(selection); in ReadRemoteClipboard() local
332 auto& selection_state = GetSelectionState(selection); in OfferClipboardData() local
351 auto& selection_state = GetSelectionState(selection); in RequestClipboardData() local
375 auto& selection_state = GetSelectionState(selection); in GetAvailableMimeTypes() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/ozone/platform/x11/
H A Dx11_clipboard_ozone.cc155 auto& selection_state = GetSelectionState(event.selection); in OnSelectionRequest() local
223 auto& selection_state = GetSelectionState(event.selection); in OnSelectionNotify() local
301 auto& selection_state = GetSelectionState(event->selection); in OnSetSelectionOwnerNotify() local
350 auto& selection_state = GetSelectionState(selection); in ReadRemoteClipboard() local
371 auto& selection_state = GetSelectionState(selection); in OfferClipboardData() local
389 auto& selection_state = GetSelectionState(selection); in RequestClipboardData() local
412 auto& selection_state = GetSelectionState(selection); in GetAvailableMimeTypes() local
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/
H A DTextView.pm419 sub selection_state subroutine
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/object_collection_manager/
H A Doperator_utils.py495 …t_collection_objects(is_master_collection, collection_name, replace, nested, selection_state=None): argument
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/mainwindow/statusbar/
H A Dbar.py417 def on_caret_selection_toggled(self, selection_state): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/omnibox/
H A Domnibox_result_view.cc386 auto selection_state = popup_contents_view_->model()->selection().state; in OnSelectionStateChanged() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/
H A Dlayout_selection.cc608 SelectionState selection_state, in ComputeSelectionStatusForNode()
631 const SelectionState selection_state = GetSelectionStateFor(layout_text); in ComputeSelectionStatus() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/
H A Dlayout_selection.cc606 SelectionState selection_state, in ComputeSelectionStatusForNode()
629 const SelectionState selection_state = GetSelectionStateFor(layout_text); in ComputeSelectionStatus() local
/dports/x11-fm/rox-filer/rox-filer-2.11/ROX-Filer/src/
H A Dfiler.h109 GtkStateType selection_state; /* for drawing selection */ member
H A Dview_collection.c329 GtkStateType selection_state; in draw_item() local
636 GtkStateType selection_state, in draw_string()
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Dgnc-plugin-page-sx-list.c341 gboolean selection_state = TRUE; in gppsl_selection_changed_cb() local
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DContainerP.h99 unsigned char selection_state; member
234 unsigned char selection_state; member
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/Xm/
H A DContainerP.h93 selection_state; member
132 unsigned char selection_state; member
/dports/x11-toolkits/libXaw/libXaw-1.0.14/include/X11/Xaw/
H A DTextP.h225 Boolean selection_state; member
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/
H A Dtextinput.rs290 pub fn selection_state(&self) -> SelectionState { in selection_state() method
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/metasearch/impl/
H A DEngineImpl.java178 private int selection_state = SEL_STATE_DESELECTED; field in EngineImpl
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1748 def RBReleaseEvent(self, x0, x1, selection_state): argument
1845 def SetSelection(self, selection_state): argument
2365 def SelectEvent(self, x0, x1, selection_state): argument
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1748 def RBReleaseEvent(self, x0, x1, selection_state): argument
1845 def SetSelection(self, selection_state): argument
2365 def SelectEvent(self, x0, x1, selection_state): argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1748 def RBReleaseEvent(self, x0, x1, selection_state): argument
1845 def SetSelection(self, selection_state): argument
2365 def SelectEvent(self, x0, x1, selection_state): argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_object.h3256 ALWAYS_INLINE void SetSelectionState(SelectionState selection_state) { in SetSelectionState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_object.h4159 ALWAYS_INLINE void SetSelectionState(SelectionState selection_state) { in SetSelectionState()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_file/
H A Dfilelist.c316 GHash *selection_state; member