Home
last modified time | relevance | path

Searched defs:style (Results 1 – 25 of 265) sorted by relevance

1234567891011

/external/webkit/WebCore/css/
DMediaQueryEvaluator.cpp99 …yEvaluator:: MediaQueryEvaluator(const String& acceptedMediaType, Frame* frame, RenderStyle* style) in MediaQueryEvaluator()
226 static bool monochromeMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeat… in monochromeMediaFeatureEval()
305 static bool device_heightMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaF… in device_heightMediaFeatureEval()
317 static bool device_widthMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFe… in device_widthMediaFeatureEval()
329 static bool heightMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeatureP… in heightMediaFeatureEval()
340 static bool widthMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePr… in widthMediaFeatureEval()
353 static bool min_colorMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeatu… in min_colorMediaFeatureEval()
358 static bool max_colorMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeatu… in max_colorMediaFeatureEval()
363 static bool min_monochromeMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, Media… in min_monochromeMediaFeatureEval()
368 static bool max_monochromeMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, Media… in max_monochromeMediaFeatureEval()
[all …]
DShadowValue.h39 PassRefPtr<CSSPrimitiveValue> style, in create()
51 RefPtr<CSSPrimitiveValue> style; variable
DCSSPrimitiveValue.cpp322 int CSSPrimitiveValue::computeLengthInt(RenderStyle* style, RenderStyle* rootStyle) in computeLengthInt()
335 int CSSPrimitiveValue::computeLengthInt(RenderStyle* style, RenderStyle* rootStyle, double multipli… in computeLengthInt()
352 int CSSPrimitiveValue::computeLengthIntForLength(RenderStyle* style, RenderStyle* rootStyle) in computeLengthIntForLength()
366 int CSSPrimitiveValue::computeLengthIntForLength(RenderStyle* style, RenderStyle* rootStyle, double… in computeLengthIntForLength()
379 short CSSPrimitiveValue::computeLengthShort(RenderStyle* style, RenderStyle* rootStyle) in computeLengthShort()
392 short CSSPrimitiveValue::computeLengthShort(RenderStyle* style, RenderStyle* rootStyle, double mult… in computeLengthShort()
405 float CSSPrimitiveValue::computeLengthFloat(RenderStyle* style, RenderStyle* rootStyle, bool comput… in computeLengthFloat()
410 float CSSPrimitiveValue::computeLengthFloat(RenderStyle* style, RenderStyle* rootStyle, double mult… in computeLengthFloat()
415 double CSSPrimitiveValue::computeLengthDouble(RenderStyle* style, RenderStyle* rootStyle, double mu… in computeLengthDouble()
DCSSComputedStyleDeclaration.cpp348 static PassRefPtr<CSSValue> getPositionOffsetValue(RenderStyle* style, int propertyID) in getPositionOffsetValue()
383 static PassRefPtr<CSSPrimitiveValue> currentColorOrValidColor(RenderStyle* style, const Color& colo… in currentColorOrValidColor()
415 static PassRefPtr<CSSValue> computedTransform(RenderObject* renderer, const RenderStyle* style) in computedTransform()
555 RefPtr<RenderStyle> style = node->computedStyle(); in getFontSizeCSSValuePreferringKeyword() local
578 …RefPtr<CSSPrimitiveValue> style = propertyID == CSSPropertyTextShadow || s->style == Normal ? 0 : … in valueForShadow() local
672 RefPtr<RenderStyle> style; in getPropertyCSSValue() local
1515 RenderStyle* style = node->computedStyle(); in length() local
1534 RenderStyle* style = m_node->computedStyle(); in cssPropertyMatches() local
/external/webkit/WebCore/platform/graphics/
DPen.cpp31 Pen::Pen(const Color &color, unsigned width, PenStyle style) : m_style(style), m_width(width), m_co… in Pen()
45 Pen::PenStyle Pen::style() const in style() function in WebCore::Pen
60 void Pen::setStyle(PenStyle style) in setStyle()
/external/webkit/WebCore/rendering/
DEllipsisBox.cpp33 RenderStyle* style = m_renderer->style(m_firstLine); in paint() local
73 RenderStyle* style = m_renderer->style(m_firstLine); in selectionRect() local
79 void EllipsisBox::paintSelection(GraphicsContext* context, int tx, int ty, RenderStyle* style, cons… in paintSelection()
107 RenderStyle* style = m_renderer->style(m_firstLine); in nodeAtPoint() local
DMediaControlElements.cpp135 RenderStyle* style = m_mediaElement->renderer()->getCachedPseudoStyle(m_pseudoStyleId); in styleForElement() local
147 bool MediaControlElement::rendererIsNeeded(RenderStyle* style) in rendererIsNeeded()
157 RefPtr<RenderStyle> style = styleForElement(); in attach() local
183 RefPtr<RenderStyle> style = styleForElement(); in updateStyle() local
208 bool MediaControlTimelineContainerElement::rendererIsNeeded(RenderStyle* style) in rendererIsNeeded()
235 RefPtr<RenderStyle> style = MediaControlElement::styleForElement(); in styleForElement() local
305 bool MediaControlStatusDisplayElement::rendererIsNeeded(RenderStyle* style) in rendererIsNeeded()
378 bool MediaControlInputElement::rendererIsNeeded(RenderStyle* style) in rendererIsNeeded()
388 RefPtr<RenderStyle> style = styleForElement(); in attach() local
415 RefPtr<RenderStyle> style = styleForElement(); in updateStyle() local
[all …]
DRenderThemeWince.h74 virtual void setRadioSize(RenderStyle* style) const in setRadioSize()
118 virtual void adjustButtonStyle(CSSStyleSelector*, RenderStyle* style, Element*) const {} in adjustButtonStyle()
119 virtual void adjustTextFieldStyle(CSSStyleSelector*, RenderStyle* style, Element*) const {} in adjustTextFieldStyle()
120 virtual void adjustTextAreaStyle(CSSStyleSelector*, RenderStyle* style, Element*) const {} in adjustTextAreaStyle()
DRenderThemeWin.h75 virtual void setRadioSize(RenderStyle* style) const in setRadioSize()
119 virtual void adjustButtonStyle(CSSStyleSelector*, RenderStyle* style, Element*) const {} in adjustButtonStyle()
120 virtual void adjustTextFieldStyle(CSSStyleSelector*, RenderStyle* style, Element*) const {} in adjustTextFieldStyle()
121 virtual void adjustTextAreaStyle(CSSStyleSelector*, RenderStyle* style, Element*) const {} in adjustTextAreaStyle()
DRenderLayerBacking.cpp126 void RenderLayerBacking::updateLayerOpacity(const RenderStyle* style) in updateLayerOpacity()
131 void RenderLayerBacking::updateLayerTransform(const RenderStyle* style) in updateLayerTransform()
146 RenderStyle* style = renderer->style(); in hasNonZeroTransformOrigin() local
246 RenderStyle* style = renderer()->style(); in updateGraphicsLayerGeometry() local
331 RenderStyle* style = renderer()->style(); in updateGraphicsLayerGeometry() local
521 static bool hasBorderOutlineOrShadow(const RenderStyle* style) in hasBorderOutlineOrShadow()
526 static bool hasBoxDecorationsOrBackground(const RenderStyle* style) in hasBoxDecorationsOrBackground()
531 static bool hasBoxDecorationsOrBackgroundImage(const RenderStyle* style) in hasBoxDecorationsOrBackgroundImage()
544 RenderStyle* style = htmlObject->style(); in rendererHasBackground() local
564 RenderStyle* style = htmlObject->style(); in rendererBackgroundColor() local
[all …]
/external/chromium/third_party/icu/source/io/
Dlocbund.c37 int32_t style; in locbund_cleanup() local
48 … U_INLINE UNumberFormat * copyInvariantFormatter(ULocaleBundle *result, UNumberFormatStyle style) { in copyInvariantFormatter()
162 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style) in u_locbund_getNumberFormat()
/external/icu4c/io/
Dlocbund.c37 int32_t style; in locbund_cleanup() local
48 … U_INLINE UNumberFormat * copyInvariantFormatter(ULocaleBundle *result, UNumberFormatStyle style) { in copyInvariantFormatter()
162 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style) in u_locbund_getNumberFormat()
/external/webkit/WebCore/platform/gtk/
Dgtk2drawing.c55 #define XTHICKNESS(style) (style->xthickness) argument
56 #define YTHICKNESS(style) (style->ythickness) argument
740 TSOffsetStyleGCs(GtkStyle* style, gint xorigin, gint yorigin) in TSOffsetStyleGCs()
761 GtkStyle* style = widget->style; in moz_gtk_button_paint() local
943 GtkStyle *style; in moz_gtk_toggle_paint() local
1023 GtkStyle* style; in calculate_button_inner_rect() local
1088 GtkStyle* style; in moz_gtk_scrollbar_button_paint() local
1178 GtkStyle* style; in moz_gtk_scrollbar_trough_paint() local
1219 GtkStyle* style; in moz_gtk_scrollbar_thumb_paint() local
1287 GtkStyle* style; in moz_gtk_spin_paint() local
[all …]
DRenderThemeGtk.cpp70 void RenderThemeGtk::initMediaStyling(GtkStyle* style, bool force) in initMediaStyling()
250 static void adjustMozillaStyle(const RenderThemeGtk* theme, RenderStyle* style, GtkThemeWidgetType … in adjustMozillaStyle()
336 static void setButtonPadding(RenderStyle* style) in setButtonPadding()
346 static void setToggleSize(const RenderThemeGtk* theme, RenderStyle* style, ControlPart appearance) in setToggleSize()
398 void RenderThemeGtk::adjustButtonStyle(CSSStyleSelector* selector, RenderStyle* style, WebCore::Ele… in adjustButtonStyle()
419 void RenderThemeGtk::adjustMenuListStyle(CSSStyleSelector* selector, RenderStyle* style, WebCore::E… in adjustMenuListStyle()
433 void RenderThemeGtk::adjustTextFieldStyle(CSSStyleSelector* selector, RenderStyle* style, Element* … in adjustTextFieldStyle()
452 …k::adjustSearchFieldResultsButtonStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e)… in adjustSearchFieldResultsButtonStyle()
462 …djustSearchFieldResultsDecorationStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e)… in adjustSearchFieldResultsDecorationStyle()
478 …tk::adjustSearchFieldCancelButtonStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e)… in adjustSearchFieldCancelButtonStyle()
[all …]
/external/webkit/WebCore/platform/qt/
DRenderThemeQt.cpp210 static int findFrameLineWidth(QStyle* style) in findFrameLineWidth()
217 static QRect inflateButtonRect(const QRect& originalRect, QStyle* style) in inflateButtonRect()
298 QStyle* style = qStyle(); in computeSizeBasedOnStyle() local
392 void RenderThemeQt::adjustButtonStyle(CSSStyleSelector* selector, RenderStyle* style, Element*) con… in adjustButtonStyle()
496 void RenderThemeQt::adjustTextFieldStyle(CSSStyleSelector*, RenderStyle* style, Element*) const in adjustTextFieldStyle()
533 void RenderThemeQt::adjustTextAreaStyle(CSSStyleSelector* selector, RenderStyle* style, Element* el… in adjustTextAreaStyle()
543 void RenderThemeQt::adjustMenuListStyle(CSSStyleSelector*, RenderStyle* style, Element*) const in adjustMenuListStyle()
594 void RenderThemeQt::adjustMenuListButtonStyle(CSSStyleSelector*, RenderStyle* style, Element*) const in adjustMenuListButtonStyle()
682 void RenderThemeQt::adjustSliderTrackStyle(CSSStyleSelector*, RenderStyle* style, Element*) const in adjustSliderTrackStyle()
694 void RenderThemeQt::adjustSliderThumbStyle(CSSStyleSelector*, RenderStyle* style, Element*) const in adjustSliderThumbStyle()
[all …]
/external/webkit/WebCore/svg/graphics/
DSVGPaintServer.cpp76 SVGPaintServer* SVGPaintServer::fillPaintServer(const RenderStyle* style, const RenderObject* item) in fillPaintServer()
117 SVGPaintServer* SVGPaintServer::strokePaintServer(const RenderStyle* style, const RenderObject* ite… in strokePaintServer()
154 void applyStrokeStyleToContext(GraphicsContext* context, const RenderStyle* style, const RenderObje… in applyStrokeStyleToContext()
183 const SVGRenderStyle* style = path ? path->style()->svgStyle() : 0; in renderPath() local
210 DashArray dashArrayFromRenderingStyle(const RenderStyle* style, RenderStyle* rootStyle) in dashArrayFromRenderingStyle()
/external/webkit/WebCore/editing/
DApplyStyleCommand.cpp91 StyleChange::StyleChange(CSSStyleDeclaration* style, const Position& position) in StyleChange()
102 void StyleChange::init(PassRefPtr<CSSStyleDeclaration> style, const Position& position) in init()
128 void StyleChange::reconcileTextDecorationProperties(CSSMutableStyleDeclaration* style) in reconcileTextDecorationProperties()
145 static int getIdentifierValue(CSSMutableStyleDeclaration* style, int propertyID) in getIdentifierValue()
157 static void setTextDecorationProperty(CSSMutableStyleDeclaration* style, const CSSValueList* newTex… in setTextDecorationProperty()
168 void StyleChange::extractTextStyles(CSSMutableStyleDeclaration* style) in extractTextStyles()
324 static void diffTextDecorations(CSSMutableStyleDeclaration* style, int propertID, CSSValue* refText… in diffTextDecorations()
339 static bool fontWeightIsBold(CSSStyleDeclaration* style) in fontWeightIsBold()
371 RefPtr<CSSMutableStyleDeclaration> getPropertiesNotInComputedStyle(CSSStyleDeclaration* style, CSSC… in getPropertiesNotInComputedStyle()
422 RefPtr<CSSMutableStyleDeclaration> style; in editingStyleAtPosition() local
[all …]
/external/skia/src/ports/
DSkFontHost_android.cpp87 SkTypeface::Style style) { in find_best_face()
181 static SkTypeface* find_typeface(const char name[], SkTypeface::Style style) { in find_typeface()
194 SkTypeface::Style style) { in find_typeface()
238 FamilyTypeface(Style style, bool sysFont, SkTypeface* familyMember) in FamilyTypeface()
282 StreamTypeface(Style style, bool sysFont, SkTypeface* familyMember, in StreamTypeface()
311 FileTypeface(Style style, bool sysFont, SkTypeface* familyMember, in FileTypeface()
360 SkTypeface::Style* style, bool isExpected) { in get_name_and_style()
463 SkTypeface::Style style; in load_system_fonts() local
530 int style = stream->readU8(); in Deserialize() local
558 SkTypeface::Style style) { in CreateTypeface()
[all …]
/external/skia/include/core/
DSkTypeface.h49 Style style() const { return fStyle; } in style() function
124 SkTypeface(Style style, uint32_t uniqueID) in SkTypeface()
/external/webkit/WebCore/platform/android/
DRenderThemeAndroid.cpp202 void RenderThemeAndroid::adjustButtonStyle(CSSStyleSelector*, RenderStyle* style, WebCore::Element*… in adjustButtonStyle()
340 void RenderThemeAndroid::adjustTextFieldStyle(CSSStyleSelector*, RenderStyle* style, WebCore::Eleme… in adjustTextFieldStyle()
350 void RenderThemeAndroid::adjustTextAreaStyle(CSSStyleSelector*, RenderStyle* style, WebCore::Elemen… in adjustTextAreaStyle()
361 RenderStyle* style = obj->style(); in paintTextArea() local
410 void RenderThemeAndroid::adjustSearchFieldStyle(CSSStyleSelector*, RenderStyle* style, Element*) co… in adjustSearchFieldStyle()
420 void RenderThemeAndroid::adjustListboxStyle(CSSStyleSelector*, RenderStyle* style, Element*) const in adjustListboxStyle()
429 static void adjustMenuListStyleCommon(RenderStyle* style, Element* e) in adjustMenuListStyleCommon()
438 void RenderThemeAndroid::adjustMenuListStyle(CSSStyleSelector*, RenderStyle* style, Element* e) con… in adjustMenuListStyle()
456 void RenderThemeAndroid::adjustMenuListButtonStyle(CSSStyleSelector*, RenderStyle* style, Element* … in adjustMenuListButtonStyle()
/external/webkit/WebKit/chromium/src/
DSuggestionsPopupMenuClient.cpp90 RenderStyle* style = textFieldStyle(); in clientPaddingLeft() local
100 RenderStyle* style = textFieldStyle(); in clientPaddingRight() local
139 RenderStyle* style = m_textField->computedStyle(); in textFieldStyle() local
/external/skia/src/effects/
DSkBlurMaskFilter.cpp48 SkMaskFilter* SkBlurMaskFilter::Create(SkScalar radius, SkBlurMaskFilter::BlurStyle style) in Create()
58 SkBlurMaskFilterImpl::SkBlurMaskFilterImpl(SkScalar radius, SkBlurMaskFilter::BlurStyle style) in SkBlurMaskFilterImpl()
/external/webkit/WebCore/platform/haiku/
DRenderThemeHaiku.h41 virtual bool supportsHover(const RenderStyle* style) const { return false; } in supportsHover()
/external/libvpx/examples/includes/geshi/
Dgeshi.php767 function set_overall_style($style, $preserve_defaults = false) {
824 function set_code_style($style, $preserve_defaults = false) {
921 function set_keyword_group_style($key, $style, $preserve_defaults = false) {
957 function set_comments_style($key, $style, $preserve_defaults = false) {
986 function set_escape_characters_style($style, $preserve_defaults = false, $group = 0) {
1018 function set_brackets_style($style, $preserve_defaults = false) {
1051 function set_symbols_style($style, $preserve_defaults = false, $group = 0) {
1089 function set_strings_style($style, $preserve_defaults = false) {
1117 function set_numbers_style($style, $preserve_defaults = false) {
1148 function set_methods_style($key, $style, $preserve_defaults = false) {
[all …]
/external/webkit/WebCore/wml/
DWMLElement.cpp90 bool WMLElement::rendererIsNeeded(RenderStyle* style) in rendererIsNeeded()
95 RenderObject* WMLElement::createRenderer(RenderArena*, RenderStyle* style) in createRenderer()

1234567891011