Home
last modified time | relevance | path

Searched refs:mXBLInvolved (Results 1 – 5 of 5) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DChildIterator.h141 mXBLInvolved(aOther.mXBLInvolved) {} in FlattenedChildIterator()
146 mXBLInvolved(aOther.mXBLInvolved) {} in FlattenedChildIterator()
149 if (mXBLInvolved.isNothing()) { in XBLInvolved()
150 mXBLInvolved = Some(ComputeWhetherXBLIsInvolved()); in XBLInvolved()
152 return *mXBLInvolved; in XBLInvolved()
182 Maybe<bool> mXBLInvolved;
H A DChildIterator.cpp122 mXBLInvolved = Some(false); in Init()
131 mXBLInvolved = Some(true); in Init()
142 mXBLInvolved = Some(true); in Init()
147 MOZ_ASSERT(mXBLInvolved.isNothing()); in ComputeWhetherXBLIsInvolved()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DChildIterator.h142 : ExplicitChildIterator(aParent, aStartAtBeginning), mXBLInvolved(false) in ExplicitChildIterator()
148 : ExplicitChildIterator(Move(aOther)), mXBLInvolved(aOther.mXBLInvolved) {} in FlattenedChildIterator()
151 : ExplicitChildIterator(aOther), mXBLInvolved(aOther.mXBLInvolved) {} in FlattenedChildIterator()
153 bool XBLInvolved() { return mXBLInvolved; } in XBLInvolved()
162 : ExplicitChildIterator(aParent, aStartAtBeginning), mXBLInvolved(false) in ExplicitChildIterator()
172 bool mXBLInvolved; variable
H A DChildIterator.cpp174 mXBLInvolved = true; in Init()
181 if (!mXBLInvolved && mParent->GetBindingParent()) { in Init()
187 mXBLInvolved = true; in Init()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs5039 pub mXBLInvolved: [u8; 2usize], field
5068 &(*(::std::ptr::null::<FlattenedChildIterator>())).mXBLInvolved as *const _ in bindgen_test_layout_FlattenedChildIterator()
5076 stringify!(mXBLInvolved) in bindgen_test_layout_FlattenedChildIterator()