HomeSort by relevance Sort by last modified time
    Searched full:parentbox (Results 1 - 10 of 10) sorted by null

  /packages/apps/Exchange/tests/src/com/android/exchange/provider/
EmailContentSetupUtils.java 65 Context context, int type, Mailbox parentBox) {
75 box.mParentServerId = parentBox != null ? parentBox.mServerId : "parent-serverid-" + name;
  /external/webkit/Source/WebCore/rendering/
RenderReplica.cpp 51 setFrameRect(parentBox()->borderBoxRect());
58 m_minPreferredLogicalWidth = parentBox()->width();
RenderThemeWin.cpp 878 IntRect parentBox = parentRenderBox->absoluteContentBox();
881 bounds.setHeight(min(parentBox.width(), min(parentBox.height(), bounds.height())));
886 bounds.setY(parentBox.y() + (parentBox.height() - bounds.height() + 1) / 2);
    [all...]
RenderBlockLineLayout.cpp 205 static bool parentIsConstructedOrHaveNext(InlineFlowBox* parentBox)
208 if (parentBox->isConstructed() || parentBox->nextOnLine())
210 parentBox = parentBox->parent();
211 } while (parentBox);
220 InlineFlowBox* parentBox = 0;
229 parentBox = inlineFlow ? inlineFlow->lastLineBox() : toRenderBlock(obj)->lastLineBox();
238 bool canUseExistingParentBox = parentBox && !parentIsConstructedOrHaveNext(parentBox);
    [all...]
RenderListItem.cpp 258 for (RenderBox* o = m_marker->parentBox(); o != this; o = o->parentBox()) {
329 o = o->parentBox();
RenderTableCell.cpp 242 offset.expand(-parentBox()->x(), -parentBox()->y());
306 r.move(-parentBox()->x(), -parentBox()->y()); // Rows are in the same coordinate space, so don't add their offset in.
    [all...]
RenderBox.h 130 RenderBox* parentBox() const;
522 inline RenderBox* RenderBox::parentBox() const
RenderBox.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineTextBox.cpp 478 static inline RenderObject* findRenderObjectDefininingTextDecoration(InlineFlowBox* parentBox)
482 while (parentBox) {
483 renderer = parentBox->renderer();
488 parentBox = parentBox->parent();
  /external/webkit/Source/WebCore/html/shadow/
MediaControlElements.cpp 914 RenderBox* timelineContainerBox = parentBox();
916 timelineContainerBox = timelineContainerBox->parentBox();

Completed in 224 milliseconds