Home
last modified time | relevance | path

Searched refs:ParentType (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/base/containers/
Dmru_cache.h228 MRUCacheNullDeletor<PayloadType> > ParentType; typedef
232 explicit MRUCache(typename ParentType::size_type max_size) in MRUCache()
233 : ParentType(max_size) { in MRUCache()
262 MRUCachePointerDeletor<PayloadType> > ParentType; typedef
266 explicit OwningMRUCache(typename ParentType::size_type max_size) in OwningMRUCache()
267 : ParentType(max_size) { in OwningMRUCache()
294 MRUCacheHashMap> ParentType; typedef
298 explicit HashingMRUCache(typename ParentType::size_type max_size) in HashingMRUCache()
299 : ParentType(max_size) { in HashingMRUCache()
/external/chromium_org/ui/base/models/
Dtree_node_model.h193 : ParentType(base::string16()), value(value) {} in TreeNodeWithValue()
196 : ParentType(title), value(value) {} in TreeNodeWithValue()
201 typedef TreeNode< TreeNodeWithValue<ValueType> > ParentType; typedef
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
Dapi_util.cc40 enum ParentType { enum
55 ParentType parent_type) { in HasParentLinkTo()
75 ParentType parent_type) in TitleAndParentQuery()
87 ParentType parent_type;
94 ParentType parent_type) { in FilterEntriesByTitleAndParent()
108 ParentType parent_type) { in GetDocumentByTitleAndParent()
333 ParentType parent_type = PARENT_TYPE_DIRECTORY; in DidGetDirectory()
1004 ParentType parent_type = PARENT_TYPE_DIRECTORY; in DidListEntriesToEnsureUniqueness()