Home
last modified time | relevance | path

Searched refs:AtStartOfDocument (Results 1 – 10 of 10) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/renderer/api/automation/
H A Dautomation_position.cc51 .SetMethod("atStartOfDocument", &AutomationPosition::AtStartOfDocument) in GetObjectTemplateBuilder()
210 bool AutomationPosition::AtStartOfDocument(gin::Arguments* arguments) { in AtStartOfDocument() function in extensions::AutomationPosition
211 return position_->AtStartOfDocument(); in AtStartOfDocument()
H A Dautomation_position.h56 bool AtStartOfDocument(gin::Arguments* arguments);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/renderer/api/automation/
H A Dautomation_position.cc51 .SetMethod("atStartOfDocument", &AutomationPosition::AtStartOfDocument) in GetObjectTemplateBuilder()
210 bool AutomationPosition::AtStartOfDocument(gin::Arguments* arguments) { in AtStartOfDocument() function in extensions::AutomationPosition
211 return position_->AtStartOfDocument(); in AtStartOfDocument()
H A Dautomation_position.h52 bool AtStartOfDocument(gin::Arguments* arguments);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/platform/
H A Dax_platform_node_textrangeprovider_win.cc1063 *units_moved = !endpoint->AtStartOfDocument() ? -1 : 0; in MoveEndpointByDocument()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/platform/
H A Dax_platform_node_textrangeprovider_win.cc1169 *units_moved = !endpoint->AtStartOfDocument() ? -1 : 0; in MoveEndpointByDocument()
/dports/editors/o/o-2.46.0/
H A Dkeyloop.go1060 for !e.AtStartOfDocument() {
H A Deditor.go1525 func (e *Editor) AtStartOfDocument() bool { func
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/
H A Dax_position.h931 bool AtStartOfDocument() const { in AtStartOfDocument() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/
H A Dax_position.h968 bool AtStartOfDocument() const { in AtStartOfDocument() function