Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineIterator.h604 if (RenderBlockFlow::shouldSkipCreatingRunsForObject(obj)) in addFakeRunIfNecessary()
632 if (start > end || RenderBlockFlow::shouldSkipCreatingRunsForObject(obj)) in adjustMidpointsAndAppendRunsForObjectIfNeeded()
DRenderBlockFlow.h156 static bool shouldSkipCreatingRunsForObject(RenderObject* obj) in shouldSkipCreatingRunsForObject() function