HomeSort by relevance Sort by last modified time
    Searched refs:linesBox (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNode.cpp 957 IntRect linesBox = text->linesBoundingBox();
958 if (!linesBox.maxX() && !linesBox.maxY())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTreeAsText.cpp 198 IntRect linesBox = text.linesBoundingBox();
199 r = IntRect(text.firstRunX(), text.firstRunY(), linesBox.width(), linesBox.height());

Completed in 198 milliseconds