HomeSort by relevance Sort by last modified time
    Searched defs:contextElement (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGViewSpec.h 39 static PassRefPtrWillBeRawPtr<SVGViewSpec> create(SVGSVGElement* contextElement)
41 return adoptRefWillBeNoop(new SVGViewSpec(contextElement));
62 SVGSVGElement* contextElement() { return m_contextElement.get(); }
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPropertyTearOff.h 76 SVGElement* contextElement()
86 void attachToSVGElementAttribute(SVGElement* contextElement, const QualifiedName& attributeName)
89 ASSERT(contextElement);
91 m_contextElement = contextElement;
98 SVGPropertyTearOffBase(SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
99 : m_contextElement(contextElement)
134 SVGPropertyTearOff(PassRefPtr<Property> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
135 : SVGPropertyTearOffBase(contextElement, propertyIsAnimVal, attributeName)
SVGAnimatedProperty.h 67 SVGElement* contextElement() const
162 SVGAnimatedPropertyCommon(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<Property> initialValue)
163 : SVGAnimatedPropertyBase(Property::classType(), contextElement, attributeName)
212 this->contextElement()->invalidateSVGAttributes();
213 this->contextElement()->svgAttributeChanged(this->attributeName());
222 SVGAnimatedProperty(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<Property> initialValue)
223 : SVGAnimatedPropertyCommon<Property>(contextElement, attributeName, initialValue)
238 static PassRefPtr<SVGAnimatedProperty<Property> > create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<Property> initialValue)
240 return adoptRef(new SVGAnimatedProperty<Property>(contextElement, attributeName, initialValue));
269 m_baseValTearOff = TearOffType::create(this->baseValue(), this->contextElement(), PropertyIsNotAnimVal, this->attributeName())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilder.h 61 static PassOwnPtrWillBeRawPtr<HTMLTreeBuilder> create(HTMLDocumentParser* parser, DocumentFragment* fragment, Element* contextElement, ParserContentPolicy parserContentPolicy, const HTMLParserOptions& options)
63 return adoptPtrWillBeNoop(new HTMLTreeBuilder(parser, fragment, contextElement, parserContentPolicy, options));
121 HTMLTreeBuilder(HTMLDocumentParser*, DocumentFragment*, Element* contextElement, ParserContentPolicy, const HTMLParserOptions&);
202 FragmentParsingContext(DocumentFragment*, Element* contextElement);
206 Element* contextElement() const { ASSERT(m_fragment); return m_contextElementStackItem->element(); }
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 

Completed in 345 milliseconds