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

/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
H A Dribbon.js210 var startBox = this.renderThumbnail_(startIndex);
213 startBox.style.marginLeft = -margin + 'px';
215 this.insertBefore(startBox, this.firstChild);
217 this.appendChild(startBox);
219 startBox.style.marginLeft = '0';
224 startBox.setAttribute('vanishing', 'slide');
225 startBox.style.marginLeft = '0';
227 this.insertBefore(startBox, this.firstChild);
229 this.appendChild(startBox);
231 startBox
[all...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisibleUnits.cpp208 const InlineBox* startBox = textBox; local
210 const InlineTextBox* previousBox = leafBoxes.previousTextBox(startBox->root(), textBox);
214 previousBox = leafBoxes.previousTextBox(startBox->root()->prevRootBox(), 0);
219 Node* startNode = startBox->renderer() ? startBox->renderer()->nonPseudoNode() : 0;
240 startBox = leafBoxes.firstBox();
249 const InlineBox* startBox = textBox; local
251 const InlineTextBox* nextBox = leafBoxes.nextTextBox(startBox->root(), textBox);
255 nextBox = leafBoxes.nextTextBox(startBox->root()->nextRootBox(), 0);
260 Node* startNode = startBox
732 InlineBox* startBox; local
[all...]
H A DFrameSelection.cpp484 InlineBox* startBox = 0; local
492 startPosition.getInlineBoxAndOffset(startBox, unusedOffset);
495 if (startBox && endBox && startBox->direction() == endBox->direction())
496 return startBox->direction();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRootInlineBox.cpp963 Node* RootInlineBox::getLogicalStartBoxWithNode(InlineBox*& startBox) const
969 startBox = leafBoxesInLogicalOrder[i];
970 return startBox->renderer()->node();
973 startBox = 0;
H A DRenderBlockFlow.h430 void determineEndPosition(LineLayoutState&, RootInlineBox* startBox, InlineIterator& cleanLineStart, BidiStatus& cleanLineBidiStatus);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp285 if (RenderBox* startBox = node->renderBox())
286 flowedBox = startBox;

Completed in 138 milliseconds