Home | History | Annotate | Download | only in rendering

Lines Matching refs:floatingObjectSet

281         FloatingObjectSet& floatingObjectSet = m_floatingObjects->set();
282 FloatingObjectSetIterator end = floatingObjectSet.end();
289 for (FloatingObjectSetIterator it = floatingObjectSet.begin(); it != end; ++it) {
1449 FloatingObjectSet& floatingObjectSet = m_floatingObjects->set();
1450 FloatingObjectSetIterator end = floatingObjectSet.end();
1451 for (FloatingObjectSetIterator it = floatingObjectSet.begin(); it != end; ++it) {
2277 FloatingObjectSet& floatingObjectSet = m_floatingObjects->set();
2278 FloatingObjectSetIterator end = floatingObjectSet.end();
2279 for (FloatingObjectSetIterator it = floatingObjectSet.begin(); it != end; ++it) {
2608 FloatingObjectSet& floatingObjectSet = m_floatingObjects->set();
2609 FloatingObjectSetIterator end = floatingObjectSet.end();
2610 for (FloatingObjectSetIterator it = floatingObjectSet.begin(); it != end; ++it) {
2861 FloatingObjectSet& floatingObjectSet = m_floatingObjects->set();
2862 FloatingObjectSetIterator end = floatingObjectSet.end();
2863 for (FloatingObjectSetIterator it = floatingObjectSet.begin(); it != end; ++it) {
3175 FloatingObjectSet& floatingObjectSet = m_floatingObjects->set();
3176 FloatingObjectSetIterator it = floatingObjectSet.find<RenderBox*, FloatingObjectHashTranslator>(o);
3177 if (it != floatingObjectSet.end())
3213 FloatingObjectSet& floatingObjectSet = m_floatingObjects->set();
3214 FloatingObjectSet::iterator it = floatingObjectSet.find<RenderBox*, FloatingObjectHashTranslator>(o);
3215 if (it != floatingObjectSet.end()) {
3240 floatingObjectSet.remove(it);
3252 FloatingObjectSet& floatingObjectSet = m_floatingObjects->set();
3253 FloatingObject* curr = floatingObjectSet.last();
3256 floatingObjectSet.removeLast();
3259 curr = floatingObjectSet.last();
3268 FloatingObjectSet& floatingObjectSet = m_floatingObjects->set();
3269 if (floatingObjectSet.isEmpty())
3273 if (floatingObjectSet.last()->isPlaced())
3279 FloatingObjectSetIterator it = floatingObjectSet.end();
3281 FloatingObjectSetIterator begin = floatingObjectSet.begin();
3298 FloatingObjectSetIterator end = floatingObjectSet.end();
3488 FloatingObjectSet& floatingObjectSet = m_floatingObjects->set();
3489 FloatingObjectSetIterator begin = floatingObjectSet.begin();
3490 FloatingObjectSetIterator it = floatingObjectSet.end();
3525 FloatingObjectSet& floatingObjectSet = m_floatingObjects->set();
3526 FloatingObjectSetIterator begin = floatingObjectSet.begin();
3527 FloatingObjectSetIterator it = floatingObjectSet.end();
3563 FloatingObjectSet& floatingObjectSet = m_floatingObjects->set();
3564 FloatingObjectSetIterator end = floatingObjectSet.end();
3565 for (FloatingObjectSetIterator it = floatingObjectSet.begin(); it != end; ++it) {
3580 FloatingObjectSet& floatingObjectSet = m_floatingObjects->set();
3581 FloatingObjectSetIterator end = floatingObjectSet.end();
3582 for (FloatingObjectSetIterator it = floatingObjectSet.begin(); it != end; ++it) {
3623 FloatingObjectSet& floatingObjectSet = m_floatingObjects->set();
3625 FloatingObjectSet::iterator end = floatingObjectSet.end();
3626 for (FloatingObjectSet::iterator it = floatingObjectSet.begin(); it != end; ++it) {
3631 deleteAllValues(floatingObjectSet);
3678 FloatingObjectSet& floatingObjectSet = m_floatingObjects->set();
3679 FloatingObjectSetIterator end = floatingObjectSet.end();
3680 for (FloatingObjectSetIterator it = floatingObjectSet.begin(); it != end; ++it) {
3790 FloatingObjectSet& floatingObjectSet = m_floatingObjects->set();
3791 FloatingObjectSetIterator it = floatingObjectSet.find<RenderBox*, FloatingObjectHashTranslator>(renderer);
3792 if (it == floatingObjectSet.end())
3806 FloatingObjectSet& prevSet = prev->m_floatingObjects->set();
3877 FloatingObjectSet& floatingObjectSet = m_floatingObjects->set();
3878 FloatingObjectSetIterator end = floatingObjectSet.end();
3879 for (FloatingObjectSetIterator it = floatingObjectSet.begin(); it != end; ++it) {
4032 FloatingObjectSet& floatingObjectSet = m_floatingObjects->set();
4033 FloatingObjectSetIterator begin = floatingObjectSet.begin();
4034 for (FloatingObjectSetIterator it = floatingObjectSet.end(); it != begin;) {
5651 FloatingObjectSet& floatingObjectSet = m_floatingObjects->set();
5652 FloatingObjectSetIterator end = floatingObjectSet.end();
5653 for (FloatingObjectSetIterator it = floatingObjectSet.begin(); it != end; ++it) {