Home
last modified time | relevance | path

Searched refs:containerIsRowOfLinks (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DTextAutosizer.h82 static bool containerIsRowOfLinks(const RenderObject* container);
DTextAutosizer.cpp445 if (containerIsRowOfLinks(container)) in containerShouldBeAutosized()
471 bool TextAutosizer::containerIsRowOfLinks(const RenderObject* container) in containerIsRowOfLinks() function in WebCore::TextAutosizer