HomeSort by relevance Sort by last modified time
    Searched refs:static_pointer_cast (Results 1 - 19 of 19) sorted by null

  /external/webkit/WebCore/wml/
WMLIntrinsicEvent.cpp 37 return static_pointer_cast<WMLTaskElement>(WMLElementFactory::createWMLElement(goTag, document, false));
  /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/android/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/JavaScriptCore/wtf/
PassOwnPtr.h 156 template <typename T, typename U> inline PassOwnPtr<T> static_pointer_cast(const PassOwnPtr<U>& p) function in namespace:WTF
175 using WTF::static_pointer_cast;
PassRefPtr.h 244 template <typename T, typename U> inline PassRefPtr<T> static_pointer_cast(const PassRefPtr<U>& p) function in namespace:WTF
264 using WTF::static_pointer_cast;
RefPtr.h 199 template <typename T, typename U> inline RefPtr<T> static_pointer_cast(const RefPtr<U>& p) function in namespace:WTF
217 using WTF::static_pointer_cast;
  /external/webkit/WebCore/bindings/js/
JSOptionConstructor.cpp 52 RefPtr<HTMLOptionElement> element = static_pointer_cast<HTMLOptionElement>(document->createElement(HTMLNames::optionTag, false));
JSCSSStyleDeclarationCustom.cpp 159 return jsNumber(exec, static_pointer_cast<CSSPrimitiveValue>(v)->getFloatValue(CSSPrimitiveValue::CSS_PX));
  /external/webkit/WebCore/svg/
SVGDocument.cpp 59 RefPtr<SVGZoomEvent> event = static_pointer_cast<SVGZoomEvent>(createEvent("SVGZoomEvents", ec));
SVGLinearGradientElement.cpp 107 RefPtr<SVGPaintServerLinearGradient> linearGradient = WTF::static_pointer_cast<SVGPaintServerLinearGradient>(m_resource);
SVGRadialGradientElement.cpp 118 RefPtr<SVGPaintServerRadialGradient> radialGradient = WTF::static_pointer_cast<SVGPaintServerRadialGradient>(m_resource);
SVGElement.cpp 259 currentTarget = (parent && parent->isSVGElement()) ? static_pointer_cast<SVGElement>(parent) : 0;
  /external/webkit/JavaScriptCore/runtime/
WeakGCPtr.h 115 template <typename T, typename U> inline WeakGCPtr<T> static_pointer_cast(const WeakGCPtr<U>& p) function in namespace:JSC
  /external/webkit/JavaScriptCore/wtf/gtk/
GRefPtr.h 145 template <typename T, typename U> inline GRefPtr<T> static_pointer_cast(const GRefPtr<U>& p) function in namespace:WTF
184 using WTF::static_pointer_cast;
  /external/webkit/WebCore/dom/
Element.cpp     [all...]
Range.cpp 628 RefPtr<CharacterData> c = static_pointer_cast<CharacterData>(m_start.container()->cloneNode(true));
637 RefPtr<ProcessingInstruction> c = static_pointer_cast<ProcessingInstruction>(m_start.container()->cloneNode(true));
692 RefPtr<CharacterData> c = static_pointer_cast<CharacterData>(m_start.container()->cloneNode(true));
701 RefPtr<ProcessingInstruction> c = static_pointer_cast<ProcessingInstruction>(m_start.container()->cloneNode(true));
758 RefPtr<CharacterData> c = static_pointer_cast<CharacterData>(m_end.container()->cloneNode(true));
766 RefPtr<ProcessingInstruction> c = static_pointer_cast<ProcessingInstruction>(m_end.container()->cloneNode(true));
    [all...]
  /external/webkit/WebCore/rendering/
SVGRenderTreeAsText.cpp 531 RefPtr<SVGPaintServer> paintServer = WTF::static_pointer_cast<SVGPaintServer>(resource);
  /external/webkit/WebKit/chromium/src/
WebViewImpl.cpp     [all...]
  /external/webkit/WebCore/editing/
ApplyStyleCommand.cpp     [all...]

Completed in 437 milliseconds