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

/external/webkit/WebCore/editing/
H A Dvisible_units.cpp398 InlineBox *startBox = rootBox->firstLeafChild(); local
401 if (!startBox)
404 RenderObject *startRenderer = startBox->renderer();
412 startBox = startBox->nextLeafChild();
416 if (startBox->isInlineTextBox()) {
417 InlineTextBox *startTextBox = static_cast<InlineTextBox *>(startBox);
1110 static void getLogicalStartBoxAndNode(RootInlineBox* rootBox, InlineBox*& startBox, Node*& startNode) argument
1114 startBox = 0;
1117 startBox
[all...]

Completed in 14 milliseconds