Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.h215 return slowColElement(col, startEdge, endEdge);
290 RenderTableCol* slowColElement(unsigned col, bool* startEdge, bool* endEdge) const;
DRenderTable.cpp870 RenderTableCol* RenderTable::slowColElement(unsigned col, bool* startEdge, bool* endEdge) const in slowColElement() function in WebCore::RenderTable