Searched refs:textIndent (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DPopupMenuStyle.h40 PopupMenuStyle(const Color& foreground, const Color& background, const Font& font, bool visible, bool isDisplayNone, Length textIndent, TextDirection textDirection, bool hasTextDirectionOverride, BackgroundColorType backgroundColorType = DefaultBackgroundColor, PopupMenuType menuType = SelectPopup) argument
46 , m_textIndent(textIndent)
59 Length textIndent() const { return m_textIndent; } function in class:WebCore::PopupMenuStyle
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderMenuList.cpp190 optionWidth += minimumValueForLength(optionStyle->textIndent(), 0, view());
485 style->display() == NONE, style->textIndent(), style->direction(), isOverride(style->unicodeBidi()),
524 s->display() == NONE, s->textIndent(), style()->direction(), isOverride(style()->unicodeBidi()));
H A DRenderSearchField.cpp269 style()->display() == NONE, style()->textIndent(), style()->direction(), isOverride(style()->unicodeBidi()), PopupMenuStyle::CustomBackgroundColor);
H A DRenderBlock.cpp4439 if (style()->textIndent().isPercent())
4441 else if (style()->textIndent().isViewportPercentage())
4443 return minimumValueForLength(style()->textIndent(), cw, renderView);
6126 LayoutUnit textIndent = minimumValueForLength(styleToUse->textIndent(), cw, view()); local
6231 LayoutUnit ceiledIndent = textIndent.ceilToFloat();
6236 textIndent = adjustFloatForSubPixelLayout(childMin);
6311 ti = textIndent.ceilToFloat();
6325 textIndent = childMin;
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DDOMCSS.h270 - (NSString *)textIndent;
271 - (void)setTextIndent:(NSString *)textIndent;
H A DDOMCSS.mm1255 - (NSString *)textIndent
1260 - (void)setTextIndent:(NSString *)textIndent
1262 [self setProperty:@"text-indent" value:textIndent priority:@""];
/macosx-10.9.5/WebCore-7537.78.1/accessibility/atk/
H A DWebKitAccessibleInterfaceText.cpp250 if (!style->textIndent().isUndefined()) {
251 int indentation = valueForLength(style->textIndent(), object->size().width(), renderer->view());
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSComputedStyleDeclaration.cpp2237 RefPtr<CSSValue> textIndent = zoomAdjustedPixelValueForLength(style->textIndent(), style.get()); local
2243 list->append(textIndent.release());
2251 return textIndent.release();
H A DDeprecatedStyleBuilder.cpp2021 styleResolver->style()->setTextIndent(styleResolver->parentStyle()->textIndent());
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DPopupMenuWin.cpp675 textX += minimumIntValueForLength(itemStyle.textIndent(), itemRect.width());
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DHTMLConverter.mm677 CGFloat leftMargin = 0, rightMargin = 0, bottomMargin = 0, textIndent = 0, lineHeight = 0;
696 if ([self _getFloat:&textIndent forNode:blockElement property:@"text-indent"]) [paragraphStyle setFirstLineHeadIndent:[paragraphStyle headIndent] + textIndent];
/macosx-10.9.5/vim-53/runtime/autoload/
H A Djavascriptcomplete.vim320 \ 'textAlign', 'textIndent', 'textShadow', 'textTransform', 'textUnderlinePosition',
/macosx-10.9.5/WebCore-7537.78.1/page/animation/
H A DCSSPropertyAnimation.cpp1134 gPropertyWrappers->append(new PropertyWrapper<Length>(CSSPropertyTextIndent, &RenderStyle::textIndent, &RenderStyle::setTextIndent));
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DRenderStyle.h576 Length textIndent() const { return rareInheritedData->indent; } function in class:WebCore::RenderStyle

Completed in 247 milliseconds