Home
last modified time | relevance | path

Searched refs:focused_object (Results 1 – 12 of 12) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/accessibility/
H A Dax_validation_message.cc84 AXObject* focused_object = AXObjectCache().FocusedObject(); in RelatedFormControlIfVisible() local
85 if (!focused_object) in RelatedFormControlIfVisible()
88 Element* element = focused_object->GetElement(); in RelatedFormControlIfVisible()
H A Dax_layout_object.cc460 AXObject* focused_object = AXObjectCache().GetOrCreate(focused_element); in IsFocused() local
461 if (!IsA<AXLayoutObject>(focused_object)) in IsFocused()
466 if (focused_object == this || in IsFocused()
523 AXObject* focused_object = AXObjectCache().FocusedObject(); in IsSelectedFromFocus() local
524 if (focused_object != this && in IsSelectedFromFocus()
525 (!focused_object || focused_object->ActiveDescendant() != this)) in IsSelectedFromFocus()
2293 AXObject* focused_object = AXObjectCache().FocusedObject(); in HandleActiveDescendantChanged() local
2294 if (focused_object == this) { in HandleActiveDescendantChanged()
H A Dax_object_cache_impl.cc1565 AXObject* focused_object = FocusedObject(); in ValidationMessageObjectIfInvalid() local
1566 if (focused_object) { in ValidationMessageObjectIfInvalid()
1570 focused_object->GetAOMPropertyOrARIAAttribute( in ValidationMessageObjectIfInvalid()
H A Dax_object.cc1498 const AXObject* focused_object = AXObjectCache().FocusedObject(); in IsARIAControlledByTextboxWithActiveDescendant() local
1499 if (!focused_object || !focused_object->IsTextControl()) in IsARIAControlledByTextboxWithActiveDescendant()
1502 if (!focused_object->GetAOMPropertyOrARIAAttribute( in IsARIAControlledByTextboxWithActiveDescendant()
1508 if (!focused_object->HasAOMPropertyOrARIAAttribute( in IsARIAControlledByTextboxWithActiveDescendant()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/accessibility/
H A Dax_validation_message.cc84 AXObject* focused_object = AXObjectCache().FocusedObject(); in RelatedFormControlIfVisible() local
85 if (!focused_object) in RelatedFormControlIfVisible()
88 Element* element = focused_object->GetElement(); in RelatedFormControlIfVisible()
H A Dax_layout_object.cc507 AXObject* focused_object = AXObjectCache().FocusedObject(); in IsSelectedFromFocus() local
508 if (focused_object != this && in IsSelectedFromFocus()
509 (!focused_object || focused_object->ActiveDescendant() != this)) in IsSelectedFromFocus()
H A Dax_object_cache_impl.cc1945 AXObject* focused_object = FocusedObject(); in ValidationMessageObjectIfInvalid() local
1946 if (focused_object) { in ValidationMessageObjectIfInvalid()
1950 focused_object->GetAOMPropertyOrARIAAttribute( in ValidationMessageObjectIfInvalid()
H A Dax_object.cc2189 const AXObject* focused_object = AXObjectCache().GetOrCreate(focused_element); in IsARIAControlledByTextboxWithActiveDescendant() local
2190 if (!focused_object || !focused_object->IsTextControl()) in IsARIAControlledByTextboxWithActiveDescendant()
2193 if (!focused_object->GetAOMPropertyOrARIAAttribute( in IsARIAControlledByTextboxWithActiveDescendant()
2199 if (!focused_object->HasAOMPropertyOrARIAAttribute( in IsARIAControlledByTextboxWithActiveDescendant()
/dports/x11-toolkits/p5-Prima/Prima-1.63/examples/
H A Dcanvas.pl457 my $new = $self-> focused_object;
466 $self-> focused_object( $new);
473 my $obj = $self-> focused_object;
497 sub focused_object subroutine
1899 return unless $obj = $_[0]-> Canvas-> focused_object;
1907 return unless $obj = $self-> Canvas-> focused_object;
1915 return unless $obj = $self-> Canvas-> focused_object;
1925 return unless $obj = $self-> Canvas-> focused_object;
1935 return unless $obj = $self-> Canvas-> focused_object;
1944 return unless $obj = $self-> Canvas-> focused_object;
[all …]
/dports/devel/p5-Curses-UI/Curses-UI-0.9609/lib/Curses/UI/
H A DContainer.pm441 my $focused_object = $this->getfocusobj;
442 if (defined $focused_object) {
443 $focused_object->event_onfocus;
/dports/astro/kstars/kstars-3.5.6/kstars/
H A Dkstars.h657 void slotINDITelescopeSlew(bool focused_object = true);
666 void slotINDITelescopeSync(bool focused_object = true);
H A Dkstarsactions.cpp822 void KStars::slotINDITelescopeSlew(bool focused_object) in slotINDITelescopeSlew() argument
834 if (focused_object) in slotINDITelescopeSlew()
846 Q_UNUSED(focused_object) in slotINDITelescopeSlew()
857 void KStars::slotINDITelescopeSync(bool focused_object) in slotINDITelescopeSync() argument
869 if (focused_object) in slotINDITelescopeSync()
881 Q_UNUSED(focused_object) in slotINDITelescopeSync()