Home
last modified time | relevance | path

Searched refs:focus_object (Results 1 – 25 of 74) sorted by relevance

123

/dports/www/gtkhtml4/gtkhtml-4.10.0/a11y/
H A Dobject.c286 AtkObject *focus_object, *obj, *clue; in gtk_html_a11y_grab_focus_cb() local
289 if (focus_object == NULL) in gtk_html_a11y_grab_focus_cb()
297 gtk_html_a11y_focus_object = focus_object; in gtk_html_a11y_grab_focus_cb()
298 atk_focus_tracker_notify (focus_object); in gtk_html_a11y_grab_focus_cb()
304 AtkObject *focus_object; in gtk_html_a11y_cursor_changed_cb() local
307 g_return_if_fail (focus_object != NULL); in gtk_html_a11y_cursor_changed_cb()
311 atk_focus_tracker_notify (focus_object); in gtk_html_a11y_cursor_changed_cb()
313 if (G_IS_HTML_A11Y_TEXT (focus_object)) { in gtk_html_a11y_cursor_changed_cb()
372 AtkObject *focus_object = NULL; in gtk_html_a11y_initialize() local
406 if (focus_object && gtk_html_a11y_focus_object != focus_object) { in gtk_html_a11y_initialize()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/a11y/
H A Dgtkaccessibility.c122 AtkObject *focus_object; in get_accessible_for_widget() local
131 if (ATK_IS_GOBJECT_ACCESSIBLE (focus_object)) in get_accessible_for_widget()
134 focus_object = NULL; in get_accessible_for_widget()
136 if (focus_object) in get_accessible_for_widget()
137 obj = focus_object; in get_accessible_for_widget()
721 gail_focus_tracker (AtkObject *focus_object) in gail_focus_tracker() argument
726 if (focus_object && in gail_focus_tracker()
731 if (!GTK_IS_ACCESSIBLE (focus_object)) in gail_focus_tracker()
735 parent = focus_object; in gail_focus_tracker()
757 focus_object); in gail_focus_tracker()
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/modules/other/gail/
H A Dgail.c193 AtkObject *focus_object; in GAIL_IMPLEMENT_FACTORY() local
202 if (ATK_IS_GOBJECT_ACCESSIBLE (focus_object)) in GAIL_IMPLEMENT_FACTORY()
205 focus_object = NULL; in GAIL_IMPLEMENT_FACTORY()
207 if (focus_object) in GAIL_IMPLEMENT_FACTORY()
208 obj = focus_object; in GAIL_IMPLEMENT_FACTORY()
777 gail_focus_tracker (AtkObject *focus_object) in gail_focus_tracker() argument
782 if (focus_object && in gail_focus_tracker()
787 if (!GTK_IS_ACCESSIBLE (focus_object)) in gail_focus_tracker()
791 parent = focus_object; in gail_focus_tracker()
813 focus_object); in gail_focus_tracker()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/io/alembic/exporter/
H A Dabc_writer_camera.cc93 if (cam->dof.focus_object) { in do_write()
94 Imath::V3f v(context.object->loc[0] - cam->dof.focus_object->loc[0], in do_write()
95 context.object->loc[1] - cam->dof.focus_object->loc[1], in do_write()
96 context.object->loc[2] - cam->dof.focus_object->loc[2]); in do_write()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/web_test/renderer/
H A Dweb_ax_object_proxy.cc660 blink::WebAXObject focus_object; in SelectionIsBackward() local
676 blink::WebAXObject focus_object; in SelectionAnchorObject() local
695 blink::WebAXObject focus_object; in SelectionAnchorOffset() local
714 blink::WebAXObject focus_object; in SelectionAnchorAffinity() local
731 blink::WebAXObject focus_object; in SelectionFocusObject() local
737 if (focus_object.IsNull()) in SelectionFocusObject()
740 return factory_->GetOrCreate(focus_object); in SelectionFocusObject()
750 blink::WebAXObject focus_object; in SelectionFocusOffset() local
769 blink::WebAXObject focus_object; in SelectionFocusAffinity() local
1359 if (anchor_object.IsEmpty() || focus_object.IsEmpty() || in SetSelection()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/exported/
H A Dweb_ax_object.cc731 WebAXObject& focus_object, in Selection() argument
738 focus_object = WebAXObject(); in Selection()
760 focus_object = WebAXObject(const_cast<AXObject*>(extent.ContainerObject())); in Selection()
796 const WebAXObject& focus_object, in SetSelection() argument
817 if (static_cast<const AXObject*>(focus_object)->IsTextObject() || in SetSelection()
818 static_cast<const AXObject*>(focus_object)->IsNativeTextControl()) { in SetSelection()
820 AXPosition::CreatePositionInTextObject(*focus_object, focus_offset); in SetSelection()
822 ax_extent = AXPosition::CreateFirstPositionInObject(*focus_object); in SetSelection()
823 } else if (focus_offset >= static_cast<int>(focus_object.ChildCount())) { in SetSelection()
824 ax_extent = AXPosition::CreateLastPositionInObject(*focus_object); in SetSelection()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/platform/
H A Dax_platform_node_textprovider_win.cc71 AXPlatformNode* focus_object = in GetSelection() local
86 if (!anchor_object || !focus_object || in GetSelection()
87 (anchor_object == focus_object && start_offset == end_offset && in GetSelection()
95 focus_object->GetDelegate()->CreateTextPositionAt(end_offset); in GetSelection()
/dports/accessibility/py-atspi/pyatspi-2.38.1/tests/dummyatk/
H A Dmy-atk-component.c30 static AtkComponent* focus_object = NULL; variable
241 if(component == focus_object) in my_atk_component_grab_focus()
251 AtkComponent *focus_object_old = focus_object; in my_atk_component_grab_focus()
252 focus_object = component; in my_atk_component_grab_focus()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/exported/
H A Dweb_ax_object.cc854 WebAXObject& focus_object, in Selection() argument
861 focus_object = WebAXObject(); in Selection()
883 focus_object = WebAXObject(const_cast<AXObject*>(extent.ContainerObject())); in Selection()
919 const WebAXObject& focus_object, in SetSelection() argument
940 if (static_cast<const AXObject*>(focus_object)->IsTextObject() || in SetSelection()
941 static_cast<const AXObject*>(focus_object)->IsNativeTextControl()) { in SetSelection()
943 AXPosition::CreatePositionInTextObject(*focus_object, focus_offset); in SetSelection()
945 ax_extent = AXPosition::CreateFirstPositionInObject(*focus_object); in SetSelection()
946 } else if (focus_offset >= static_cast<int>(focus_object.ChildCount())) { in SetSelection()
947 ax_extent = AXPosition::CreateLastPositionInObject(*focus_object); in SetSelection()
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/add_camera_rigs/
H A Dui_panels.py55 if cam_data.dof.focus_object is None:
61 row.active = cam_data.dof.focus_object is None
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/renderer/accessibility/
H A Dblink_ax_action_target.cc96 const ui::AXActionTarget* focus_object, in SetSelection() argument
101 BlinkAXActionTarget::FromAXActionTarget(focus_object); in SetSelection()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/accessibility/
H A Dbrowser_accessibility_manager_auralinux.cc145 BrowserAccessibility* focus_object = GetFromID(focus_id); in FireGeneratedEvent() local
146 if (focus_object) in FireGeneratedEvent()
147 FireEvent(focus_object, ax::mojom::Event::kTextSelectionChanged); in FireGeneratedEvent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/accessibility/
H A Dblink_ax_action_target.cc97 const ui::AXActionTarget* focus_object, in SetSelection() argument
102 BlinkAXActionTarget::FromAXActionTarget(focus_object); in SetSelection()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/accessibility/
H A Dbrowser_accessibility.cc1190 if (!focus_object) in HasVisibleCaretOrSelection()
1205 return IsPlainTextField() ? focus_object == platform_object in HasVisibleCaretOrSelection()
1214 focus_object->IsDescendantOf(platform_object); in HasVisibleCaretOrSelection()
1398 const BrowserAccessibility* focus_object = in GetUnignoredSelection() local
1400 if (focus_object && !focus_object->PlatformIsLeaf()) { in GetUnignoredSelection()
1403 focus_object->node()->children().size()) { in GetUnignoredSelection()
1405 focus_object->node()->children()[selection.focus_offset]; in GetUnignoredSelection()
1409 selection.focus_offset = focus_object->GetChildCount(); in GetUnignoredSelection()
1834 const BrowserAccessibility* focus_object = in AccessibilityPerformAction() local
1836 DCHECK(focus_object); in AccessibilityPerformAction()
[all …]
H A Dbrowser_accessibility_manager_win.cc234 BrowserAccessibility* focus_object = GetFromID(focus_id); in FireGeneratedEvent() local
235 if (focus_object) { in FireGeneratedEvent()
236 HandleTextSelectionChangedEvent(*focus_object); in FireGeneratedEvent()
238 focus_object->GetTextFieldAncestor()) { in FireGeneratedEvent()
249 FireWinAccessibilityEvent(IA2_EVENT_TEXT_CARET_MOVED, focus_object); in FireGeneratedEvent()
261 FireWinAccessibilityEvent(IA2_EVENT_TEXT_CARET_MOVED, focus_object); in FireGeneratedEvent()
H A Dbrowser_accessibility_manager_auralinux.cc177 BrowserAccessibility* focus_object = GetFromID(focus_id); in FireGeneratedEvent() local
178 if (focus_object) in FireGeneratedEvent()
179 FireEvent(focus_object, ax::mojom::Event::kTextSelectionChanged); in FireGeneratedEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/platform/
H A Dax_platform_node_textprovider_win.cc71 AXPlatformNode* focus_object = in GetSelection() local
80 if (!anchor_object || !focus_object) in GetSelection()
86 focus_object->GetDelegate()->CreateTextPositionAt(end_offset); in GetSelection()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/pdf/renderer/
H A Dpdf_ax_action_target.cc128 const ui::AXActionTarget* focus_object, in SetSelection() argument
132 const PdfAXActionTarget* pdf_focus_object = FromAXActionTarget(focus_object); in SetSelection()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/pdf/renderer/
H A Dpdf_ax_action_target.cc128 const ui::AXActionTarget* focus_object, in SetSelection() argument
132 const PdfAXActionTarget* pdf_focus_object = FromAXActionTarget(focus_object); in SetSelection()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/
H A Dnull_ax_action_target.cc61 const AXActionTarget* focus_object, in SetSelection() argument
H A Dnull_ax_action_target.h36 const AXActionTarget* focus_object,
H A Dax_action_target.h38 const AXActionTarget* focus_object,
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/
H A Dnull_ax_action_target.cc61 const AXActionTarget* focus_object, in SetSelection() argument
H A Dnull_ax_action_target.h36 const AXActionTarget* focus_object,
H A Dax_action_target.h38 const AXActionTarget* focus_object,

123