Searched refs:isFixed (Results 1 - 25 of 53) sorted by relevance

123

/external/webkit/Source/WebCore/rendering/
H A DRenderIFrame.cpp53 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());
H A DRenderApplet.cpp66 int contentWidth = style()->width().isFixed() ? style()->width().value() :
68 int contentHeight = style()->height().isFixed() ? style()->height().value() :
H A DFixedTableLayout.cpp101 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()) {
H A DRenderSlider.cpp78 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) {
H A DRenderDataGrid.cpp102 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) {
H A DAutoTableLayout.cpp93 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...]
H A DRenderFileUploadControl.cpp283 if (style()->width().isFixed() && style()->width().value() > 0)
293 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) {
301 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) {
H A DRenderFlexibleBox.cpp130 if (marginLeft.isFixed())
132 if (marginRight.isFixed())
170 if (style()->width().isFixed() && style()->width().value() > 0)
190 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) {
195 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) {
972 if (!child->style()->maxWidth().isUndefined() && child->style()->maxWidth().isFixed())
985 if (!child->style()->maxHeight().isUndefined() && child->style()->maxHeight().isFixed())
997 if (child->style()->minWidth().isFixed())
1007 if (child->style()->minHeight().isFixed()) {
H A DRenderFieldset.cpp57 if (legendMarginLeft.isFixed())
60 if (legendMarginRight.isFixed())
H A DRenderFrameSet.cpp220 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();
H A DRenderMenuList.cpp256 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) {
H A DRenderTextControl.cpp572 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) {
H A DRenderMarquee.cpp245 if (s->height().isFixed() && s->height().value() < s->fontSize())
H A DRenderLayer.h328 bool isFixed() const { return renderer()->isPositioned() && renderer()->style()->position() == FixedPosition; } function in class:WebCore::RenderLayer
335 return !hasAutoZIndex() || renderer()->isRenderView() || (isComposited() && isFixed());
H A DRenderReplaced.cpp264 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength)
H A DRenderListBox.cpp175 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) {
H A DRenderTableCell.cpp105 if (!colWidth.isFixed()) {
122 if (colWidthSum.isFixed() && colWidthSum.value() > 0)
142 if (!nowrap.isNull() && w.isFixed())
/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DPerspectiveTransformOperation.h67 ASSERT(p.isFixed());
/external/skia/include/core/
H A DSk64.h34 SkBool isFixed() const;
43 SkASSERT(this->isFixed());
/external/webkit/Source/WebCore/platform/
H A DLength.h174 bool isFixed() const { return type() == Fixed; } function in struct:WebCore::Length
/external/skia/src/core/
H A DSk64.cpp147 SkBool Sk64::isFixed() const function in class:Sk64
/external/webkit/Source/WebKit/android/jni/
H A DViewStateSerializer.cpp445 bool isFixed = stream->readBool(); local
461 if (isFixed) {
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGRoot.cpp67 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength)
/external/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp496 bool isFixed = MFI->isFixedObjectIndex(FI); local
515 if (isFixed) {
530 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) {
/external/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp103 bool isFixed() const { return !Mask || FixCount; } function in struct:__anon9018::FPS::LiveBundle
510 assert(Bundle.isFixed() && "Reached block before any predecessors");
555 if (Bundle.isFixed()) {

Completed in 6185 milliseconds

123