/external/webkit/Source/WebCore/wml/ |
WMLIntrinsicEvent.cpp | 37 return static_pointer_cast<WMLTaskElement>(WMLElementFactory::createWMLElement(goTag, document, false));
|
/external/webkit/Source/WebCore/fileapi/ |
DirectoryEntrySync.cpp | 62 return static_pointer_cast<FileEntrySync>(helper.getResult(ec)); 73 return static_pointer_cast<DirectoryEntrySync>(helper.getResult(ec));
|
/external/webkit/Source/WebCore/svg/properties/ |
SVGAnimatedPathSegListPropertyTearOff.h | 51 return static_pointer_cast<SVGPathSegListPropertyTearOff>(m_baseVal)->removeItemFromList(segment, shouldSynchronizeWrappers);
|
SVGAnimatedProperty.h | 74 return static_pointer_cast<TearOffType>(wrapper).release(); 81 return static_pointer_cast<TearOffType>(animatedPropertyCache()->get(key)).get();
|
SVGAnimatedListPropertyTearOff.h | 60 return static_pointer_cast<SVGListPropertyTearOff<PropertyType> >(m_baseVal)->removeItemFromList(static_cast<ListItemTearOff*>(property), shouldSynchronizeWrappers);
|
/external/stlport/stlport/ |
memory | 79 template<class T, class U> shared_ptr<T> static_pointer_cast(shared_ptr<U> const & r); 109 using ::boost::static_pointer_cast;
|
/ndk/sources/cxx-stl/stlport/stlport/ |
memory | 79 template<class T, class U> shared_ptr<T> static_pointer_cast(shared_ptr<U> const & r); 109 using ::boost::static_pointer_cast;
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/ |
memory | 79 template<class T, class U> shared_ptr<T> static_pointer_cast(shared_ptr<U> const & r); 109 using ::boost::static_pointer_cast;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/ |
memory | 79 template<class T, class U> shared_ptr<T> static_pointer_cast(shared_ptr<U> const & r); 109 using ::boost::static_pointer_cast;
|
/external/webkit/Source/WebCore/svg/ |
SVGDocument.cpp | 55 RefPtr<SVGZoomEvent> event = static_pointer_cast<SVGZoomEvent>(createEvent("SVGZoomEvents", ec));
|
SVGElement.cpp | 321 currentTarget = (parent && parent->isSVGElement()) ? static_pointer_cast<SVGElement>(parent) : RefPtr<SVGElement>();
|
/external/webkit/Source/JavaScriptCore/wtf/ |
PassOwnArrayPtr.h | 205 template<typename T, typename U> inline PassOwnArrayPtr<T> static_pointer_cast(const PassOwnArrayPtr<U>& p) function in namespace:WTF 225 using WTF::static_pointer_cast;
|
PassOwnPtr.h | 196 template<typename T, typename U> inline PassOwnPtr<T> static_pointer_cast(const PassOwnPtr<U>& p) function in namespace:WTF 216 using WTF::static_pointer_cast;
|
RefPtr.h | 211 template<typename T, typename U> inline RefPtr<T> static_pointer_cast(const RefPtr<U>& p) function in namespace:WTF 229 using WTF::static_pointer_cast;
|
PassRefPtr.h | 283 template<typename T, typename U> inline PassRefPtr<T> static_pointer_cast(const PassRefPtr<U>& p) function in namespace:WTF 310 using WTF::static_pointer_cast;
|
/external/webkit/Source/WebCore/bindings/js/ |
JSCSSStyleDeclarationCustom.cpp | 164 return jsNumber(static_pointer_cast<CSSPrimitiveValue>(v)->getFloatValue(CSSPrimitiveValue::CSS_PX));
|
/external/webkit/Source/JavaScriptCore/wtf/gobject/ |
GRefPtr.h | 182 template <typename T, typename U> inline GRefPtr<T> static_pointer_cast(const GRefPtr<U>& p) function in namespace:WTF
|
/external/webkit/Source/WebCore/dom/ |
Element.cpp | [all...] |
/external/webkit/Source/WebCore/html/parser/ |
HTMLConstructionSite.cpp | 280 RefPtr<HTMLFormElement> form = static_pointer_cast<HTMLFormElement>(element.release());
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
shared_ptr.h | 605 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) function in namespace:std::tr1 903 static_pointer_cast(const shared_ptr<_Tp1>& __r) function in namespace:std::tr1
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
shared_ptr.h | 605 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) function in namespace:std::tr1 903 static_pointer_cast(const shared_ptr<_Tp1>& __r) function in namespace:std::tr1
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
shared_ptr.h | 605 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) function in namespace:std::tr1 903 static_pointer_cast(const shared_ptr<_Tp1>& __r) function in namespace:std::tr1
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
shared_ptr.h | 964 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) function 1388 static_pointer_cast(const shared_ptr<_Tp1>& __r) function [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
shared_ptr.h | 964 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) function 1388 static_pointer_cast(const shared_ptr<_Tp1>& __r) function [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
shared_ptr.h | 964 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) function 1388 static_pointer_cast(const shared_ptr<_Tp1>& __r) function [all...] |