HomeSort by relevance Sort by last modified time
    Searched refs:startBox (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/file_manager/gallery/js/
ribbon.js 222 var startBox = this.renderThumbnail_(startIndex);
225 startBox.style.marginLeft = -margin + 'px';
227 this.insertBefore(startBox, this.firstChild);
229 this.appendChild(startBox);
231 startBox.style.marginLeft = '0';
236 startBox.setAttribute('vanishing', 'slide');
237 startBox.style.marginLeft = '0';
239 this.insertBefore(startBox, this.firstChild);
241 this.appendChild(startBox);
243 startBox.style.marginLeft = -margin + 'px'
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleUnits.cpp 210 const InlineBox* startBox = textBox;
212 const InlineTextBox* previousBox = leafBoxes.previousTextBox(&startBox->root(), textBox);
216 previousBox = leafBoxes.previousTextBox(startBox->root().prevRootBox(), 0);
221 Node* startNode = startBox->renderer().nonPseudoNode();
242 startBox = leafBoxes.firstBox();
251 const InlineBox* startBox = textBox;
253 const InlineTextBox* nextBox = leafBoxes.nextTextBox(&startBox->root(), textBox);
257 nextBox = leafBoxes.nextTextBox(startBox->root().nextRootBox(), 0);
262 Node* startNode =startBox->renderer().nonPseudoNode();
283 startBox = leafBoxes.firstBox()
    [all...]
FrameSelection.cpp 485 InlineBox* startBox = 0;
493 startPosition.getInlineBoxAndOffset(startBox, unusedOffset);
496 if (startBox && endBox && startBox->direction() == endBox->direction())
497 return startBox->direction();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp     [all...]
RenderBlockFlow.h 495 void determineEndPosition(LineLayoutState&, RootInlineBox* startBox, InlineIterator& cleanLineStart, BidiStatus& cleanLineBidiStatus);

Completed in 346 milliseconds