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

  /external/chromium_org/chrome/browser/browsing_data/
cookies_tree_model.cc 570 quota_child_(NULL),
648 if (quota_child_)
649 return quota_child_;
650 quota_child_ = new CookieTreeQuotaNode(quota_info);
651 AddChildSortedByTitle(quota_child_);
652 return quota_child_;
    [all...]
cookies_tree_model.h 229 CookieTreeQuotaNode* quota_child_; member in class:CookieTreeHostNode

Completed in 166 milliseconds