Searched refs:style (Results 201 - 225 of 1985) sorted by relevance

1234567891011>>

/external/skia/gm/
H A Dquadpaths.cpp4 * 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);
113 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
114 if (0 < style) {
120 gCaps[cap].fCap, gCaps[cap].fJoin, gStyles[style].fStyle,
135 canvas->drawText(gStyles[style].fName,
136 strlen(gStyles[style]
29 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
175 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
[all...]
/external/chromium-trace/trace-viewer/src/ui/
H A Dmouse_tracker.js2 // Use of this source code is governed by a BSD-style license that can be
45 this.savePreviousUserSelect_ = document.body.style['-webkit-user-select'];
46 document.body.style['-webkit-user-select'] = 'none';
60 document.body.style['-webkit-user-select'] =
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Daural_style_util.js2 // Use of this source code is governed by a BSD-style license that can be
55 * Conversion from an aural style property to Chrome TTS property.
86 * Conversion from an aural style value to Chrome TTS value.
131 * Converts an aural CSS style block to a TTS property object.
132 * @param {Object.<cvox.AuralProperty, *>} style The style.
135 cvox.AuralStyleConverter.convertStyle = function(style) {
137 for (var property in style) {
139 cvox.AuralStyleConverter.convertRule(property, style[property]);
147 * Gets the aural style fo
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8CanvasRenderingContext2DCustom.cpp49 static v8::Handle<v8::Value> toV8Object(CanvasStyle* style, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
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/core/rendering/svg/
H A DRenderSVGPath.cpp58 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)
H A DRenderSVGShape.cpp94 SVGRenderSupport::applyStrokeStyleToStrokeData(&strokeData, style(), this);
117 if (requiresFill && !RenderSVGResource::fillPaintingResource(this, style(), hasFallback))
129 if (requiresStroke && !RenderSVGResource::strokePaintingResource(this, style(), hasFallback))
194 if (!style()->svgStyle()->hasMarkers())
207 void RenderSVGShape::fillShape(RenderStyle* style, GraphicsContext* context) argument
210 if (RenderSVGResource* fillPaintingResource = RenderSVGResource::fillPaintingResource(this, style, hasFallback)) {
211 if (fillPaintingResource->applyResource(this, style, context, ApplyToFillMode)) {
215 if (fallbackResource->applyResource(this, style, context, ApplyToFillMode))
221 void RenderSVGShape::strokeShape(RenderStyle* style, GraphicsContext* context) argument
224 if (RenderSVGResource* strokePaintingResource = RenderSVGResource::strokePaintingResource(this, style, hasFallbac
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dhtmlmixed.js17 var style = htmlMode.token(stream, state.htmlState);
18 if (tagName == "script" && /\btag\b/.test(style) && stream.current() == ">") {
34 } else if (tagName == "style" && /\btag\b/.test(style) && stream.current() == ">") {
39 return style;
41 function maybeBackup(stream, pat, style) {
49 return style;
61 if (stream.match(/^<\/\s*style\s*>/i, false)) {
66 return maybeBackup(stream, /<\/\s*style\s*>/,
/external/clang/www/analyzer/
H A Dmenu.css20 list-style: none inside;
27 list-style-position: inside;
28 list-style:none;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.cpp145 RenderStyle* oldStyle = style();
148 // the canvas. Just dirty the entire canvas when our style changes substantially.
157 // When a layout hint happens and an object's position style changes, we have to do a layout
181 // writing mode value before style change here.
186 RenderStyle* newStyle = style();
227 updateShapeOutsideInfoAfterStyleChange(*style(), oldStyle);
231 void RenderBox::updateShapeOutsideInfoAfterStyleChange(const RenderStyle& style, const RenderStyle* oldStyle) argument
233 const ShapeValue* shapeOutside = style.shapeOutside();
236 Length shapeMargin = style.shapeMargin();
239 float shapeImageThreshold = style
1126 const RenderStyle* style = this->style(); local
[all...]
H A DRenderTableCell.cpp35 #include "core/rendering/style/CollapsedBorderValue.h"
120 Length colWidth = tableCol->style()->logicalWidth();
152 if (node() && style()->autoWrap()) {
183 switch (style()->verticalAlign()) {
268 return result + (style()->writingMode() == TopToBottomWritingMode ? intrinsicPaddingBefore() : intrinsicPaddingAfter());
276 return result + (style()->writingMode() == TopToBottomWritingMode ? intrinsicPaddingAfter() : intrinsicPaddingBefore());
284 return result + (style()->writingMode() == LeftToRightWritingMode ? intrinsicPaddingBefore() : intrinsicPaddingAfter());
292 return result + (style()->writingMode() == LeftToRightWritingMode ? intrinsicPaddingAfter() : intrinsicPaddingBefore());
332 int outlineSize = style()->outlineSize();
399 ASSERT(style()
1010 collapsedBorderStyle(EBorderStyle style) argument
1027 EBorderStyle style; member in struct:WebCore::CollapsedBorder
[all...]
H A DRenderBoxModelObject.h29 #include "core/rendering/style/ShadowData.h"
65 LayoutSize relativePositionLogicalOffset() const { return style()->isHorizontalWritingMode() ? relativePositionOffset() : relativePositionOffset().transposedSize(); }
69 LayoutSize stickyPositionLogicalOffset() const { return style()->isHorizontalWritingMode() ? stickyPositionOffset() : stickyPositionOffset().transposedSize(); }
91 LayoutUnit computedCSSPaddingTop() const { return computedCSSPadding(style()->paddingTop()); }
92 LayoutUnit computedCSSPaddingBottom() const { return computedCSSPadding(style()->paddingBottom()); }
93 LayoutUnit computedCSSPaddingLeft() const { return computedCSSPadding(style()->paddingLeft()); }
94 LayoutUnit computedCSSPaddingRight() const { return computedCSSPadding(style()->paddingRight()); }
95 LayoutUnit computedCSSPaddingBefore() const { return computedCSSPadding(style()->paddingBefore()); }
96 LayoutUnit computedCSSPaddingAfter() const { return computedCSSPadding(style()->paddingAfter()); }
97 LayoutUnit computedCSSPaddingStart() const { return computedCSSPadding(style()
[all...]
H A DOrderIterator.cpp70 } while (!m_currentChild || m_currentChild->style()->order() != *m_orderValuesIterator);
89 m_iterator.m_orderValues.insert(child->style()->order());
H A DRenderBox.h76 if (isPositioned() || createsGroup() || hasClipPath() || hasTransform() || hasHiddenBackface() || hasReflection() || style()->specifiesColumns() || !style()->hasAutoZIndex() || style()->shouldCompositeForCurrentAnimations())
108 LayoutUnit logicalLeft() const { return style()->isHorizontalWritingMode() ? x() : y(); }
110 LayoutUnit logicalTop() const { return style()->isHorizontalWritingMode() ? y() : x(); }
112 LayoutUnit logicalWidth() const { return style()->isHorizontalWritingMode() ? width() : height(); }
113 LayoutUnit logicalHeight() const { return style()->isHorizontalWritingMode() ? height() : width(); }
119 int pixelSnappedLogicalHeight() const { return style()->isHorizontalWritingMode() ? pixelSnappedHeight() : pixelSnappedWidth(); }
120 int pixelSnappedLogicalWidth() const { return style()->isHorizontalWritingMode() ? pixelSnappedWidth() : pixelSnappedHeight(); }
124 if (style()
[all...]
H A DRenderFullScreen.cpp119 if (parent && !parent->isChildAllowed(fullscreenRenderer, fullscreenRenderer->style())) {
181 void RenderFullScreen::createPlaceholder(PassRefPtr<RenderStyle> style, const LayoutRect& frameRect) argument
183 if (style->width().isAuto())
184 style->setWidth(Length(frameRect.width(), Fixed));
185 if (style->height().isAuto())
186 style->setHeight(Length(frameRect.height(), Fixed));
190 m_placeholder->setStyle(style);
196 m_placeholder->setStyle(style);
H A DRenderMedia.cpp68 controlsRenderer->style()->setHeight(Length(newSize.height(), Fixed));
69 controlsRenderer->style()->setWidth(Length(newSize.width(), Fixed));
H A DRenderMenuList.cpp99 RenderStyle* innerStyle = m_innerBlock->style();
105 if (style()->alignItems() == ItemPositionCenter) {
111 innerStyle->setPaddingLeft(Length(RenderTheme::theme().popupInternalPaddingLeft(style()), Fixed));
112 innerStyle->setPaddingRight(Length(RenderTheme::theme().popupInternalPaddingRight(style()), Fixed));
113 innerStyle->setPaddingTop(Length(RenderTheme::theme().popupInternalPaddingTop(style()), Fixed));
114 innerStyle->setPaddingBottom(Length(RenderTheme::theme().popupInternalPaddingBottom(style()), Fixed));
119 innerStyle->setTextAlign(style()->isLeftToRightDirection() ? LEFT : RIGHT);
154 m_buttonText->setStyle(style());
155 if (m_innerBlock) // RenderBlock handled updating the anonymous block's style.
158 bool fontChanged = !oldStyle || oldStyle->font() != style()
505 RenderStyle* style = element->renderStyle() ? element->renderStyle() : element->computedStyle(); local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGLengthContext.cpp223 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...]
H A DSVGGElement.cpp69 RenderObject* SVGGElement::createRenderer(RenderStyle* style) argument
75 if (style->display() == NONE)
H A DSVGGeometryElement.cpp56 PointerEventsHitRules hitRules(PointerEventsHitRules::SVG_GEOMETRY_HITTESTING, request, renderer()->style()->pointerEvents());
70 PointerEventsHitRules hitRules(PointerEventsHitRules::SVG_GEOMETRY_HITTESTING, request, renderer()->style()->pointerEvents());
/external/chromium_org/v8/tools/profviz/
H A Dprofviz.js121 this.plot.style.webkitFilter = "grayscale(1)";
122 this.prof.style.color = "#bbb";
129 this.plot.style.webkitFilter = "";
130 this.prof.style.color = "#000";
150 this.plot.style.display = "block";
151 this.prof.style.display = "none";
155 this.plot.style.display = "none";
156 this.prof.style.display = "block";
164 if (field && this[field].style.display != "none") field = null; // Toggle.
165 this.credits.style
[all...]
/external/chromium-trace/trace-viewer/src/cc/
H A Draster_task_slice_view_test.js2 // Use of this source code is governed by a BSD-style license that can be
22 view.style.minHeight = '500px';
/external/chromium_org/content/browser/resources/indexed_db/
H A Dindexeddb_internals.js2 // Use of this source code is governed by a BSD-style license that can be
18 progressNodeFor(link).style.display = 'inline';
26 progressNodeFor(link).style.display = 'inline';
46 progressNodeFor(link).style.display = 'none';
55 progressNodeFor(link).style.display = 'none';
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleMultiColData.h28 #include "core/rendering/style/BorderValue.h"
29 #include "core/rendering/style/RenderStyleConstants.h"
51 if (m_rule.style() == BNONE || m_rule.style() == BHIDDEN)
/external/chromium_org/third_party/libxslt/libxslt/
H A Dnamespaces.h33 xsltNamespaceAlias (xsltStylesheetPtr style,
61 (xsltStylesheetPtr style);
/external/chromium_org/third_party/skia/gm/
H A Demptypath.cpp5 * Use of this source code is governed by a BSD-style license that can be
29 SkPaint::Style style,
35 paint.setStyle(style);
81 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
96 gStyles[style].fStyle, gFills[fill].fFill);
110 canvas->drawText(gStyles[style].fName,
111 strlen(gStyles[style].fName),
26 drawEmpty(SkCanvas* canvas, SkColor color, const SkRect& clip, SkPaint::Style style, SkPath::FillType fill) argument

Completed in 513 milliseconds

1234567891011>>