Searched defs:createAnonymous (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderPagedFlowThread.cpp10 RenderPagedFlowThread* RenderPagedFlowThread::createAnonymous(Document& document, RenderStyle* parentStyle) function in class:blink::RenderPagedFlowThread
H A DRenderReplica.cpp48 RenderReplica* RenderReplica::createAnonymous(Document* document) function in class:blink::RenderReplica
H A DRenderFullScreen.cpp60 RenderFullScreen* RenderFullScreen::createAnonymous(Document* document) function in class:RenderFullScreen
123 RenderFullScreen* fullscreenRenderer = RenderFullScreen::createAnonymous(document);
H A DRenderRubyBase.cpp48 RenderRubyBase* RenderRubyBase::createAnonymous(Document* document) function in class:blink::RenderRubyBase
H A DRenderScrollbarPart.cpp48 RenderScrollbarPart* RenderScrollbarPart::createAnonymous(Document* document, RenderScrollbar* scrollbar, ScrollbarPart part) function in class:blink::RenderScrollbarPart
H A DRenderTableRow.cpp234 RenderTableRow* RenderTableRow::createAnonymous(Document* document) function in class:blink::RenderTableRow
243 RenderTableRow* newRow = RenderTableRow::createAnonymous(&parent->document());
H A DRenderMultiColumnFlowThread.cpp47 RenderMultiColumnFlowThread* RenderMultiColumnFlowThread::createAnonymous(Document& document, RenderStyle* parentStyle) function in class:blink::RenderMultiColumnFlowThread
81 RenderMultiColumnSet* newSet = RenderMultiColumnSet::createAnonymous(this, multiColumnBlockFlow()->style());
H A DRenderImage.cpp67 RenderImage* RenderImage::createAnonymous(Document* document) function in class:blink::RenderImage
H A DRenderMultiColumnSet.cpp47 RenderMultiColumnSet* RenderMultiColumnSet::createAnonymous(RenderFlowThread* flowThread, RenderStyle* parentStyle) function in class:blink::RenderMultiColumnSet
H A DRenderFlexibleBox.cpp84 RenderFlexibleBox* RenderFlexibleBox::createAnonymous(Document* document) function in class:blink::RenderFlexibleBox
H A DRenderInline.cpp70 RenderInline* RenderInline::createAnonymous(Document* document) function in class:blink::RenderInline
349 RenderBlockFlow* newBox = RenderBlockFlow::createAnonymous(&document());
H A DRenderListMarker.cpp1076 RenderListMarker* RenderListMarker::createAnonymous(RenderListItem* item) function in class:blink::RenderListMarker
H A DRenderTableCell.cpp1255 RenderTableCell* RenderTableCell::createAnonymous(Document* document) function in class:blink::RenderTableCell
1264 RenderTableCell* newCell = RenderTableCell::createAnonymous(&parent->document());
H A DRenderBlockFlow.cpp180 RenderBlockFlow* RenderBlockFlow::createAnonymous(Document* document) function in class:blink::RenderBlockFlow
2859 return RenderMultiColumnFlowThread::createAnonymous(document(), style());
2862 return RenderPagedFlowThread::createAnonymous(document(), style());

Completed in 1540 milliseconds