OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toRenderBlock
(Results
1 - 22
of
22
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderRubyBase.cpp
102
toBlock =
toRenderBlock
(lastChild);
121
RenderBlock* anonBlock =
toRenderBlock
(child);
148
RenderBlock* anonBlock =
toRenderBlock
(child);
179
RenderBlock* anonBlockHere =
toRenderBlock
(firstChildHere);
180
RenderBlock* anonBlockThere =
toRenderBlock
(lastChildThere);
RenderSelectionInfo.h
95
RenderBlock* block() const { return
toRenderBlock
(m_object); }
RenderTextFragment.cpp
112
return
toRenderBlock
(block);
RenderListItem.cpp
171
RenderObject* lineBox = getParentOfFirstLineBox(
toRenderBlock
(currChild), marker);
334
toRenderBlock
(o)->addVisualOverflow(markerRect);
336
toRenderBlock
(o)->addLayoutOverflow(markerRect);
RenderBlock.cpp
227
toRenderBlock
(cb)->removePositionedObjects(this);
286
RenderBlock* currBlock =
toRenderBlock
(curr);
318
RenderBlock* curr =
toRenderBlock
(continuation());
330
curr =
toRenderBlock
(curr->continuation());
380
RenderBlock* beforeChildParent =
toRenderBlock
(beforeChild && beforeChild->parent()->isRenderBlock() ? beforeChild->parent() : lastChild());
409
return
toRenderBlock
(immediateChild->previousSibling())->addChildIgnoringAnonymousColumnBlocks(newChild, 0); // Treat like an append.
429
RenderBlock* currBlock =
toRenderBlock
(curr);
485
RenderBlock* blockCurr =
toRenderBlock
(curr);
542
block =
toRenderBlock
(block->parent());
585
RenderBlock* blockToSplit =
toRenderBlock
(beforeChild->parent())
[
all
...]
RenderFlexibleBox.cpp
[
all
...]
RenderTextControl.cpp
93
RenderBlock* textBlockRenderer =
toRenderBlock
(m_innerText->renderer());
417
RenderBlock* renderer =
toRenderBlock
(m_innerText->renderer());
RenderBlock.h
[
all
...]
RenderInline.cpp
116
return
toRenderBlock
(continuation)->inlineElementContinuation();
208
return
toRenderBlock
(renderer)->inlineElementContinuation();
735
RenderBox* contBlock = c->isInline() ? c->containingBlock() :
toRenderBlock
(c);
738
c =
toRenderBlock
(c)->inlineElementContinuation();
[
all
...]
RenderBox.cpp
236
RenderBlock* currBlock =
toRenderBlock
(curr);
245
parentBlock =
toRenderBlock
(parent);
254
toRenderBlock
(curr)->removePositionedObject(this);
[
all
...]
RenderObject.cpp
657
return
toRenderBlock
(o);
[
all
...]
RenderTable.cpp
132
m_caption =
toRenderBlock
(child);
788
recalcCaption(
toRenderBlock
(child));
[
all
...]
RenderBlockLineLayout.cpp
178
return
toRenderBlock
(obj)->createAndAppendRootInlineBox();
229
parentBox = inlineFlow ? inlineFlow->lastLineBox() :
toRenderBlock
(obj)->lastLineBox();
[
all
...]
RenderTreeAsText.cpp
540
writeSVGText(ts, *
toRenderBlock
(&o), indent);
RootInlineBox.cpp
453
return
toRenderBlock
(renderer());
[
all
...]
RenderLayer.cpp
[
all
...]
/external/webkit/Source/WebCore/dom/
PositionIterator.cpp
169
if (
toRenderBlock
(renderer)->height() || m_anchorNode->hasTagName(bodyTag)) {
Position.cpp
799
if (
toRenderBlock
(renderer)->height() || m_anchorNode->hasTagName(bodyTag)) {
[
all
...]
/external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp
189
cur =
toRenderBlock
(cur)->inlineElementContinuation();
227
if (r->isRenderBlock() &&
toRenderBlock
(r)->inlineElementContinuation())
228
return toRenderInline(
toRenderBlock
(r)->inlineElementContinuation()->node()->renderer());
247
cur =
toRenderBlock
(cur)->inlineElementContinuation();
276
curContainer =
toRenderBlock
(curContainer)->inlineElementContinuation();
338
if (m_renderer->isRenderBlock() && (inlineContinuation =
toRenderBlock
(m_renderer)->inlineElementContinuation()))
379
return
toRenderBlock
(renderer)->inlineElementContinuation();
800
RenderObject* continuation =
toRenderBlock
(currRenderer)->continuation();
[
all
...]
/external/webkit/Source/WebCore/rendering/svg/
SVGTextQuery.cpp
61
RenderBlock* renderBlock =
toRenderBlock
(renderer);
/external/webkit/Source/WebCore/editing/
CompositeEditCommand.cpp
666
RenderBlock* block =
toRenderBlock
(renderer);
[
all
...]
Editor.cpp
676
return
toRenderBlock
(renderer)->containsNonZeroBidiLevel();
[
all
...]
Completed in 1668 milliseconds