Searched refs:isRubyAfterBlock (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderRuby.cpp65 static inline bool isRubyAfterBlock(const RenderObject* object) function in namespace:blink
82 return isRubyAfterBlock(child) ? toRenderBlock(child) : 0;

Completed in 66 milliseconds