HomeSort by relevance Sort by last modified time
    Searched refs:isFixed (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/webkit/Source/WebCore/rendering/
RenderIFrame.cpp 53 if (isScrollable || !style()->height().isFixed()) {
71 if (isScrollable || !style()->width().isFixed()) {
88 if (!isScrollable && style()->width().isFixed()
89 && style()->height().isFixed())
114 layoutWithFlattening(style()->width().isFixed(), style()->height().isFixed());
RenderApplet.cpp 66 int contentWidth = style()->width().isFixed() ? style()->width().value() :
68 int contentHeight = style()->height().isFixed() ? style()->height().value() :
FixedTableLayout.cpp 101 if (w.isFixed() && w.value() > 0)
120 if ((w.isFixed() || w.isPercent()) && w.isPositive()) {
162 if (w.isFixed() && w.isPositive())
205 int tableLogicalWidth = m_table->style()->logicalWidth().isFixed() ? m_table->style()->logicalWidth().value() - bordersPaddingAndSpacing : 0;
246 if (m_width[i].isFixed()) {
269 if (m_width[i].isFixed()) {
RenderSlider.cpp 78 if (style()->width().isFixed() && style()->width().value() > 0)
83 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) {
91 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) {
RenderDataGrid.cpp 102 if (style()->width().isFixed() && style()->width().value() > 0)
107 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) {
115 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) {
AutoTableLayout.cpp 93 if (columnLayout.logicalWidth.isFixed()) {
131 if (columnLayout.logicalWidth.isFixed()) {
163 if ((colLogicalWidth.isFixed() || colLogicalWidth.isPercent()) && colLogicalWidth.isZero())
168 if (colLogicalWidth.isFixed() && m_layoutStruct[effCol].maxLogicalWidth < colLogicalWidth.value())
265 if (tableLogicalWidth.isFixed() && tableLogicalWidth.value() > 0) {
403 if (m_layoutStruct[pos].logicalWidth.isFixed() && haveAuto && fixedWidth <= cellMinLogicalWidth) {
414 if (!(m_layoutStruct[pos].logicalWidth.isFixed() && haveAuto && fixedWidth <= cellMinLogicalWidth)) {
569 if (logicalWidth.isFixed() && logicalWidth.value() > m_layoutStruct[i].computedLogicalWidth) {
607 if (logicalWidth.isFixed()) {
703 if (logicalWidth.isFixed())
    [all...]
RenderFlexibleBox.cpp 135 if (ml.isFixed())
137 if (mr.isFixed())
159 if (ml.isFixed())
161 if (mr.isFixed())
176 if (style()->width().isFixed() && style()->width().value() > 0)
196 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) {
201 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) {
    [all...]
RenderFileUploadControl.cpp 276 if (style()->width().isFixed() && style()->width().value() > 0)
286 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) {
294 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) {
RenderFieldset.cpp 57 if (legendMarginLeft.isFixed())
60 if (legendMarginRight.isFixed())
RenderFrameSet.cpp 220 if (grid[i].isFixed()) {
250 if (grid[i].isFixed()) {
324 if (grid[i].isFixed()) {
357 if (grid[i].isFixed()) {
543 if (l.isFixed())
554 if (l.isFixed())
666 bool fixedWidth = frameSet()->colLengths() && frameSet()->colLengths()[c].isFixed();
667 bool fixedHeight = frameSet()->rowLengths() && frameSet()->rowLengths()[r].isFixed();
RenderMenuList.cpp 256 if (style()->width().isFixed() && style()->width().value() > 0)
261 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) {
269 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) {
RenderTextControl.cpp 572 if (style()->width().isFixed() && style()->width().value() > 0)
580 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) {
588 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) {
RenderMarquee.cpp 245 if (s->height().isFixed() && s->height().value() < s->fontSize())
RenderLayer.h 350 bool isFixed() const { return renderer()->isPositioned() && renderer()->style()->position() == FixedPosition; }
357 return !hasAutoZIndex() || renderer()->isRenderView() || (isComposited() && isFixed());
    [all...]
RenderReplaced.cpp 256 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength)
RenderListBox.cpp 175 if (style()->width().isFixed() && style()->width().value() > 0)
183 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) {
191 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) {
RenderTableCell.cpp 105 if (!colWidth.isFixed()) {
122 if (colWidthSum.isFixed() && colWidthSum.value() > 0)
142 if (!nowrap.isNull() && w.isFixed())
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/transforms/
PerspectiveTransformOperation.h 67 ASSERT(p.isFixed());
  /external/skia/include/core/
Sk64.h 42 SkBool isFixed() const;
51 SkASSERT(this->isFixed());
  /external/webkit/Source/WebCore/platform/graphics/android/
PaintedSurface.cpp 181 if (layer->isFixed())
186 || layer->isFixed())
LayerAndroid.h 259 bool isFixed() { return m_isFixed; }
  /external/webkit/Source/WebCore/platform/
Length.h 174 bool isFixed() const { return type() == Fixed; }
  /external/skia/src/core/
Sk64.cpp 154 SkBool Sk64::isFixed() const
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGRoot.cpp 67 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength)
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 463 bool isFixed = MFI->isFixedObjectIndex(FI);
478 if (isFixed) {
493 if (isFixed || (MFI->hasVarSizedObjects() &&
    [all...]

Completed in 255 milliseconds

1 2 3