Home | History | Annotate | Download | only in style

Lines Matching refs:rareNonInheritedData

78     , rareNonInheritedData(defaultStyle()->rareNonInheritedData)
109 rareNonInheritedData.init();
110 rareNonInheritedData.access()->flexibleBox.init();
111 rareNonInheritedData.access()->marquee.init();
112 rareNonInheritedData.access()->m_multiCol.init();
113 rareNonInheritedData.access()->m_transform.init();
141 , rareNonInheritedData(o.rareNonInheritedData)
176 rareNonInheritedData == o.rareNonInheritedData &&
315 if (rareNonInheritedData.get() != other->rareNonInheritedData.get()) {
316 if (rareNonInheritedData->m_appearance != other->rareNonInheritedData->m_appearance ||
317 rareNonInheritedData->marginTopCollapse != other->rareNonInheritedData->marginTopCollapse ||
318 rareNonInheritedData->marginBottomCollapse != other->rareNonInheritedData->marginBottomCollapse ||
319 rareNonInheritedData->lineClamp != other->rareNonInheritedData->lineClamp ||
320 rareNonInheritedData->textOverflow != other->rareNonInheritedData->textOverflow)
323 if (rareNonInheritedData->flexibleBox.get() != other->rareNonInheritedData->flexibleBox.get() &&
324 *rareNonInheritedData->flexibleBox.get() != *other->rareNonInheritedData->flexibleBox.get())
328 if (!rareNonInheritedData->shadowDataEquivalent(*other->rareNonInheritedData.get()))
331 if (!rareNonInheritedData->reflectionDataEquivalent(*other->rareNonInheritedData.get()))
334 if (rareNonInheritedData->m_multiCol.get() != other->rareNonInheritedData->m_multiCol.get() &&
335 *rareNonInheritedData->m_multiCol.get() != *other->rareNonInheritedData->m_multiCol.get())
338 if (rareNonInheritedData->m_transform.get() != other->rareNonInheritedData->m_transform.get() &&
339 *rareNonInheritedData->m_transform.get() != *other->rareNonInheritedData->m_transform.get()) {
349 if (rareNonInheritedData.get() != other->rareNonInheritedData.get()) {
350 if (rareNonInheritedData->m_transformStyle3D != other->rareNonInheritedData->m_transformStyle3D ||
351 rareNonInheritedData->m_backfaceVisibility != other->rareNonInheritedData->m_backfaceVisibility ||
352 rareNonInheritedData->m_perspective != other->rareNonInheritedData->m_perspective ||
353 rareNonInheritedData->m_perspectiveOriginX != other->rareNonInheritedData->m_perspectiveOriginX ||
354 rareNonInheritedData->m_perspectiveOriginY != other->rareNonInheritedData->m_perspectiveOriginY)
361 if (rareNonInheritedData->m_dashboardRegions != other->rareNonInheritedData->m_dashboardRegions)
446 const CounterDirectiveMap* mapA = rareNonInheritedData->m_counterDirectives.get();
447 const CounterDirectiveMap* mapB = other->rareNonInheritedData->m_counterDirectives.get();
457 if ((rareNonInheritedData->opacity == 1 && other->rareNonInheritedData->opacity < 1) ||
458 (rareNonInheritedData->opacity < 1 && other->rareNonInheritedData->opacity == 1)) {
483 if (rareNonInheritedData->opacity != other->rareNonInheritedData->opacity) {
492 if (rareNonInheritedData->m_mask != other->rareNonInheritedData->m_mask ||
493 rareNonInheritedData->m_maskBoxImage != other->rareNonInheritedData->m_maskBoxImage)
505 rareNonInheritedData->userDrag != other->rareNonInheritedData->userDrag ||
506 rareNonInheritedData->m_borderFit != other->rareNonInheritedData->m_borderFit ||
512 if (rareNonInheritedData.get() != other->rareNonInheritedData.get()) {
513 if (rareNonInheritedData->m_transformStyle3D != other->rareNonInheritedData->m_transformStyle3D ||
514 rareNonInheritedData->m_backfaceVisibility != other->rareNonInheritedData->m_backfaceVisibility ||
515 rareNonInheritedData->m_perspective != other->rareNonInheritedData->m_perspective ||
516 rareNonInheritedData->m_perspectiveOriginX != other->rareNonInheritedData->m_perspectiveOriginX ||
517 rareNonInheritedData->m_perspectiveOriginY != other->rareNonInheritedData->m_perspectiveOriginY)
562 if (rareNonInheritedData->m_content)
563 rareNonInheritedData->m_content->clear();
571 OwnPtr<ContentData>& content = rareNonInheritedData.access()->m_content;
597 OwnPtr<ContentData>& content = rareNonInheritedData.access()->m_content;
633 OwnPtr<ContentData>& content = rareNonInheritedData.access()->m_content;
660 unsigned s = rareNonInheritedData->m_transform->m_operations.operations().size();
664 TransformOperation::OperationType type = rareNonInheritedData->m_transform->m_operations.operations()[i]->getOperationType();
682 rareNonInheritedData->m_transform->m_operations.operations()[i]->apply(transform, borderBoxSize);
694 SET_VAR(rareNonInheritedData, bindingURI, binding)
720 StyleRareNonInheritedData* rareData = rareNonInheritedData.access();
784 return rareNonInheritedData->m_counterDirectives.get();
789 OwnPtr<CounterDirectiveMap>& map = rareNonInheritedData.access()->m_counterDirectives;
824 AnimationList* animationList = rareNonInheritedData->m_animations.get();
847 AnimationList* transitionList = rareNonInheritedData->m_transitions.get();
882 if (!rareNonInheritedData.access()->m_animations)
883 rareNonInheritedData.access()->m_animations.set(new AnimationList());
884 return rareNonInheritedData->m_animations.get();
889 if (!rareNonInheritedData.access()->m_transitions)
890 rareNonInheritedData.access()->m_transitions.set(new AnimationList());
891 return rareNonInheritedData->m_transitions.get();