HomeSort by relevance Sort by last modified time
    Searched refs:DeleteChildren (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/net/disk_cache/
sparse_control.h 77 static void DeleteChildren(EntryImpl* entry);
sparse_control.cc 70 void DeleteChildren();
102 DeleteChildren();
128 void ChildrenDeleter::DeleteChildren() {
140 FROM_HERE, base::Bind(&ChildrenDeleter::DeleteChildren, this));
334 void SparseControl::DeleteChildren(EntryImpl* entry) {
entry_impl.cc 473 SparseControl::DeleteChildren(this);
    [all...]
  /external/chromium_org/net/disk_cache/v3/
sparse_control_v3.h 72 static void DeleteChildren(EntryImpl* entry);
sparse_control_v3.cc 70 void DeleteChildren();
102 DeleteChildren();
128 void ChildrenDeleter::DeleteChildren() {
140 FROM_HERE, base::Bind(&ChildrenDeleter::DeleteChildren, this));
315 void SparseControl::DeleteChildren(EntryImpl* entry) {
entry_impl_v3.cc 1030 SparseControl::DeleteChildren(this);
    [all...]
  /external/chromium/net/disk_cache/
sparse_control.h 76 static void DeleteChildren(EntryImpl* entry);
sparse_control.cc 69 void DeleteChildren();
101 DeleteChildren();
127 void ChildrenDeleter::DeleteChildren() {
139 this, &ChildrenDeleter::DeleteChildren));
324 void SparseControl::DeleteChildren(EntryImpl* entry) {
entry_impl.cc 474 SparseControl::DeleteChildren(this);
    [all...]
  /external/tinyxml2/
tinyxml2.cpp 554 DeleteChildren();
570 void XMLNode::DeleteChildren()
    [all...]
tinyxml2.h 533 void DeleteChildren();
    [all...]

Completed in 127 milliseconds