Home
last modified time | relevance | path

Searched refs:Container (Results 1 – 17 of 17) sorted by relevance

/external/webkit/WebCore/platform/graphics/android/
DPlatformGraphicsContext.h38 class Container {
40 Container(WebCore::Node* node, const WebCore::IntRect& r) in Container() function
46 ~Container() in ~Container()
51 Container& operator=(const Container& src)
65 Container(const Container& src) in Container() function
148 PlatformGraphicsContext(SkCanvas* canvas, WTF::Vector<Container>* buttons);
160 WTF::Vector<Container>* m_buttons;
DPlatformGraphicsContext.cpp33 PlatformGraphicsContext::PlatformGraphicsContext(SkCanvas* canvas, WTF::Vector<Container>* buttons) in PlatformGraphicsContext()
58 Container* end = m_buttons->end(); in storeButtonInfo()
59 for (Container* ptr = m_buttons->begin(); ptr != end; ptr++) { in storeButtonInfo()
67 Container container(node, r); in storeButtonInfo()
Dandroid_graphics.cpp124 Container* end = m_viewImpl->m_buttons.end(); in setup()
125 for (Container* ptr = m_viewImpl->m_buttons.begin(); ptr != end; ptr++) { in setup()
/external/stlport/test/unit/
Dmap_test.cpp339 typedef map<Key, int, KeyCmp> Container; in template_methods() typedef
340 typedef Container::value_type value; in template_methods()
341 Container cont; in template_methods()
356 Container const& ccont = cont; in template_methods()
364 typedef map<Key*, int, KeyCmpPtr> Container; in template_methods() typedef
365 typedef Container::value_type value; in template_methods()
366 Container cont; in template_methods()
381 Container const& ccont = cont; in template_methods()
388 typedef multimap<Key, int, KeyCmp> Container; in template_methods() typedef
389 typedef Container::value_type value; in template_methods()
[all …]
Dunordered_test.cpp572 typedef unordered_set<Key, KeyHash, KeyEqual> Container; in template_methods() typedef
573 Container cont; in template_methods()
586 Container const& ccont = cont; in template_methods()
593 typedef unordered_set<Key*, KeyHashPtr, KeyEqualPtr> Container; in template_methods() typedef
594 Container cont; in template_methods()
607 Container const& ccont = cont; in template_methods()
613 typedef unordered_multiset<Key, KeyHash, KeyEqual> Container; in template_methods() typedef
614 Container cont; in template_methods()
627 Container const& ccont = cont; in template_methods()
634 typedef unordered_multiset<Key const volatile*, KeyHashPtr, KeyEqualPtr> Container; in template_methods() typedef
[all …]
/external/chromium/base/
Dstack_container_unittest.cc77 typedef Vector::ContainerType Container; in TEST() typedef
91 Container::iterator itr = std::find(vect->begin(), vect->end(), dummy_unref); in TEST()
/external/webkit/WebKit/android/jni/
DWebViewCore.h485 WTF::Vector<Container> m_buttons;
497 void updateButtonList(WTF::Vector<Container>* buttons);
DWebViewCore.cpp501 WTF::Vector<Container> buttons(m_buttons); in recordPicture()
693 void WebViewCore::updateButtonList(WTF::Vector<Container>* buttons) in updateButtonList()
697 Container* end = buttons->end(); in updateButtonList()
698 for (Container* updatedContainer = buttons->begin(); in updateButtonList()
703 Container* lastPossibleMatch = m_buttons.end(); in updateButtonList()
704 for (Container* possibleMatch = m_buttons.begin(); in updateButtonList()
836 WTF::Vector<Container> buttons(m_buttons); in rebuildPicture()
/external/gtest/include/gtest/
Dgtest-param-test.h.pump223 // ValuesIn(const Container& container)
287 template <class Container>
288 internal::ParamGenerator<typename Container::value_type> ValuesIn(
289 const Container& container) {
Dgtest-param-test.h286 template <class Container>
287 internal::ParamGenerator<typename Container::value_type> ValuesIn( in ValuesIn()
288 const Container& container) { in ValuesIn()
/external/protobuf/gtest/include/gtest/
Dgtest-param-test.h.pump223 // ValuesIn(const Container& container)
287 template <class Container>
288 internal::ParamGenerator<typename Container::value_type> ValuesIn(
289 const Container& container) {
Dgtest-param-test.h287 template <class Container>
288 internal::ParamGenerator<typename Container::value_type> ValuesIn( in ValuesIn()
289 const Container& container) { in ValuesIn()
/external/stlport/etc/
DReleaseNote.txt31 * Container pointer specialization feature now works even with incomplete types
DChangeLog1203 * stlport/stl/_hashtable.h: Container might now be rehash when user
/external/webkit/WebKit/android/nav/
DWebView.cpp269 Container* end = m_viewImpl->m_buttons.end(); in nativeRecordButtons()
270 for (Container* ptr = m_viewImpl->m_buttons.begin(); ptr != end; ptr++) { in nativeRecordButtons()
/external/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt30 o 3.1 The Code Container
285 3.1 The Code Container
288 The Code Container has a fundamental effect on the layout of your code before you even begin to sty…
306 …ing anything else may cause inconsistencies in what is used as the Code Container (although it *sh…
508 …SHi is either in a <div> or a <pre> (see the section entitled "The Code Container"), and this can …
517 … by default have a larger font size than a <pre>, as discussed in the section "The Code Container".
/external/webkit/WebCore/
DChangeLog-2006-12-3113792 First parameter is now a Container so a fragment can be passed.