Home | History | Annotate | Download | only in rendering

Lines Matching refs:InlineBox

366     bool mayHaveSelection(InlineBox* box) const
395 void chunkStartCallback(InlineBox* box)
414 void chunkEndCallback(InlineBox* box)
439 bool chunkSetupBackgroundCallback(InlineBox* /*box*/)
445 bool chunkSetupFillCallback(InlineBox* box)
467 bool chunkSetupFillSelectionCallback(InlineBox* box)
495 bool chunkSetupStrokeCallback(InlineBox* box)
519 bool chunkSetupStrokeSelectionCallback(InlineBox* box)
548 bool chunkSetupForegroundCallback(InlineBox* /*box*/)
883 InlineBox* curBox = range.box;
1001 for (InlineBox* curr = start->firstChild(); curr; curr = curr->nextOnLine()) {
1098 for (InlineBox* curr = start->firstChild(); curr; curr = curr->nextOnLine()) {
1456 for (InlineBox* curr = start->firstChild(); curr; curr = curr->nextOnLine()) {
1740 InlineBox* lastNotifiedBox = 0;
1741 InlineBox* prevBox = 0;