OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:contextElement
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGViewSpec.h
40
static PassRefPtrWillBeRawPtr<SVGViewSpec> create(SVGSVGElement*
contextElement
)
42
return adoptRefWillBeNoop(new SVGViewSpec(
contextElement
));
63
SVGSVGElement*
contextElement
() { return m_contextElement.get(); }
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedProperty.h
68
SVGElement*
contextElement
() const
163
SVGAnimatedPropertyCommon(SVGElement*
contextElement
, const QualifiedName& attributeName, PassRefPtr<Property> initialValue)
164
: SVGAnimatedPropertyBase(Property::classType(),
contextElement
, attributeName)
213
this->
contextElement
()->invalidateSVGAttributes();
214
this->
contextElement
()->svgAttributeChanged(this->attributeName());
223
SVGAnimatedProperty(SVGElement*
contextElement
, const QualifiedName& attributeName, PassRefPtr<Property> initialValue)
224
: SVGAnimatedPropertyCommon<Property>(
contextElement
, attributeName, initialValue)
239
static PassRefPtr<SVGAnimatedProperty<Property> > create(SVGElement*
contextElement
, const QualifiedName& attributeName, PassRefPtr<Property> initialValue)
241
return adoptRef(new SVGAnimatedProperty<Property>(
contextElement
, attributeName, initialValue));
270
m_baseValTearOff = TearOffType::create(this->baseValue(), this->
contextElement
(), PropertyIsNotAnimVal, this->attributeName())
[
all
...]
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)
/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));
122
HTMLTreeBuilder(HTMLDocumentParser*, DocumentFragment*, Element*
contextElement
, ParserContentPolicy, const HTMLParserOptions&);
203
FragmentParsingContext(DocumentFragment*, Element*
contextElement
);
207
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 342 milliseconds