HomeSort by relevance Sort by last modified time
    Searched defs:boxes (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextChunk.h 52 Vector<SVGInlineTextBox*>& boxes() { return m_boxes; } function in class:WebCore::SVGTextChunk
53 const Vector<SVGInlineTextBox*>& boxes() const { return m_boxes; } function in class:WebCore::SVGTextChunk
SVGTextChunkBuilder.cpp 146 Vector<SVGInlineTextBox*>& boxes = chunk.boxes(); local
148 boxes.append(lineLayoutBoxes[i]);
160 const Vector<SVGInlineTextBox*>& boxes = chunk.boxes(); local
161 unsigned boxCount = boxes.size();
165 // Calculate absolute length of whole text chunk (starting from text box 'start', spanning 'length' text boxes).
176 Vector<SVGTextFragment>& fragments = boxes[boxPosition]->textFragments();
188 SVGInlineTextBox* textBox = boxes[boxPosition];
215 Vector<SVGTextFragment>& fragments = boxes[boxPosition]->textFragments()
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
MetricsSidebarPane.js 155 var boxes = ["content", "padding", "border", "margin", "position"]; variable
158 for (var i = 0; i < boxes.length; ++i) {
159 var name = boxes[i];

Completed in 39 milliseconds