MCPcopy Create free account
hub / github.com/cztomczak/cefpython / InvalidateWeakPtrs

Method InvalidateWeakPtrs

src/include/base/cef_weak_ptr.h:319–322  ·  view source on GitHub ↗

Call this method to invalidate all existing weak pointers.

Source from the content-addressed store, hash-verified

317
318 // Call this method to invalidate all existing weak pointers.
319 void InvalidateWeakPtrs() {
320 DCHECK(ptr_);
321 weak_reference_owner_.Invalidate();
322 }
323
324 // Call this method to determine if any weak pointers exist.
325 bool HasWeakPtrs() const {

Callers 3

CancelMethod · 0.80
CancelMethod · 0.80
CancelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected