• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/WebCore-7600.1.25/page/scrolling/

Lines Matching refs:ts

79 void ScrollingStateStickyNode::dumpProperties(TextStream& ts, int indent) const
81 ts << "(" << "Sticky node" << "\n";
84 writeIndent(ts, indent + 1);
85 ts << "(anchor edges: ";
87 ts << "AnchorEdgeLeft ";
89 ts << "AnchorEdgeRight ";
91 ts << "AnchorEdgeTop ";
93 ts << "AnchorEdgeBottom";
94 ts << ")\n";
98 writeIndent(ts, indent + 1);
99 ts << "(left offset " << m_constraints.leftOffset() << ")\n";
102 writeIndent(ts, indent + 1);
103 ts << "(right offset " << m_constraints.rightOffset() << ")\n";
106 writeIndent(ts, indent + 1);
107 ts << "(top offset " << m_constraints.topOffset() << ")\n";
110 writeIndent(ts, indent + 1);
111 ts << "(bottom offset " << m_constraints.bottomOffset() << ")\n";
114 writeIndent(ts, indent + 1);
116 ts << "(containing block rect " << r.x() << ", " << r.y() << " " << r.width() << " x " << r.height() << ")\n";
118 writeIndent(ts, indent + 1);
120 ts << "(sticky box rect " << r.x() << " " << r.y() << " " << r.width() << " " << r.height() << ")\n";
122 writeIndent(ts, indent + 1);
124 ts << "(constraining rect " << r.x() << " " << r.y() << " " << r.width() << " " << r.height() << ")\n";
126 writeIndent(ts, indent + 1);
127 ts << "(sticky offset at last layout " << m_constraints.stickyOffsetAtLastLayout().width() << " " << m_constraints.stickyOffsetAtLastLayout().height() << ")\n";
129 writeIndent(ts, indent + 1);
130 ts << "(layer position at last layout " << m_constraints.layerPositionAtLastLayout().x() << " " << m_constraints.layerPositionAtLastLayout().y() << ")\n";