Home
last modified time | relevance | path

Searched defs:RemoveNode (Results 1 – 7 of 7) sorted by relevance

/third_party/cef/libcef/renderer/
Ddom_document_impl.cc211 void CefDOMDocumentImpl::RemoveNode(const blink::WebNode& node) { in RemoveNode() function in CefDOMDocumentImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFoldingSet.cpp375 bool FoldingSetBase::RemoveNode(Node *N) { in RemoveNode() function in FoldingSetBase
/third_party/flutter/skia/third_party/externals/spirv-tools/source/util/
Dmove_to_front.h493 uint32_t MoveToFront<Val>::RemoveNode(uint32_t node) { in RemoveNode() function
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dgraphcycles_test.cc438 TEST_F(GraphCyclesTest, RemoveNode) { in TEST_F() argument
Dgraphcycles.cc437 void GraphCycles::RemoveNode(void* ptr) { in RemoveNode() function in absl::synchronization_internal::GraphCycles
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DFoldingSet.h432 bool RemoveNode(T *N) { return FoldingSetBase::RemoveNode(N); } in RemoveNode() function
/third_party/typescript/src/services/
DtextChanges.ts150 interface RemoveNode extends BaseChange { interface