Searched refs:setTop (Results 1 - 25 of 35) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DBoolStack.java130 public final void setTop(boolean b) method in class:BoolStack
H A DIntStack.java156 public void setTop(int val) method in class:IntStack
H A DObjectStack.java159 public void setTop(Object val) method in class:ObjectStack
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DIntRectExtent.h56 void setTop(int top) { m_top = top; } function in class:WebCore::IntRectExtent
100 a.setTop(a.top() + b.top());
H A DLayoutBoxExtent.h51 inline void setTop(LayoutUnit value) { m_top = value; } function in class:WebCore::LayoutBoxExtent
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLDialogElement.cpp81 style->setTop(Length(m_top.toInt(), WebCore::Fixed));
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DAnimatedStyleBuilder.cpp117 style->setTop(animatableValueToLength(value, state));
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemApplyTemplates.java263 currentNodes.setTop(child);
264 currentExpressionNodes.setTop(child);
H A DElemForEach.java364 currentNodes.setTop(child);
365 currentExpressionNodes.setTop(child);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DBasicShapeFunctions.cpp98 rectangleValue->setTop(cssValuePool().createValue(rectangle->top()));
185 rect->setTop(convertToLength(state, rectValue->top()));
H A DRect.h37 void setTop(PassRefPtr<CSSPrimitiveValue> top) { m_top = top; } function in class:WebCore::RectBase
H A DCSSBasicShapes.h112 void setTop(PassRefPtr<CSSPrimitiveValue> top) { m_top = top; } function in class:WebCore::CSSBasicShapeInsetRectangle
H A DCSSComputedStyleDeclaration.cpp445 quad->setTop(top);
497 quad->setTop(top);
2500 rect->setTop(zoomAdjustedPixelValue(style->clip().top().value(), style.get()));
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFullScreen.cpp105 fullscreenStyle->setTop(Length(0, WebCore::Fixed));
H A DRenderScrollbarPart.cpp129 m_marginBox.setTop(minimumValueForLength(style()->marginTop(), visibleSize, renderView));
H A DRenderBox.h252 void setMarginTop(LayoutUnit margin) { m_marginBox.setTop(margin); }
H A DRenderFlowThread.cpp74 newStyle->setTop(Length(0, Fixed));
/external/proguard/src/proguard/evaluation/
H A DTracedStack.java118 producerStack.setTop(index, value);
H A DStack.java227 public void setTop(int index, Value value) method in class:Stack
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DBasicShapes.h196 void setTop(Length top) { m_top = top; } function in class:WebCore::BasicShapeInsetRectangle
H A DBasicShapes.cpp206 result->setTop(m_top.blend(o->top(), progress));
/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPathContext.java405 m_saxLocations.setTop(location);
933 m_prefixResolvers.setTop(pr);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowView.java692 public void setTop(int top) { method in class:ShadowView
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBase.java2314 m_shouldStripWhitespaceStack.setTop(shouldStrip);
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerImpl.java2439 m_currentTemplateElements.setTop(e);

Completed in 455 milliseconds

12