Home
last modified time | relevance | path

Searched refs:nsSMILTimeValueSpec (Results 1 – 14 of 14) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/dom/smil/
H A DnsSMILTimeValueSpec.cpp39 nsSMILTimeValueSpec::nsSMILTimeValueSpec(nsSMILTimedElement& aOwner, in nsSMILTimeValueSpec() function in nsSMILTimeValueSpec
43 nsSMILTimeValueSpec::~nsSMILTimeValueSpec() { in ~nsSMILTimeValueSpec()
51 nsresult nsSMILTimeValueSpec::SetSpec(const nsAString& aStringSpec, in SetSpec()
107 bool nsSMILTimeValueSpec::IsEventBased() const { in IsEventBased()
112 void nsSMILTimeValueSpec::HandleNewInterval( in HandleNewInterval()
137 void nsSMILTimeValueSpec::HandleChangedInstanceTime( in HandleChangedInstanceTime()
161 void nsSMILTimeValueSpec::HandleDeletedInstanceTime( in HandleDeletedInstanceTime()
168 void nsSMILTimeValueSpec::Traverse( in Traverse()
173 void nsSMILTimeValueSpec::Unlink() { in Unlink()
228 bool nsSMILTimeValueSpec::IsWhitelistedEvent() { in IsWhitelistedEvent()
[all …]
H A DnsSMILTimeValueSpec.h37 class nsSMILTimeValueSpec {
42 nsSMILTimeValueSpec(nsSMILTimedElement& aOwner, bool aIsBegin);
43 ~nsSMILTimeValueSpec();
99 explicit TimeReferenceTracker(nsSMILTimeValueSpec* aOwner) in TimeReferenceTracker()
115 nsSMILTimeValueSpec* mSpec;
124 explicit EventListener(nsSMILTimeValueSpec* aOwner) : mSpec(aOwner) {} in EventListener()
131 nsSMILTimeValueSpec* mSpec;
H A DnsSMILInstanceTime.h14 class nsSMILTimeValueSpec; variable
54 nsSMILTimeValueSpec* aCreator = nullptr,
64 const nsSMILTimeValueSpec* GetCreator() const { return mCreator; } in GetCreator()
155 nsSMILTimeValueSpec* mCreator; // The nsSMILTimeValueSpec object that created
H A DnsSMILTimedElement.h181 void RemoveInstanceTimesForCreator(const nsSMILTimeValueSpec* aSpec,
295 void AddDependent(nsSMILTimeValueSpec& aDependent);
303 void RemoveDependent(nsSMILTimeValueSpec& aDependent);
350 typedef nsTArray<nsAutoPtr<nsSMILTimeValueSpec> > TimeValueSpecList;
353 typedef nsPtrHashKey<nsSMILTimeValueSpec> TimeValueSpecPtrKey;
H A Dmoz.build30 'nsSMILTimeValueSpec.h',
57 'nsSMILTimeValueSpec.cpp',
H A DnsSMILTimedElement.cpp421 explicit RemoveByCreator(const nsSMILTimeValueSpec* aCreator) in RemoveByCreator()
438 const nsSMILTimeValueSpec* mCreator;
443 const nsSMILTimeValueSpec* aCreator, bool aIsBegin) { in RemoveInstanceTimesForCreator()
1018 void nsSMILTimedElement::AddDependent(nsSMILTimeValueSpec& aDependent) { in AddDependent()
1100 nsSMILTimeValueSpec* beginSpec = mBeginSpecs[i]; in Traverse()
1107 nsSMILTimeValueSpec* endSpec = mEndSpecs[j]; in Traverse()
1119 nsSMILTimeValueSpec* beginSpec = mBeginSpecs[i]; in Unlink()
1126 nsSMILTimeValueSpec* endSpec = mEndSpecs[j]; in Unlink()
1158 nsAutoPtr<nsSMILTimeValueSpec> spec( in SetBeginOrEndSpec()
1159 new nsSMILTimeValueSpec(*this, aIsBegin)); in SetBeginOrEndSpec()
[all …]
H A DnsSMILInstanceTime.cpp17 nsSMILTimeValueSpec* aCreator, in nsSMILInstanceTime()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/smil/
H A DnsSMILTimeValueSpec.cpp41 nsSMILTimeValueSpec::nsSMILTimeValueSpec(nsSMILTimedElement& aOwner, in nsSMILTimeValueSpec() function in nsSMILTimeValueSpec
49 nsSMILTimeValueSpec::~nsSMILTimeValueSpec() in ~nsSMILTimeValueSpec()
59 nsSMILTimeValueSpec::SetSpec(const nsAString& aStringSpec, in SetSpec()
126 nsSMILTimeValueSpec::IsEventBased() const in IsEventBased()
165 nsSMILTimeValueSpec::HandleChangedInstanceTime( in HandleChangedInstanceTime()
193 nsSMILTimeValueSpec::HandleDeletedInstanceTime( in HandleDeletedInstanceTime()
200 nsSMILTimeValueSpec::DependsOnBegin() const in DependsOnBegin()
212 nsSMILTimeValueSpec::Unlink() in Unlink()
279 nsSMILTimeValueSpec::IsWhitelistedEvent() in IsWhitelistedEvent()
370 nsSMILTimeValueSpec::HandleEvent(nsIDOMEvent* aEvent) in HandleEvent()
[all …]
H A DnsSMILTimeValueSpec.h37 class nsSMILTimeValueSpec
42 nsSMILTimeValueSpec(nsSMILTimedElement& aOwner, bool aIsBegin);
43 ~nsSMILTimeValueSpec();
92 explicit TimeReferenceElement(nsSMILTimeValueSpec* aOwner) : mSpec(aOwner) { } in TimeReferenceElement()
107 nsSMILTimeValueSpec* mSpec;
116 explicit EventListener(nsSMILTimeValueSpec* aOwner) : mSpec(aOwner) { } in EventListener()
126 nsSMILTimeValueSpec* mSpec;
H A DnsSMILInstanceTime.h14 class nsSMILTimeValueSpec; variable
55 nsSMILTimeValueSpec* aCreator = nullptr,
66 const nsSMILTimeValueSpec* GetCreator() const { return mCreator; } in GetCreator()
159 nsSMILTimeValueSpec* mCreator; // The nsSMILTimeValueSpec object that created
H A DnsSMILTimedElement.h186 void RemoveInstanceTimesForCreator(const nsSMILTimeValueSpec* aSpec,
300 void AddDependent(nsSMILTimeValueSpec& aDependent);
308 void RemoveDependent(nsSMILTimeValueSpec& aDependent);
355 typedef nsTArray<nsAutoPtr<nsSMILTimeValueSpec> > TimeValueSpecList;
358 typedef nsPtrHashKey<nsSMILTimeValueSpec> TimeValueSpecPtrKey;
H A Dmoz.build28 'nsSMILTimeValueSpec.h',
56 'nsSMILTimeValueSpec.cpp',
H A DnsSMILTimedElement.cpp497 const nsSMILTimeValueSpec* mCreator;
503 const nsSMILTimeValueSpec* aCreator, bool aIsBegin) in RemoveInstanceTimesForCreator()
1166 nsSMILTimedElement::AddDependent(nsSMILTimeValueSpec& aDependent) in AddDependent()
1187 nsSMILTimedElement::RemoveDependent(nsSMILTimeValueSpec& aDependent) in RemoveDependent()
1258 nsSMILTimeValueSpec* beginSpec = mBeginSpecs[i]; in Traverse()
1266 nsSMILTimeValueSpec* endSpec = mEndSpecs[j]; in Traverse()
1280 nsSMILTimeValueSpec* beginSpec = mBeginSpecs[i]; in Unlink()
1288 nsSMILTimeValueSpec* endSpec = mEndSpecs[j]; in Unlink()
1322 nsAutoPtr<nsSMILTimeValueSpec> in SetBeginOrEndSpec()
1323 spec(new nsSMILTimeValueSpec(*this, aIsBegin)); in SetBeginOrEndSpec()
[all …]
H A DnsSMILInstanceTime.cpp17 nsSMILTimeValueSpec* aCreator, in nsSMILInstanceTime()