Home
last modified time | relevance | path

Searched refs:SelectionRegion (Results 1 – 25 of 61) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/
H A Dtext_input_manager.h69 struct SelectionRegion { struct
70 SelectionRegion();
71 SelectionRegion(const SelectionRegion& other);
161 const SelectionRegion* GetSelectionRegion(
261 ViewMap<SelectionRegion> selection_region_map_;
H A Dtext_input_manager.cc68 const TextInputManager::SelectionRegion* TextInputManager::GetSelectionRegion( in GetSelectionRegion()
263 selection_region_map_[view] = SelectionRegion(); in Register()
322 TextInputManager::SelectionRegion::SelectionRegion() {} in SelectionRegion() function in content::TextInputManager::SelectionRegion
324 TextInputManager::SelectionRegion::SelectionRegion(
325 const SelectionRegion& other) = default;
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Dtext_input_manager.h68 struct SelectionRegion { struct
69 SelectionRegion();
70 SelectionRegion(const SelectionRegion& other);
155 const SelectionRegion* GetSelectionRegion(
257 ViewMap<SelectionRegion> selection_region_map_;
H A Dtext_input_manager.cc71 const TextInputManager::SelectionRegion* TextInputManager::GetSelectionRegion( in GetSelectionRegion()
268 selection_region_map_[view] = SelectionRegion(); in Register()
327 TextInputManager::SelectionRegion::SelectionRegion() {} in SelectionRegion() function in content::TextInputManager::SelectionRegion
329 TextInputManager::SelectionRegion::SelectionRegion(
330 const SelectionRegion& other) = default;
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DSelection.h85 nsIFrame* GetSelectionAnchorGeometry(SelectionRegion aRegion, nsRect *aRect);
89 nsIFrame* GetSelectionEndPointGeometry(SelectionRegion aRegion, nsRect *aRect);
92 SelectionRegion aRegion,
108 nsresult ScrollIntoView(SelectionRegion aRegion,
282 SelectionRegion aRegion, in ScrollSelectionIntoViewEvent()
296 SelectionRegion mRegion;
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/Controllers/
H A DPortraitSelectDlgController.cs56 ExtRect selectRegion = fView.ImageCtl.SelectionRegion; in Accept()
87 fView.ImageCtl.SelectionRegion = fMultimediaLink.CutoutPosition.Value; in UpdateView()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv3/GKComponents/GKUI/Components/
H A DImageView.cs67 public ExtRect SelectionRegion property in GKUI.Components.ImageView
70 RectangleF selectRegion = imageBox.SelectionRegion;
74 …imageBox.SelectionRegion = new RectangleF(value.Left, value.Top, value.GetWidth(), value.GetHeight…
H A DImageBox.cs275 SelectionRegion = RectangleF.Empty;
319 public RectangleF SelectionRegion property in GKUI.Components.ImageBox
627 SelectionRegion = new RectangleF(PointF.Empty, fImage.Size); in SelectAll()
635 SelectionRegion = RectangleF.Empty; in SelectNone()
876 SelectionRegion = Rectangle.Empty; in OnMouseDown()
1226 SelectionRegion = new RectangleF(x, y, w, h); in ProcessSelection()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKTests/GKComponents/
H A DImageViewTests.cs85 fImageView.SelectionRegion = ExtRect.Empty; in TestMethod()
86 Assert.AreEqual(ExtRect.Empty, fImageView.SelectionRegion); in TestMethod()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GKComponents/GKUI/Components/
H A DImageView.cs67 public ExtRect SelectionRegion property in GKUI.Components.ImageView
70 RectangleF selectRegion = imageBox.SelectionRegion;
74 …imageBox.SelectionRegion = new RectangleF(value.Left, value.Top, value.GetWidth(), value.GetHeight…
H A DImageBox.cs282 SelectionRegion = RectangleF.Empty;
326 public RectangleF SelectionRegion property in GKUI.Components.ImageBox
652 SelectionRegion = new RectangleF(PointF.Empty, fImage.Size); in SelectAll()
660 SelectionRegion = RectangleF.Empty; in SelectNone()
929 SelectionRegion = Rectangle.Empty; in OnMouseDown()
1269 SelectionRegion = new RectangleF(x, y, w, h); in ProcessSelection()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DSelection.h96 nsIFrame* GetSelectionAnchorGeometry(SelectionRegion aRegion, nsRect* aRect);
100 nsIFrame* GetSelectionEndPointGeometry(SelectionRegion aRegion,
104 SelectionRegion aRegion, int32_t aFlags,
120 SelectionRegion aRegion,
396 ScrollSelectionIntoViewEvent(Selection* aSelection, SelectionRegion aRegion, in ScrollSelectionIntoViewEvent()
412 SelectionRegion mRegion;
H A DnsISelectionController.idl10 typedef short SelectionRegion;
43 // SelectionRegion values:
92 * @param aRegion the region inside the selection to scroll into view. //SelectionRegion
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DSelection.h128 nsIFrame* GetSelectionAnchorGeometry(SelectionRegion aRegion, nsRect* aRect);
132 nsIFrame* GetSelectionEndPointGeometry(SelectionRegion aRegion,
135 nsresult PostScrollSelectionIntoViewEvent(SelectionRegion aRegion,
153 ScrollIntoView(SelectionRegion aRegion, ScrollAxis aVertical = ScrollAxis(),
695 ScrollSelectionIntoViewEvent(Selection* aSelection, SelectionRegion aRegion, in ScrollSelectionIntoViewEvent()
710 SelectionRegion mRegion;
H A DnsISelectionController.idl10 typedef short SelectionRegion;
47 // SelectionRegion values:
115 * @param aRegion the region inside the selection to scroll into view. //SelectionRegion
/dports/www/firefox/firefox-99.0/dom/base/
H A DSelection.h144 nsIFrame* GetSelectionAnchorGeometry(SelectionRegion aRegion, nsRect* aRect);
148 nsIFrame* GetSelectionEndPointGeometry(SelectionRegion aRegion,
151 nsresult PostScrollSelectionIntoViewEvent(SelectionRegion aRegion,
169 ScrollIntoView(SelectionRegion aRegion, ScrollAxis aVertical = ScrollAxis(),
739 ScrollSelectionIntoViewEvent(Selection* aSelection, SelectionRegion aRegion, in ScrollSelectionIntoViewEvent()
754 SelectionRegion mRegion;
H A DnsISelectionController.idl10 typedef short SelectionRegion;
47 // SelectionRegion values:
115 * @param aRegion the region inside the selection to scroll into view. //SelectionRegion
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DSelection.h131 nsIFrame* GetSelectionAnchorGeometry(SelectionRegion aRegion, nsRect* aRect);
135 nsIFrame* GetSelectionEndPointGeometry(SelectionRegion aRegion,
138 nsresult PostScrollSelectionIntoViewEvent(SelectionRegion aRegion,
156 ScrollIntoView(SelectionRegion aRegion, ScrollAxis aVertical = ScrollAxis(),
726 ScrollSelectionIntoViewEvent(Selection* aSelection, SelectionRegion aRegion, in ScrollSelectionIntoViewEvent()
741 SelectionRegion mRegion;
H A DnsISelectionController.idl10 typedef short SelectionRegion;
47 // SelectionRegion values:
115 * @param aRegion the region inside the selection to scroll into view. //SelectionRegion
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DSelection.h131 nsIFrame* GetSelectionAnchorGeometry(SelectionRegion aRegion, nsRect* aRect);
135 nsIFrame* GetSelectionEndPointGeometry(SelectionRegion aRegion,
138 nsresult PostScrollSelectionIntoViewEvent(SelectionRegion aRegion,
156 ScrollIntoView(SelectionRegion aRegion, ScrollAxis aVertical = ScrollAxis(),
726 ScrollSelectionIntoViewEvent(Selection* aSelection, SelectionRegion aRegion, in ScrollSelectionIntoViewEvent()
741 SelectionRegion mRegion;
H A DnsISelectionController.idl10 typedef short SelectionRegion;
47 // SelectionRegion values:
115 * @param aRegion the region inside the selection to scroll into view. //SelectionRegion
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/MVP/Controls/
H A DControlHandlers.cs138 ExtRect SelectionRegion { get; set; } property
/dports/lang/spidermonkey60/firefox-60.9.0/layout/xul/tree/
H A DTreeBoxObject.h60 already_AddRefed<nsIScriptableRegion> SelectionRegion();
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/xul/tree/
H A DTreeBoxObject.h59 already_AddRefed<nsIScriptableRegion> SelectionRegion();
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsISelectionController.idl10 typedef short SelectionRegion;
35 // SelectionRegion values:
79 * @param aRegion the region inside the selection to scroll into view. //SelectionRegion

123