Home
last modified time | relevance | path

Searched defs:RemoveNode (Results 1 – 8 of 8) 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/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/lzma/C/
DPpmd7.c127 static void *RemoveNode(CPpmd7 *p, unsigned indx) in RemoveNode() function
/third_party/node/deps/v8/src/execution/
Dfutex-emulation.cc215 void FutexWaitList::RemoveNode(FutexWaitListNode* node) { in RemoveNode() function in v8::internal::FutexWaitList
/third_party/typescript/src/services/
DtextChanges.ts146 interface RemoveNode extends BaseChange { interface