OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quota_child_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/browsing_data/
cookies_tree_model.cc
569
quota_child_
(NULL),
647
if (
quota_child_
)
648
return
quota_child_
;
649
quota_child_
= new CookieTreeQuotaNode(quota_info);
650
AddChildSortedByTitle(
quota_child_
);
651
return
quota_child_
;
[
all
...]
cookies_tree_model.h
229
CookieTreeQuotaNode*
quota_child_
;
member in class:CookieTreeHostNode
Completed in 24 milliseconds