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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderSlider.cpp 69 if (style()->width().isFixed() && style()->width().value() > 0)
74 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) {
79 if (style()->maxWidth().isFixed()) {
FixedTableLayout.cpp 104 if (colStyleLogicalWidth.isFixed() && colStyleLogicalWidth.value() > 0)
123 if ((colStyleLogicalWidth.isFixed() || colStyleLogicalWidth.isPercent()) && colStyleLogicalWidth.isPositive()) {
152 if (logicalWidth.isFixed() && logicalWidth.isPositive()) {
188 if (tableLogicalWidth.isFixed() && tableLogicalWidth.isPositive())
233 if (m_width[i].isFixed()) {
256 if (m_width[i].isFixed()) {
RenderFileUploadControl.cpp 184 if (style()->width().isFixed() && style()->width().value() > 0)
189 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) {
194 if (style()->maxWidth().isFixed()) {
RenderTextControl.cpp 247 if (style()->logicalWidth().isFixed() && style()->logicalWidth().value() >= 0)
252 if (style()->logicalMinWidth().isFixed() && style()->logicalMinWidth().value() > 0) {
257 if (style()->logicalMaxWidth().isFixed()) {
AutoTableLayout.cpp 98 if (columnLayout.logicalWidth.isFixed()) {
128 if (columnLayout.logicalWidth.isFixed()) {
157 if ((colLogicalWidth.isFixed() || colLogicalWidth.isPercent()) && colLogicalWidth.isZero())
163 if (colLogicalWidth.isFixed() && m_layoutStruct[effCol].maxLogicalWidth < colLogicalWidth.value())
250 if (tableLogicalWidth.isFixed() && tableLogicalWidth.isPositive())
402 if (m_layoutStruct[pos].logicalWidth.isFixed() && haveAuto && fixedWidth <= cellMinLogicalWidth) {
413 if (!(m_layoutStruct[pos].logicalWidth.isFixed() && haveAuto && fixedWidth <= cellMinLogicalWidth)) {
564 if (logicalWidth.isFixed() && logicalWidth.value() > m_layoutStruct[i].computedLogicalWidth) {
589 if (logicalWidth.isFixed()) {
666 if (logicalWidth.isFixed())
    [all...]
RenderDeprecatedFlexibleBox.cpp 158 if (marginLeft.isFixed())
160 if (marginRight.isFixed())
231 if (style()->width().isFixed() && style()->width().value() > 0)
236 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) {
241 if (style()->maxWidth().isFixed()) {
    [all...]
RenderFieldset.cpp 53 if (legendMarginLeft.isFixed())
56 if (legendMarginRight.isFixed())
RenderMenuList.cpp 296 if (style()->width().isFixed() && style()->width().value() > 0)
301 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) {
306 if (style()->maxWidth().isFixed()) {
RenderReplaced.cpp 450 if (styleToUse->logicalMinWidth().isFixed() && styleToUse->logicalMinWidth().value() > 0) {
455 if (styleToUse->logicalMaxWidth().isFixed()) {
RenderGrid.cpp 325 if (length.isFixed()) {
404 if (trackLength.isFixed() || trackLength.isPercent() || trackLength.isViewportPercentage())
418 if (trackLength.isFixed() || trackLength.isPercent() || trackLength.isViewportPercentage()) {
431 ASSERT(trackLength.isFixed() || trackLength.isPercent() || trackLength.isViewportPercentage());
    [all...]
RenderListBox.cpp 219 if (style()->width().isFixed() && style()->width().value() > 0)
224 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) {
229 if (style()->maxWidth().isFixed()) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
PerspectiveTransformOperation.h 68 ASSERT(p.isFixed());
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewModel.java 208 * @param isFixed whether this fragment is fixed or not
210 void addSenderFragment(int start, int end, CharacterStyle style, boolean isFixed) {
211 SenderFragment senderFragment = new SenderFragment(start, end, sendersText, style, isFixed);
285 boolean isFixed;
291 boolean isFixed) {
295 this.isFixed = isFixed;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAppletElement.cpp 107 LayoutUnit contentWidth = renderer->style()->width().isFixed() ? LayoutUnit(renderer->style()->width().value()) :
109 LayoutUnit contentHeight = renderer->style()->height().isFixed() ? LayoutUnit(renderer->style()->height().value()) :
  /external/chromium_org/third_party/skia/include/core/
Sk64.h 34 SkBool isFixed() const;
43 SkASSERT(this->isFixed());
  /external/skia/include/core/
Sk64.h 34 SkBool isFixed() const;
43 SkASSERT(this->isFixed());
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImage.cpp 106 if (rootElement->intrinsicWidth().isFixed() && rootElement->intrinsicHeight().isFixed())
287 if (intrinsicRatio.isEmpty() && intrinsicWidth.isFixed() && intrinsicHeight.isFixed())
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 81 if (intrinsicWidthAttribute.isFixed() || intrinsicHeightAttribute.isFixed()) {
82 if (intrinsicWidthAttribute.isFixed())
84 if (intrinsicHeightAttribute.isFixed())
149 return static_cast<LayoutUnit>(valueForLength(length, maxSize, renderView) * (length.isFixed() ? scale : 1));
403 ASSERT(mode & ~IsFixed); // We should have no fixed content in the SVG rendering tree.
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp 555 if (length.isFixed())
    [all...]
CSSToStyleMap.cpp 554 if (image.borderSlices().top().isFixed())
556 if (image.borderSlices().right().isFixed())
558 if (image.borderSlices().bottom().isFixed())
560 if (image.borderSlices().left().isFixed())
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.cpp 562 if (!intrinsicWidth.isFixed() || !intrinsicHeight.isFixed())
574 if (intrinsicWidth.isFixed() && intrinsicHeight.isFixed())
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/
Length.h 223 bool isFixed() const { return type() == Fixed; }
  /external/chromium_org/third_party/skia/src/core/
Sk64.cpp 145 SkBool Sk64::isFixed() const
  /external/skia/src/core/
Sk64.cpp 145 SkBool Sk64::isFixed() const

Completed in 1249 milliseconds

1 2 3