HomeSort by relevance Sort by last modified time
    Searched refs:style (Results 176 - 200 of 3294) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
MetricsSidebarPane.js 79 // "style" attribute might have changed. Update metrics unless they are being edited
93 * @param {?WebInspector.CSSStyleDeclaration} style
96 function callback(style)
98 if (!style || this._node !== node)
100 this._updateMetrics(style);
105 * @param {?WebInspector.CSSStyleDeclaration} style
108 function inlineStyleCallback(style)
110 if (!style || this._node !== node)
112 this.inlineStyle = style;
147 _getPropertyValueAsPx: function(style, propertyName
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineTextBox.cpp 37 #include "core/rendering/style/ShadowList.h"
94 RenderStyle* style = textRenderer.style(); local
95 ASSERT(style);
97 TextRun textRun = constructTextRun(style, fragment);
116 FloatRect SVGInlineTextBox::selectionRectForTextFragment(const SVGTextFragment& fragment, int startPosition, int endPosition, RenderStyle* style)
119 ASSERT(style);
136 FloatRect selectionRect = scaledFont.selectionRectForText(constructTextRun(style, fragment), textOrigin, fragment.height * scalingFactor, startPosition, endPosition);
152 RenderStyle* style = renderer().style();
    [all...]
RenderSVGPath.cpp 58 if (style()->svgStyle().hasStroke()) {
80 if (!style()->svgStyle().hasVisibleStroke())
109 const SVGRenderStyle& svgStyle = style()->svgStyle();
130 return style()->svgStyle().hasStroke() && style()->svgStyle().capStyle() != ButtCap;
138 if (style()->svgStyle().capStyle() == SquareCap)
RenderSVGShape.cpp 93 SVGRenderSupport::applyStrokeStyleToStrokeData(&strokeData, style(), this);
116 if (requiresFill && !RenderSVGResource::requestPaintingResource(ApplyToFillMode, this, style(), hasFallback))
128 if (requiresStroke && !RenderSVGResource::requestPaintingResource(ApplyToStrokeMode, this, style(), hasFallback))
190 if (!style()->svgStyle().hasMarkers())
203 void RenderSVGShape::fillShape(RenderStyle* style, GraphicsContext* context)
206 if (RenderSVGResource* fillPaintingResource = RenderSVGResource::requestPaintingResource(ApplyToFillMode, this, style, hasFallback)) {
207 if (fillPaintingResource->applyResource(this, style, context, ApplyToFillMode)) {
212 if (fallbackResource->applyResource(this, style, context, ApplyToFillMode)) {
220 void RenderSVGShape::strokeShape(RenderStyle* style, GraphicsContext* context)
223 if (RenderSVGResource* strokePaintingResource = RenderSVGResource::requestPaintingResource(ApplyToStrokeMode, this, style, hasFallback))
    [all...]
  /external/chromium_org/third_party/icu/source/samples/date/
date.c 47 static void date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, UErrorCode *status);
48 static UDate getWhen(const char *millis, const char *seconds, const char *format, UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status);
70 UDateFormatStyle style = UDAT_DEFAULT; local
96 style = UDAT_FULL;
100 style = UDAT_LONG;
104 style = UDAT_MEDIUM;
108 style = UDAT_SHORT;
161 when = getWhen(millis, seconds, format, style, parse, tz, &status);
167 date(when, tz, style, format, &status);
242 UDateFormatStyle style,
    [all...]
  /external/icu/icu4c/source/samples/date/
date.c 47 static void date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, UErrorCode *status);
48 static UDate getWhen(const char *millis, const char *seconds, const char *format, UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status);
70 UDateFormatStyle style = UDAT_DEFAULT; local
96 style = UDAT_FULL;
100 style = UDAT_LONG;
104 style = UDAT_MEDIUM;
108 style = UDAT_SHORT;
161 when = getWhen(millis, seconds, format, style, parse, tz, &status);
167 date(when, tz, style, format, &status);
242 UDateFormatStyle style,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.cpp 47 #include "core/rendering/style/StyleInheritedData.h"
87 m_hSpacing = collapseBorders() ? 0 : style()->horizontalBorderSpacing();
88 m_vSpacing = collapseBorders() ? 0 : style()->verticalBorderSpacing();
91 if (!m_tableLayout || style()->isFixedTableLayout() != oldFixedTableLayout) {
97 if (style()->isFixedTableLayout())
104 if (!needsLayout() && oldStyle && oldStyle->border() != style()->border())
123 EDisplay display = object->style()->display();
137 switch (child->style()->display()) {
263 bool hasPerpendicularContainingBlock = cb->style()->isHorizontalWritingMode() != style()->isHorizontalWritingMode()
    [all...]
RenderInline.cpp 43 #include "core/rendering/style/StyleInheritedData.h"
81 if (parent() && style()->visibility() == VISIBLE && style()->hasOutline()) {
170 if (!block->style()->isOutlineEquivalent(newStyle)) {
171 newBlockStyle = RenderStyle::clone(block->style());
175 if (block->style()->position() != newStyle->position()) {
182 newBlockStyle = RenderStyle::clone(block->style());
195 // Ensure that all of the split inlines pick up the new style. We
197 // a block's style to the other inlines.
199 // and after the block share the same style, but the block doesn'
    [all...]
RenderBox.cpp 143 RenderStyle* oldStyle = style();
146 // the canvas. Just dirty the entire canvas when our style changes substantially.
155 // When a layout hint happens and an object's position style changes, we have to do a layout
179 // writing mode value before style change here.
184 RenderStyle* newStyle = style();
217 updateShapeOutsideInfoAfterStyleChange(*style(), oldStyle);
221 void RenderBox::updateShapeOutsideInfoAfterStyleChange(const RenderStyle& style, const RenderStyle* oldStyle)
223 const ShapeValue* shapeOutside = style.shapeOutside();
226 Length shapeMargin = style.shapeMargin();
229 float shapeImageThreshold = style.shapeImageThreshold()
    [all...]
RenderTableCell.cpp 36 #include "core/rendering/style/CollapsedBorderValue.h"
119 Length colWidth = tableCol->style()->logicalWidth();
151 if (node() && style()->autoWrap()) {
183 switch (style()->verticalAlign()) {
265 return result + (style()->writingMode() == TopToBottomWritingMode ? intrinsicPaddingBefore() : intrinsicPaddingAfter());
273 return result + (style()->writingMode() == TopToBottomWritingMode ? intrinsicPaddingAfter() : intrinsicPaddingBefore());
281 return result + (style()->writingMode() == LeftToRightWritingMode ? intrinsicPaddingBefore() : intrinsicPaddingAfter());
289 return result + (style()->writingMode() == LeftToRightWritingMode ? intrinsicPaddingAfter() : intrinsicPaddingBefore());
329 int outlineSize = style()->outlineSize();
388 ASSERT(style()->display() == TABLE_CELL)
1015 EBorderStyle style; member in struct:blink::CollapsedBorder
    [all...]
RenderReplaced.cpp 74 if (style() && style()->effectiveZoom() != oldZoom)
102 int scaledWidth = static_cast<int>(defaultWidth * style()->effectiveZoom());
103 int scaledHeight = static_cast<int>(defaultHeight * style()->effectiveZoom());
129 if ((paintInfo.phase == PaintPhaseOutline || paintInfo.phase == PaintPhaseSelfOutline) && style()->outlineWidth())
146 if (style()->hasBorderRadius()) {
154 RoundedRect roundedInnerRect = style()->getRoundedInnerBorderFor(paintRect,
167 if (style()->hasBorderRadius())
190 if (style()->visibility() != VISIBLE)
216 if (style()->logicalHeight().isAuto()
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
PrimitiveTest.java 46 tryEnum(R.style.TestEnum1, 1);
47 tryEnum(R.style.TestEnum2, 2);
48 tryEnum(R.style.TestEnum10, 10);
49 tryEnum(R.style.TestEnum1_EmptyInherit, 1);
63 tryFlag(R.style.TestFlag1, 0x1);
64 tryFlag(R.style.TestFlag2, 0x2);
65 tryFlag(R.style.TestFlag31, 0x40000000);
66 tryFlag(R.style.TestFlag1And2, 0x3);
67 tryFlag(R.style.TestFlag1And2And31, 0x40000003);
  /external/chromium_org/third_party/skia/tools/
sk_tool_utils_font.cpp 4 * Use of this source code is governed by a BSD-style license that can be
34 SkTypeface* create_font(const char* name, SkTypeface::Style style) {
40 if (!strcmp(name, sub->fName) && sub->fStyle == style) {
46 SkDebugf("missing %s %d\n", name, style);
47 return SkTypeface::CreateFromName(name, style);
66 return SkNEW_ARGS(SkTestTypeface, (font, style));
70 SkTypeface* resource_font(const char* name, SkTypeface::Style style) {
75 if (!strcmp(name, sub.fName) && sub.fStyle == style) {
    [all...]
  /external/chromium_org/chrome/browser/resources/
supervised_user_block_interstitial.js 2 // Use of this source code is governed by a BSD-style license that can be
26 $('avatar-img').style.content = makeImageSet(avatarURL1x, avatarURL2x);
32 $('second-avatar-img').style.content =
36 $('avatar-img').style.left = '10px';
37 $('avatar-img').style.zIndex = '1';
38 $('second-avatar-img').style.left = '-10px';
55 $('request-sent-message').style.marginTop = '40px';
  /external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/app/
main.js 2 // Use of this source code is governed by a BSD-style license that can be
22 document.getElementById('connect-button').style.display = 'none';
23 document.getElementById('input-text').style.display = 'block';
24 document.getElementById('send-message-button').style.display = 'block';
26 document.getElementById('connect-button').style.display = 'block';
27 document.getElementById('input-text').style.display = 'none';
28 document.getElementById('send-message-button').style.display = 'none';
  /external/chromium_org/third_party/skia/gm/
linepaths.cpp 4 * Use of this source code is governed by a BSD-style license that can be
31 SkPaint::Style style, SkPath::FillType fill,
39 paint.setStyle(style);
58 SkPaint::Style fStyle;
92 "Indicated Style, Fill and Linecaps, with stroke width 10";
113 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
114 if (0 < style) {
    [all...]
quadpaths.cpp 4 * Use of this source code is governed by a BSD-style license that can be
31 SkPaint::Style style, SkPath::FillType fill,
39 paint.setStyle(style);
58 SkPaint::Style fStyle;
93 "Indicated Style, Fill and Linecaps, with stroke width 10";
114 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
115 if (0 < style) {
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-3252443.js 29 document.getElementById = function(s) { return { style: {}}};
31 document.getElementById(p1+p0).style.display='';
32 document.getElementById(p1+''+p0).style.backgroundColor = "";
33 document.getElementById(p1+''+p0).style.color="";
34 document.getElementById(p1+''+p0).style.borderBottomColor = "";
37 document.getElementById(p1+i).style.display='';
38 document.getElementById(p1+''+i).style.backgroundColor = "";
39 document.getElementById(p1+''+i).style.color="";
40 document.getElementById(p1+''+i).style.borderBottomColor = "";
  /cts/hostsidetests/theme/app/src/android/theme/app/
HoloDeviceActivity.java 182 new Theme(android.R.style.Theme_Holo,
184 new Theme(android.R.style.Theme_Holo_Dialog,
186 new Theme(android.R.style.Theme_Holo_Dialog_MinWidth,
188 new Theme(android.R.style.Theme_Holo_Dialog_NoActionBar,
190 new Theme(android.R.style.Theme_Holo_Dialog_NoActionBar_MinWidth,
192 new Theme(android.R.style.Theme_Holo_DialogWhenLarge,
194 new Theme(android.R.style.Theme_Holo_DialogWhenLarge_NoActionBar,
196 new Theme(android.R.style.Theme_Holo_InputMethod,
198 new Theme(android.R.style.Theme_Holo_Light,
200 new Theme(android.R.style.Theme_Holo_Light_DarkActionBar
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8CanvasRenderingContext2DCustom.cpp 49 static v8::Handle<v8::Value> toV8Object(CanvasStyle* style, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
51 if (style->canvasGradient())
52 return toV8(style->canvasGradient(), creationContext, isolate);
54 if (style->canvasPattern())
55 return toV8(style->canvasPattern(), creationContext, isolate);
57 return v8String(isolate, style->color());
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/linux/
FontPlatformDataLinux.cpp 105 WebFontRenderStyle style; local
107 style.setDefaults();
111 style.setDefaults();
113 const int sizeAndStyle = (((int)m_textSize) << 2) | (m_typeface->style() & 3);
114 Platform::current()->sandboxSupport()->getRenderStyleForStrike(m_family.data(), sizeAndStyle, &style);
117 style.toFontRenderStyle(&m_style);
  /external/clang/www/analyzer/
menu.css 20 list-style: none inside;
27 list-style-position: inside;
28 list-style:none;
  /external/lldb/www/python_reference/
epydoc.js 18 elts[i].style.display = ((cmd && cmd.substr(0,4)=="hide")?"none":"block");
21 elts[i].style.display = ((cmd && cmd.substr(0,4)=="hide")?"block":"none");
31 elts[i].style.display = ((cmd && cmd.substr(0,4)=="hide")?"none":"");
38 elts[i].style.display = ((cmd && cmd.substr(0,4)=="hide")?
46 elts[i].style.display = ((cmd && cmd.substr(0,4)=="hide")?"none":"block");
87 if (elt.style.display == "none")
88 elt.style.display = "block";
90 elt.style.display = "none";
94 if (elt) elt.style.display = "block";
96 if (elt) elt.style.display = "block"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLengthContext.cpp 223 return currentContext->renderer()->style();
227 // There must be at least a RenderSVGRoot renderer, carrying a style.
234 RenderStyle* style = renderStyleForLengthResolving(m_context); local
235 if (!style) {
240 float fontSize = style->specifiedFontSize();
251 RenderStyle* style = renderStyleForLengthResolving(m_context); local
252 if (!style) {
257 return value * style->specifiedFontSize();
262 RenderStyle* style = renderStyleForLengthResolving(m_context); local
263 if (!style) {
281 RenderStyle* style = renderStyleForLengthResolving(m_context); local
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontMgr_android.cpp 4 * Use of this source code is governed by a BSD-style license that can be
45 Style style,
48 : INHERITED(style, SkTypefaceCache::NewFontID(), isFixedPitch)
68 Style style,
73 : INHERITED(index, style, isFixedPitch, familyName)
103 Style style,
106 : INHERITED(index, style, isFixedPitch, familyName
161 SkTypeface::Style style; local
221 SkFontStyle style = this->style(i); variable
232 SkFontStyle style(int index) { function in class:SkFontStyleSet_Android
436 SkTypeface::Style style; variable
449 SkFontStyle style = SkFontStyle(oldStyle & SkTypeface::kBold variable
    [all...]

Completed in 3768 milliseconds

1 2 3 4 5 6 78 91011>>