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

  /external/chromium_org/chrome/browser/browsing_data/
cookies_tree_model.h 50 class CookieTreeQuotaNode;
90 TYPE_QUOTA, // This is used for CookieTreeQuotaNode.
200 CookieTreeQuotaNode* UpdateOrCreateQuotaNode(
229 CookieTreeQuotaNode* quota_child_;
510 // CookieTreeQuotaNode --------------------------------------------------
511 class CookieTreeQuotaNode : public CookieTreeNode {
513 // quota_info should remain valid at least as long as the CookieTreeQuotaNode
515 explicit CookieTreeQuotaNode(
517 virtual ~CookieTreeQuotaNode();
523 // quota_info_ is expected to remain valid as long as the CookieTreeQuotaNode
    [all...]
local_data_container.h 88 friend class CookieTreeQuotaNode;
cookies_tree_model.cc 462 // CookieTreeQuotaNode, public:
464 CookieTreeQuotaNode::CookieTreeQuotaNode(
470 CookieTreeQuotaNode::~CookieTreeQuotaNode() {}
472 void CookieTreeQuotaNode::DeleteStoredObjects() {
483 CookieTreeNode::DetailedInfo CookieTreeQuotaNode::GetDetailedInfo() const {
646 CookieTreeQuotaNode* CookieTreeHostNode::UpdateOrCreateQuotaNode(
650 quota_child_ = new CookieTreeQuotaNode(quota_info);
    [all...]

Completed in 40 milliseconds