OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:adjacentbox
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderLineBoxList.cpp
363
RootInlineBox*
adjacentBox
;
373
adjacentBox
= box->prevRootBox();
374
if (
adjacentBox
)
375
adjacentBox
->markDirty();
376
adjacentBox
= box->nextRootBox();
377
if (
adjacentBox
&& (
adjacentBox
->lineBreakObj() == child || child->isBR() || (curr && curr->isBR())))
378
adjacentBox
->markDirty();
/external/webkit/Source/WebCore/editing/
visible_units.cpp
[
all
...]
Completed in 170 milliseconds