Home
last modified time | relevance | path

Searched defs:Container (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/platform/graphics/android/
DPlatformGraphicsContext.h40 Container(WebCore::Node* node, const WebCore::IntRect& r) in Container() function
65 Container(const Container& src) in Container() function
/external/stlport/test/unit/
Dmap_test.cpp339 typedef map<Key, int, KeyCmp> Container; in template_methods() typedef
364 typedef map<Key*, int, KeyCmpPtr> Container; in template_methods() typedef
388 typedef multimap<Key, int, KeyCmp> Container; in template_methods() typedef
413 typedef multimap<Key const volatile*, int, KeyCmpPtr> Container; in template_methods() typedef
Dunordered_test.cpp572 typedef unordered_set<Key, KeyHash, KeyEqual> Container; in template_methods() typedef
593 typedef unordered_set<Key*, KeyHashPtr, KeyEqualPtr> Container; in template_methods() typedef
613 typedef unordered_multiset<Key, KeyHash, KeyEqual> Container; in template_methods() typedef
634 typedef unordered_multiset<Key const volatile*, KeyHashPtr, KeyEqualPtr> Container; in template_methods() typedef
/external/chromium/base/
Dstack_container_unittest.cc77 typedef Vector::ContainerType Container; in TEST() typedef