Home
last modified time | relevance | path

Searched refs:ComputedName (Results 1 – 25 of 62) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/accessibility/
H A Dax_node_object_test.cc23 ASSERT_EQ("alt", ax_replaced->ComputedName()); in TEST_P()
40 ASSERT_EQ("link", ax_inline->ComputedName()); in TEST_P()
97 ASSERT_EQ("text", ax_text->ComputedName()); in TEST_P()
114 ASSERT_EQ("\n", ax_br->ComputedName()); in TEST_P()
H A Dax_object_test.cc65 ax_body->UnignoredChildAt(0)->ComputedName()); in TEST_F()
68 EXPECT_EQ("ignored objects", ax_body->UnignoredChildAt(1)->ComputedName()); in TEST_F()
73 EXPECT_EQ("depth levels", ax_body->UnignoredChildAt(3)->ComputedName()); in TEST_F()
77 ax_body->UnignoredChildAt(4)->ComputedName()); in TEST_F()
684 ASSERT_EQ(preserved_text->ChildAtIncludingIgnored(0)->ComputedName(), "\n"); in TEST_F()
687 ASSERT_EQ(preserved_text->ChildAtIncludingIgnored(1)->ComputedName(), in TEST_F()
691 ASSERT_EQ(preserved_text->ChildAtIncludingIgnored(2)->ComputedName(), "\n"); in TEST_F()
694 ASSERT_EQ(preserved_text->ChildAtIncludingIgnored(3)->ComputedName(), in TEST_F()
698 ASSERT_EQ(preserved_text->ChildAtIncludingIgnored(4)->ComputedName(), "\n"); in TEST_F()
701 ASSERT_EQ(preserved_text->ChildAtIncludingIgnored(5)->ComputedName(), in TEST_F()
[all …]
H A Dax_position.cc431 return container_object_->ComputedName().length(); in MaxTextOffset()
436 return container_object_->ComputedName().length(); in MaxTextOffset()
442 return container_object_->ComputedName().length(); in MaxTextOffset()
449 return container_object_->ComputedName().length(); in MaxTextOffset()
458 return container_object_->ComputedName().length(); in MaxTextOffset()
462 return container_object_->ComputedName().length(); in MaxTextOffset()
H A Dax_selection_test.cc861 ASSERT_LT(0u, ax_static_text->ComputedName().length()); in TEST_F()
871 EXPECT_EQ(ax_static_text->ComputedName().length(), in TEST_F()
1658 EXPECT_GT(int{ax_text->ComputedName().length()}, in TEST_F()
1664 EXPECT_GT(int{ax_text->ComputedName().length()}, in TEST_F()
1694 String computed_name = ax_static_text->ComputedName(); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/accessibility/
H A Dax_object_test.cc379 ASSERT_EQ(preserved_text->Children()[0]->ComputedName(), "\n"); in TEST_F()
381 ASSERT_EQ(preserved_text->Children()[1]->ComputedName(), "First Paragraph"); in TEST_F()
383 ASSERT_EQ(preserved_text->Children()[2]->ComputedName(), "\n"); in TEST_F()
385 ASSERT_EQ(preserved_text->Children()[3]->ComputedName(), "Second Paragraph"); in TEST_F()
387 ASSERT_EQ(preserved_text->Children()[4]->ComputedName(), "\n"); in TEST_F()
389 ASSERT_EQ(preserved_text->Children()[5]->ComputedName(), "Third Paragraph"); in TEST_F()
391 ASSERT_EQ(preserved_text->Children()[6]->ComputedName(), "\n"); in TEST_F()
H A Dax_selection_test.cc840 ASSERT_LT(0u, ax_static_text->ComputedName().length()); in TEST_F()
850 EXPECT_EQ(ax_static_text->ComputedName().length(), in TEST_F()
1612 EXPECT_GT(int{ax_text->ComputedName().length()}, in TEST_F()
1618 EXPECT_GT(int{ax_text->ComputedName().length()}, in TEST_F()
1647 String computed_name = ax_static_text->ComputedName(); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/accessibility/testing/
H A Daccessibility_selection_test.cc63 const String name = text_object.ComputedName() + ">\n"; in HandleTextObject()
126 String name = object.ComputedName(); in HandleObject()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/accessibility/testing/
H A Daccessibility_selection_test.cc64 const String name = text_object.ComputedName() + ">\n"; in HandleTextObject()
127 String name = object.ComputedName(); in HandleObject()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djsast.tbl76 ASTDEF(AST_COMPUTED_NAME, "ComputedName", "computedName")
/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Djsast.tbl83 ASTDEF(AST_COMPUTED_NAME, "ComputedName", "computedName")
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/
H A Djsast.tbl83 ASTDEF(AST_COMPUTED_NAME, "ComputedName", "computedName")
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsast.tbl80 ASTDEF(AST_COMPUTED_NAME, "ComputedName", "computedName")
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/
H A Djsast.tbl80 ASTDEF(AST_COMPUTED_NAME, "ComputedName", "computedName")
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsast.tbl80 ASTDEF(AST_COMPUTED_NAME, "ComputedName", "computedName")
/dports/www/firefox/firefox-99.0/js/src/
H A Djsast.tbl89 ASTDEF(AST_COMPUTED_NAME, "ComputedName", "computedName")
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/frontend/
H A DNameFunctions.cpp245 MOZ_ASSERT(left->isKind(ParseNodeKind::ComputedName)); in resolveFun()
421 case ParseNodeKind::ComputedName: in resolve()
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DNameFunctions.cpp294 MOZ_ASSERT(left->isKind(ParseNodeKind::ComputedName) || in resolveFun()
H A DFullParseHandler.h138 return new_<UnaryNode>(ParseNodeKind::ComputedName, pos, expr); in newComputedName()
144 UnaryNode* node = new_<UnaryNode>(ParseNodeKind::ComputedName, pos, expr); in newSyntheticComputedName()
960 node->isKind(ParseNodeKind::ComputedName) || in isUsableAsObjectPropertyName()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DNameFunctions.cpp290 MOZ_ASSERT(left->isKind(ParseNodeKind::ComputedName) || in resolveFun()
H A DBytecodeEmitter.cpp1099 case ParseNodeKind::ComputedName: in checkSideEffects()
3536 MOZ_ASSERT(computedPropName->isKind(ParseNodeKind::ComputedName)); in emitComputedPropertyName()
3752 key->isKind(ParseNodeKind::ComputedName)); in IsDestructuringRestExclusionSetObjLiteralCompatible()
3810 MOZ_ASSERT(key->isKind(ParseNodeKind::ComputedName)); in emitDestructuringObjRestExclusionSet()
8267 if (key->isKind(ParseNodeKind::ComputedName)) { in isPropertyListObjLiteralCompatible()
8341 if (field->name().getKind() == ParseNodeKind::ComputedName) { in emitPropertyList()
8479 MOZ_ASSERT(key->isKind(ParseNodeKind::ComputedName)); in emitPropertyList()
8613 MOZ_ASSERT(key->isKind(ParseNodeKind::ComputedName)); in emitPropertyList()
8907 ParseNodeKind::ComputedName; in emitCreateFieldKeys()
9186 ParseNodeKind::ComputedName; in emitInitializeStaticFields()
[all …]
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DNameFunctions.cpp293 MOZ_ASSERT(left->isKind(ParseNodeKind::ComputedName) || in resolveFun()
H A DFullParseHandler.h127 return new_<UnaryNode>(ParseNodeKind::ComputedName, pos, expr); in newComputedName()
133 UnaryNode* node = new_<UnaryNode>(ParseNodeKind::ComputedName, pos, expr); in newSyntheticComputedName()
987 node->isKind(ParseNodeKind::ComputedName) || in isUsableAsObjectPropertyName()
H A DBytecodeEmitter.cpp1146 case ParseNodeKind::ComputedName: in checkSideEffects()
3816 MOZ_ASSERT(computedPropName->isKind(ParseNodeKind::ComputedName)); in emitComputedPropertyName()
4032 key->isKind(ParseNodeKind::ComputedName)); in IsDestructuringRestExclusionSetObjLiteralCompatible()
4090 MOZ_ASSERT(key->isKind(ParseNodeKind::ComputedName)); in emitDestructuringObjRestExclusionSet()
8950 if (key->isKind(ParseNodeKind::ComputedName)) { in isPropertyListObjLiteralCompatible()
9164 MOZ_ASSERT(key->isKind(ParseNodeKind::ComputedName) || in emitPropertyList()
9273 if (key->isKind(ParseNodeKind::ComputedName)) { in emitPropertyList()
9679 ParseNodeKind::ComputedName; in emitCreateFieldKeys()
10214 ParseNodeKind::ComputedName; in emitInitializeStaticFields()
10516 case ParseNodeKind::ComputedName: in emitRecordLiteral()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DNameFunctions.cpp294 MOZ_ASSERT(left->isKind(ParseNodeKind::ComputedName) || in resolveFun()
H A DFullParseHandler.h138 return new_<UnaryNode>(ParseNodeKind::ComputedName, pos, expr); in newComputedName()
144 UnaryNode* node = new_<UnaryNode>(ParseNodeKind::ComputedName, pos, expr); in newSyntheticComputedName()
960 node->isKind(ParseNodeKind::ComputedName) || in isUsableAsObjectPropertyName()

123