Searched refs:style (Results 276 - 300 of 1335) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/WebCore-7537.78.1/html/shadow/
H A DProgressShadowElement.cpp56 return progressRenderer && !progressRenderer->style()->hasAppearance() && HTMLDivElement::rendererIsNeeded(context);
82 return progressRenderer && !progressRenderer->style()->hasAppearance() && HTMLDivElement::rendererIsNeeded(context);
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderMediaControlElements.cpp47 if (style()->display() == NONE || !nextSibling() || !nextSibling()->isBox())
92 if (style()->display() == NONE)
H A DRenderThemeWinCE.h74 virtual void setRadioSize(RenderStyle* style) const
75 { return setCheckboxSize(style); }
113 virtual void adjustButtonStyle(StyleResolver*, RenderStyle* style, Element*) const { } argument
114 virtual void adjustTextFieldStyle(StyleResolver*, RenderStyle* style, Element*) const { } argument
115 virtual void adjustTextAreaStyle(StyleResolver*, RenderStyle* style, Element*) const { } argument
H A DTextAutosizer.cpp98 if (renderer->style() && renderer->style()->textAutosizingMultiplier() != 1)
176 multiplier = clusterMultiplier(clusterInfo.root->style()->writingMode(), windowInfo, textWidth);
194 multiplier = clusterMultiplier(clusterInfos[0].root->style()->writingMode(), windowInfo, maxTextWidth);
196 ASSERT(clusterInfos[i].root->style()->writingMode() == clusterInfos[0].root->style()->writingMode());
210 if (localMultiplier != 1 && descendant->style()->textAutosizingMultiplier() == 1) {
233 RefPtr<RenderStyle> newStyle = RenderStyle::clone(renderer->style());
276 if (!renderer->isRenderBlock() || (renderer->isInline() && !renderer->style()->isDisplayReplacedType()))
296 // <div style
449 RenderStyle* style = container->style(); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/mathml/
H A DRenderMathMLRow.cpp47 RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parent->style(), FLEX);
66 stretchLogicalHeight = style()->fontSize();
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGInlineText.cpp87 bool newPreserves = style() ? style()->whiteSpace() == PRE : false;
102 // The text metrics may be influenced by style changes.
220 computeNewScaledFontForStyle(this, style(), m_scalingFactor, m_scaledFont);
223 void RenderSVGInlineText::computeNewScaledFontForStyle(RenderObject* renderer, const RenderStyle* style, float& scalingFactor, Font& scaledFont) argument
225 ASSERT(style);
235 if (scalingFactor == 1 || !scalingFactor || style->fontDescription().textRenderingMode() == GeometricPrecision) {
237 scaledFont = style->font();
241 FontDescription fontDescription(style->fontDescription());
H A DRenderSVGImage.cpp119 if (paintInfo.context->paintingDisabled() || style()->visibility() == HIDDEN || !m_imageResource->hasImage())
127 bool drawsOutline = style()->outlineWidth() && (childPaintInfo.phase == PaintPhaseOutline || childPaintInfo.phase == PaintPhaseSelfOutline);
136 if (style()->svgStyle()->bufferedRendering() == BR_STATIC && renderingContext.bufferForeground(m_bufferedForeground))
171 PointerEventsHitRules hitRules(PointerEventsHitRules::SVG_IMAGE_HITTESTING, request, style()->pointerEvents());
172 bool isVisible = (style()->visibility() == VISIBLE);
/macosx-10.9.5/dcerpc-58/www/content/css/blueprint/plugins/fancy-type/
H A Dscreen.css21 font-style: italic;
/macosx-10.9.5/groff-38/groff/src/preproc/eqn/
H A Dspecial.cpp71 int special_box::compute_metrics(int style) argument
73 int r = p->compute_metrics(style);
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dvariables.h59 xsltParseGlobalVariable (xsltStylesheetPtr style,
62 xsltParseGlobalParam (xsltStylesheetPtr style,
/macosx-10.9.5/libxslt-13/libxslt/xsltproc/
H A DtestThreads.c96 xmlDocPtr style; local
108 style = xmlReadMemory(stylesheet, strlen(stylesheet), "doc.xsl", NULL, 0);
109 if (style == NULL) {
113 cur = xsltParseStylesheetDoc(style);
227 xmlDocPtr style; local
230 style = xmlReadMemory(stylesheet, strlen(stylesheet), "doc.xsl",
232 if (style == NULL) {
236 cur = xsltParseStylesheetDoc(style);
/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/psych/
H A Dtree_builder.rb32 def start_#{node.downcase}(anchor, tag, implicit, style)
33 n = Nodes::#{node}.new(anchor, tag, implicit, style)
74 def scalar value, anchor, tag, plain, quoted, style
75 s = Nodes::Scalar.new(value,anchor,tag,plain,quoted,style)
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/tile/
H A Dtscale.rb31 def self.style(*args) singleton method in class:Tk
49 def self.style(*args) singleton method in class:Tk
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Dtoken_stream.rb32 style = case t
47 if style then
48 "<span class=\"#{style}\">#{text}</span>"
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dexport_wiki.tcl56 # - style = string in { list, table }, list default.
65 style list
91 switch -exact -- $config(style) {
124 return -code error "bad style \"$style\""
/macosx-10.9.5/tcl-102/tk/tk/tests/ttk/
H A Dscrollbar.test20 test scrollbar-swapout-2 "... unless -style is specified ..." -constraints {
23 ttk::style layout Vertical.Custom.TScrollbar \
24 [ttk::style layout Vertical.TScrollbar] ; # See #1833339
25 ttk::scrollbar .sb -command "yadda" -style Custom.TScrollbar
26 list [winfo class .sb] [.sb cget -command] [.sb cget -style]
/macosx-10.9.5/text_cmds-87/tail/
H A Dreverse.c83 reverse(FILE *fp, enum STYLE style, off_t off, struct stat *sbp) argument
85 if (style != REVERSE && off == 0)
89 r_reg(fp, style, off, sbp);
91 switch(style) {
112 r_reg(FILE *fp, enum STYLE style, off_t off, struct stat *sbp) argument
140 if (style == RBYTES && --off == 0)
158 if (style == RLINES)
161 if (off == 0 && style != REVERSE) {
/macosx-10.9.5/vim-53/runtime/autoload/xml/
H A Dhtml401t.vim6 \ { 'rel': [], 'accesskey': [], 'coords': [], 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onblur': [], 'onkeydown': [], 'onfocus': [], 'target': [], 'onkeyup': [], 'href': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'tabindex': [], 'lang': [], 'onmouseout': [], 'onmousemove': [], 'style': [], 'name': [], 'charset': [], 'hreflang': [], 'onkeypress': [], 'onmousedown': [], 'rev': [], 'class': [], 'title': [], 'onclick': [], 'type': [], 'shape': ['rect', 'circle', 'poly', 'default']}
10 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
14 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
18 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
22 \ { 'width': [], 'object': [], 'id': [], 'code': [], 'vspace': [], 'archive': [], 'alt': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'style': [], 'name': [], 'height': [], 'hspace': [], 'title': [], 'class': [], 'codebase': []}
26 \ { 'accesskey': [], 'coords': [], 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onblur': [], 'onkeydown': [], 'target': [], 'nohref': ['BOOL'], 'onfocus': [], 'onkeyup': [], 'href': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'alt': [], 'tabindex': [], 'onmouseout': [], 'onmousemove': [], 'style': [], 'onkeypress': [], 'onmousedown': [], 'shape': ['rect', 'circle', 'poly', 'default'], 'class': [], 'title': [], 'onclick': []}
30 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
42 \ { 'dir': ['ltr', 'rtl'], 'id': [], 'lang': [], 'style': [], 'class': [], 'title': []}
46 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
50 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'cite': [], 'onmouseover': [], 'lang': [], 'style'
[all...]
H A Dhtml40t.vim6 \ { 'rel': [], 'accesskey': [], 'coords': [], 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onblur': [], 'onkeydown': [], 'onfocus': [], 'target': [], 'onkeyup': [], 'href': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'tabindex': [], 'lang': [], 'onmouseout': [], 'onmousemove': [], 'style': [], 'name': [], 'charset': [], 'hreflang': [], 'onkeypress': [], 'onmousedown': [], 'rev': [], 'class': [], 'title': [], 'onclick': [], 'type': [], 'shape': ['rect', 'circle', 'poly', 'default']}
10 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
14 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
18 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
22 \ { 'width': [], 'object': [], 'id': [], 'code': [], 'vspace': [], 'archive': [], 'alt': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'style': [], 'name': [], 'height': [], 'hspace': [], 'title': [], 'class': [], 'codebase': []}
26 \ { 'accesskey': [], 'coords': [], 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onblur': [], 'onkeydown': [], 'target': [], 'nohref': ['BOOL'], 'onfocus': [], 'onkeyup': [], 'href': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'alt': [], 'tabindex': [], 'onmouseout': [], 'onmousemove': [], 'style': [], 'onkeypress': [], 'onmousedown': [], 'shape': ['rect', 'circle', 'poly', 'default'], 'class': [], 'title': [], 'onclick': []}
30 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
42 \ { 'dir': ['ltr', 'rtl'], 'id': [], 'lang': [], 'style': [], 'class': [], 'title': []}
46 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
50 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'cite': [], 'onmouseover': [], 'lang': [], 'style'
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DTransformFunctions.cpp79 static Length convertToFloatLength(const CSSPrimitiveValue* primitiveValue, const RenderStyle* style, const RenderStyle* rootStyle, double multiplier) argument
81 return primitiveValue ? primitiveValue->convertToLength<FixedFloatConversion | PercentConversion | CalculatedConversion | FractionConversion | ViewportPercentageConversion>(style, rootStyle, multiplier) : Length(Undefined);
84 bool transformsForValue(const RenderStyle* style, const RenderStyle* rootStyle, CSSValue* value, TransformOperations& outOperations) argument
91 float zoomFactor = style ? style->effectiveZoom() : 1;
168 ty = convertToFloatLength(firstValue, style, rootStyle, zoomFactor);
170 tx = convertToFloatLength(firstValue, style, rootStyle, zoomFactor);
174 ty = convertToFloatLength(secondValue, style, rootStyle, zoomFactor);
191 tz = convertToFloatLength(firstValue, style, rootStyle, zoomFactor);
193 ty = convertToFloatLength(firstValue, style, rootStyl
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/animation/
H A DKeyframeAnimation.cpp70 static const Animation* getAnimationFromStyleByName(const RenderStyle* style, const AtomicString& name) argument
72 if (!style->animations())
75 for (size_t i = 0; i < style->animations()->size(); i++) {
76 if (name == style->animations()->animation(i)->name())
77 return style->animations()->animation(i);
129 fromStyle = prevKeyframe.style();
130 toStyle = nextKeyframe.style();
159 // If we are waiting for the start timer, we don't want to change the style yet.
163 // through to the style blend so that we get the fromStyle.
174 // We know we will need a new render style, s
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/psych/yaml/
H A Dyaml.h113 /** Use CR for line breaks (Mac style). */
115 /** Use LN for line breaks (Unix style). */
117 /** Use CR LN for line breaks (DOS style). */
165 /** Let the emitter choose the style. */
168 /** The plain scalar style. */
171 /** The single-quoted scalar style. */
173 /** The double-quoted scalar style. */
176 /** The literal scalar style. */
178 /** The folded scalar style. */
184 /** Let the emitter choose the style
308 yaml_scalar_style_t style; member in struct:yaml_token_s::__anon12285::__anon12290
442 yaml_scalar_style_t style; member in struct:yaml_event_s::__anon12293::__anon12299
454 yaml_sequence_style_t style; member in struct:yaml_event_s::__anon12293::__anon12300
466 yaml_mapping_style_t style; member in struct:yaml_event_s::__anon12293::__anon12301
735 yaml_scalar_style_t style; member in struct:yaml_node_s::__anon12302::__anon12303
750 yaml_sequence_style_t style; member in struct:yaml_node_s::__anon12302::__anon12304
765 yaml_mapping_style_t style; member in struct:yaml_node_s::__anon12302::__anon12306
1725 yaml_scalar_style_t style; member in struct:yaml_emitter_s::__anon12331
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLTableCellElement.cpp88 void HTMLTableCellElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) argument
91 addPropertyToPresentationAttributeStyle(style, CSSPropertyWhiteSpace, CSSValueWebkitNowrap);
96 addHTMLLengthToStyle(style, CSSPropertyWidth, value);
102 addHTMLLengthToStyle(style, CSSPropertyHeight, value);
105 HTMLTablePartElement::collectStyleForPresentationAttribute(name, value, style);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/cm/
H A Dmatchbrackets.js15 var style = cm.getTokenAt(Pos(cur.line, pos + 1)).type;
24 if (re.test(ch) && cm.getTokenAt(Pos(lineNo, pos + 1)).type == style) {
46 var style = found.match ? "CodeMirror-matchingbracket" : "CodeMirror-nonmatchingbracket";
47 var one = cm.markText(found.from, Pos(found.from.line, found.from.ch + 1), {className: style});
48 var two = found.to && cm.markText(found.to, Pos(found.to.line, found.to.ch + 1), {className: style});
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGTextElement.cpp113 RenderStyle* style = renderer() ? renderer()->style() : 0; local
116 if (style && style->hasTransform()) {
120 style->applyTransform(t, IntSize(0, 0), RenderStyle::ExcludeTransformOrigin);

Completed in 154 milliseconds

<<11121314151617181920>>