HomeSort by relevance Sort by last modified time
    Searched defs:RecursiveDelete (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
file_util_proxy.cc 834 bool FileUtilProxy::RecursiveDelete(
  /external/skia/src/gpu/
GrRedBlackTree.h 157 static void RecursiveDelete(Node* x);
234 RecursiveDelete(fRoot);
333 RecursiveDelete(fRoot);
838 void GrRedBlackTree<T,C>::RecursiveDelete(Node* x) {
840 RecursiveDelete(x->fChildren[kLeft_Child]);
841 RecursiveDelete(x->fChildren[kRight_Child]);
    [all...]

Completed in 102 milliseconds