![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "xfa/fxfa/parser/cxfa_node.h"#include "fxjs/gc/heap.h"#include "fxjs/xfa/cjx_node.h"#include "testing/fxgc_unittest.h"#include "testing/gtest/include/gtest/gtest.h"#include "v8/include/cppgc/allocation.h"#include "v8/include/cppgc/persistent.h"#include "xfa/fxfa/parser/cxfa_document.h"Go to the source code of this file.
Classes | |
| class | CXFANodeTest |
Functions | |
| TEST_F (CXFANodeTest, InsertFirstChild) | |
| TEST_F (CXFANodeTest, InsertChildByNegativeIndex) | |
| TEST_F (CXFANodeTest, InsertChildByIndex) | |
| TEST_F (CXFANodeTest, InsertChildIndexPastEnd) | |
| TEST_F (CXFANodeTest, InsertFirstChildBeforeNullptr) | |
| TEST_F (CXFANodeTest, InsertBeforeWithNullBefore) | |
| TEST_F (CXFANodeTest, InsertBeforeFirstChild) | |
| TEST_F (CXFANodeTest, InsertBefore) | |
| TEST_F (CXFANodeTest, RemoveOnlyChild) | |
| TEST_F (CXFANodeTest, RemoveFirstChild) | |
| TEST_F (CXFANodeTest, RemoveLastChild) | |
| TEST_F (CXFANodeTest, RemoveChild) | |
| TEST_F (CXFANodeTest, InsertChildWithParent) | |
| TEST_F (CXFANodeTest, InsertNullChild) | |
| TEST_F (CXFANodeTest, InsertBeforeWithNullChild) | |
| TEST_F (CXFANodeTest, InsertBeforeWithBeforeInAnotherParent) | |
| TEST_F (CXFANodeTest, InsertBeforeWithNodeInAnotherParent) | |
| TEST_F (CXFANodeTest, RemoveChildNullptr) | |
| TEST_F (CXFANodeTest, RemoveChildAnotherParent) | |
| TEST_F (CXFANodeTest, AncestorOf) | |
| TEST_F (CXFANodeTest, DeltaObjectIsNode) | |
| TEST_F | ( | CXFANodeTest | , |
| AncestorOf | ) |
Definition at line 394 of file cxfa_node_unittest.cpp.
References CXFA_Node::InsertChildAndNotify(), and CXFA_Node::IsAncestorOf().
| TEST_F | ( | CXFANodeTest | , |
| DeltaObjectIsNode | ) |
Definition at line 415 of file cxfa_node_unittest.cpp.
References CXFA_Node::Create(), and CXFA_Object::IsNode().
| TEST_F | ( | CXFANodeTest | , |
| InsertBefore | ) |
Definition at line 211 of file cxfa_node_unittest.cpp.
| TEST_F | ( | CXFANodeTest | , |
| InsertBeforeFirstChild | ) |
Definition at line 189 of file cxfa_node_unittest.cpp.
| TEST_F | ( | CXFANodeTest | , |
| InsertBeforeWithBeforeInAnotherParent | ) |
Definition at line 349 of file cxfa_node_unittest.cpp.
References CXFA_Node::InsertChildAndNotify().
| TEST_F | ( | CXFANodeTest | , |
| InsertBeforeWithNodeInAnotherParent | ) |
Definition at line 363 of file cxfa_node_unittest.cpp.
References CXFA_Node::InsertChildAndNotify().
| TEST_F | ( | CXFANodeTest | , |
| InsertBeforeWithNullBefore | ) |
Definition at line 167 of file cxfa_node_unittest.cpp.
| TEST_F | ( | CXFANodeTest | , |
| InsertBeforeWithNullChild | ) |
Definition at line 344 of file cxfa_node_unittest.cpp.
| TEST_F | ( | CXFANodeTest | , |
| InsertChildByIndex | ) |
Definition at line 96 of file cxfa_node_unittest.cpp.
| TEST_F | ( | CXFANodeTest | , |
| InsertChildByNegativeIndex | ) |
Definition at line 77 of file cxfa_node_unittest.cpp.
| TEST_F | ( | CXFANodeTest | , |
| InsertChildIndexPastEnd | ) |
Definition at line 134 of file cxfa_node_unittest.cpp.
| TEST_F | ( | CXFANodeTest | , |
| InsertChildWithParent | ) |
Definition at line 330 of file cxfa_node_unittest.cpp.
References CXFA_Node::InsertChildAndNotify().
| TEST_F | ( | CXFANodeTest | , |
| InsertFirstChild | ) |
Definition at line 62 of file cxfa_node_unittest.cpp.
| TEST_F | ( | CXFANodeTest | , |
| InsertFirstChildBeforeNullptr | ) |
Definition at line 156 of file cxfa_node_unittest.cpp.
| TEST_F | ( | CXFANodeTest | , |
| InsertNullChild | ) |
Definition at line 340 of file cxfa_node_unittest.cpp.
| TEST_F | ( | CXFANodeTest | , |
| RemoveChild | ) |
Definition at line 305 of file cxfa_node_unittest.cpp.
| TEST_F | ( | CXFANodeTest | , |
| RemoveChildAnotherParent | ) |
Definition at line 381 of file cxfa_node_unittest.cpp.
References CXFA_Node::InsertChildAndNotify().
| TEST_F | ( | CXFANodeTest | , |
| RemoveChildNullptr | ) |
Definition at line 376 of file cxfa_node_unittest.cpp.
| TEST_F | ( | CXFANodeTest | , |
| RemoveFirstChild | ) |
Definition at line 257 of file cxfa_node_unittest.cpp.
| TEST_F | ( | CXFANodeTest | , |
| RemoveLastChild | ) |
Definition at line 281 of file cxfa_node_unittest.cpp.
| TEST_F | ( | CXFANodeTest | , |
| RemoveOnlyChild | ) |
Definition at line 242 of file cxfa_node_unittest.cpp.