Searched refs:style (Results 126 - 150 of 1767) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBR.cpp48 RenderStyle* s = style(firstLine);
49 if (s != style())
54 m_lineHeight = style()->computedLineHeight(view());
H A DRenderRubyText.cpp56 ETextAlign textAlign = style()->textAlign();
67 ETextAlign textAlign = style()->textAlign();
80 inset = min<float>(2 * style()->fontSize(), inset);
H A DRenderTable.cpp43 #include "core/rendering/style/CollapsedBorderValue.h"
44 #include "core/rendering/style/StyleInheritedData.h"
85 m_hSpacing = collapseBorders() ? 0 : style()->horizontalBorderSpacing();
86 m_vSpacing = collapseBorders() ? 0 : style()->verticalBorderSpacing();
89 if (!m_tableLayout || style()->tableLayout() != oldTableLayout) {
92 if (style()->tableLayout() == TFIXED && !style()->logicalWidth().isAuto())
99 if (!needsLayout() && oldStyle && oldStyle->border() != style()->border())
124 switch (child->style()->display()) {
183 while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableSection() && lastBox->style()
[all...]
/external/chromium_org/third_party/libxslt/libxslt/
H A Ddocuments.h36 xsltLoadStyleDocument (xsltStylesheetPtr style,
39 xsltNewStyleDocument (xsltStylesheetPtr style,
42 xsltFreeStyleDocuments (xsltStylesheetPtr style);
H A Dkeys.h29 xsltAddKey (xsltStylesheetPtr style,
44 xsltFreeKeys (xsltStylesheetPtr style);
/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurMask.h5 * Use of this source code is governed by a BSD-style license that can be
33 SkScalar radius, Style style,
37 SkScalar radius, Style style, Quality quality,
44 SkScalar provided_radius, Style style,
/external/chromium_org/ui/views/corewm/
H A Dshadow.cc2 // Use of this source code is governed by a BSD-style license that can be
27 float GetOpacityForStyle(views::corewm::Shadow::Style style) { argument
28 switch (style) {
39 int GetInteriorInsetForStyle(views::corewm::Shadow::Style style) { argument
40 switch (style) {
62 void Shadow::Init(Style style) { argument
63 style_ = style;
79 void Shadow::SetStyle(Style style) { argument
80 if (style_ == style)
84 style_ = style;
[all...]
H A Dshadow.h2 // Use of this source code is governed by a BSD-style license that can be
42 void Init(Style style);
51 Style style() const { return style_; } function in class:views::corewm::Shadow
56 // Sets the shadow's style, animating opacity as necessary.
57 void SetStyle(Style style);
70 // The current style, set when the transition animation starts.
/external/libxslt/libxslt/
H A Ddocuments.h36 xsltLoadStyleDocument (xsltStylesheetPtr style,
39 xsltNewStyleDocument (xsltStylesheetPtr style,
42 xsltFreeStyleDocuments (xsltStylesheetPtr style);
H A Dkeys.h29 xsltAddKey (xsltStylesheetPtr style,
44 xsltFreeKeys (xsltStylesheetPtr style);
/external/skia/src/effects/
H A DSkBlurMask.h5 * Use of this source code is governed by a BSD-style license that can be
33 SkScalar radius, Style style,
37 SkScalar radius, Style style, Quality quality,
44 SkScalar provided_radius, Style style,
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_match.h2 // Use of this source code is governed by a BSD-style license that can be
53 ACMatchClassification(size_t offset, int style) argument
55 style(style) {
61 int style; member in struct:AutocompleteMatch::ACMatchClassification
110 // Fills in the classifications for |text|, using |style| as the base style
112 // will also not be dimmed, if |style| has DIM set.)
115 int style,
125 int style,
[all...]
/external/chromium/chrome/common/extensions/docs/js/
H A Dsample_search.js3 * source code is governed by a BSD-style license that can be found in the
20 clearlink.style.display = "inline";
22 clearlink.style.display = "none";
31 noresults.style.display = 'none';
37 sampleentry.style.display = "none";
39 sampleentry.style.display = "block";
45 noresults.style.display = 'block';
/external/chromium/chrome/browser/chromeos/login/
H A Dtextfield_with_margin.cc2 // Use of this source code is governed by a BSD-style license that can be
26 TextfieldWithMargin::TextfieldWithMargin(views::Textfield::StyleFlags style) argument
27 : Textfield(style) {
/external/chromium-trace/trace-viewer/src/cc/
H A Dpicture_debugger_test.js2 // Use of this source code is governed by a BSD-style license that can be
24 dbg.style.border = '1px solid black';
/external/chromium_org/chrome/common/extensions/docs/static/js/
H A Dpopup.js2 // Use of this source code is governed by a BSD-style license that can be
38 popup.style.display = 'block';
45 activePopup.style.display = ''
H A Dsamples.js2 // Use of this source code is governed by a BSD-style license that can be
14 sample.style.display = 'none';
16 sample.style.display = '';
/external/chromium_org/chrome/test/functional/perf/endure_graphs/js/
H A Dplotter.js3 Use of this source code is governed by a BSD-style license that can be
43 m.style.backgroundColor = color;
44 m.style.opacity = '0.3';
45 m.style.position = 'absolute';
46 m.style.left = '-2px';
47 m.style.top = '-2px';
48 m.style.width = '0px';
49 m.style.height = '0px';
66 m.style.backgroundColor = HorizontalMarker.COLOR;
67 m.style
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLLIElement.cpp59 void HTMLLIElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) argument
63 addPropertyToPresentationAttributeStyle(style, CSSPropertyListStyleType, CSSValueLowerAlpha);
65 addPropertyToPresentationAttributeStyle(style, CSSPropertyListStyleType, CSSValueUpperAlpha);
67 addPropertyToPresentationAttributeStyle(style, CSSPropertyListStyleType, CSSValueLowerRoman);
69 addPropertyToPresentationAttributeStyle(style, CSSPropertyListStyleType, CSSValueUpperRoman);
71 addPropertyToPresentationAttributeStyle(style, CSSPropertyListStyleType, CSSValueDecimal);
73 addPropertyToPresentationAttributeStyle(style, CSSPropertyListStyleType, value);
75 HTMLElement::collectStyleForPresentationAttribute(name, value, style);
108 // We don't want to change our style to say "inside" since that would affect nested nodes.
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DBorderData.h30 #include "core/rendering/style/BorderValue.h"
31 #include "core/rendering/style/NinePieceImage.h"
65 if (!m_image.hasImage() && (m_left.style() == BNONE || m_left.style() == BHIDDEN))
72 if (!m_image.hasImage() && (m_right.style() == BNONE || m_right.style() == BHIDDEN))
79 if (!m_image.hasImage() && (m_top.style() == BNONE || m_top.style() == BHIDDEN))
86 if (!m_image.hasImage() && (m_bottom.style() == BNONE || m_bottom.style()
[all...]
H A DCounterContent.h28 #include "core/rendering/style/RenderStyleConstants.h"
36 CounterContent(const AtomicString& identifier, EListStyleType style, const AtomicString& separator) argument
38 , m_listStyle(style)
/external/chromium_org/third_party/skia/include/ports/
H A DSkTypeface_android.h4 * Use of this source code is governed by a BSD-style license that can be
60 * @param style The font style, for example bold
65 SK_API SkTypeface* SkCreateTypefaceForScriptNG(hb_script_t script, SkTypeface::Style style,
68 SK_API SkTypeface* SkCreateTypefaceForScript(HB_Script script, SkTypeface::Style style,
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dexpandable_bubble.js2 // Use of this source code is governed by a BSD-style license that can be
118 offset = (clientRect.width - parseInt(this.style.width)) / 2;
119 this.style.left = this.style.right = clientRect.left + offset + 'px';
122 this.style.top = this.expanded ?
140 // Suppress the width style so we can get it to calculate its width.
142 bubbleTitle.style.width = '';
149 this.style.marginLeft = (width - expandedWidth) + 'px';
156 this.style.marginLeft = '0';
161 this.style
[all...]
/external/chromium_org/v8/test/intl/number-format/
H A Dparse-percent.js28 var nf = new Intl.NumberFormat(['en'], {style: 'percent'});
/external/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 489 milliseconds

1234567891011>>