Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderRuby.cpp85 static RenderBlock* createAnonymousRubyInlineBlock(RenderObject* ruby) in createAnonymousRubyInlineBlock() function
133 beforeBlock = createAnonymousRubyInlineBlock(this); in addChild()
148 afterBlock = createAnonymousRubyInlineBlock(this); in addChild()
234 beforeBlock = createAnonymousRubyInlineBlock(this); in addChild()
249 afterBlock = createAnonymousRubyInlineBlock(this); in addChild()
/external/webkit/Source/WebCore/
DChangeLog22038 (WebCore::createAnonymousRubyInlineBlock):