Home
last modified time | relevance | path

Searched defs:RemoveAll (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_texttabstopscontext.cpp25 void CXFA_TextTabstopsContext::RemoveAll() { in RemoveAll() function in CXFA_TextTabstopsContext
/external/libchrome/base/
Dscoped_observer.h43 void RemoveAll() { in RemoveAll() function
/external/lzma/CPP/Windows/Control/
DImageList.h71 bool RemoveAll() in RemoveAll() function
/external/webrtc/modules/audio_coding/neteq/
Ddecoder_database.cc184 void DecoderDatabase::RemoveAll() { in RemoveAll() function in webrtc::DecoderDatabase
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointList.cpp82 void BreakpointList::RemoveAll(bool notify) { in RemoveAll() function in BreakpointList
DWatchpointList.cpp229 void WatchpointList::RemoveAll(bool notify) { in RemoveAll() function in WatchpointList
/external/pdfium/xfa/fwl/
Dcfwl_combobox.cpp52 void CFWL_ComboBox::RemoveAll() { in RemoveAll() function in CFWL_ComboBox
/external/llvm-project/clang-tools-extra/clang-move/
DMove.cpp854 tooling::Replacement RemoveAll(SM, CharSourceRange::getCharRange(Begin, End), in moveAll() local