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

<<11121314151617181920>>

/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVAppearancePreferences.h39 - (void) setStyle:(JVStyle *) style;
61 - (NSString *) valueOfProperty:(NSString *) property forSelector:(NSString *) selector inStyle:(NSString *) style;
63 - (void) setUserStyle:(NSString *) style;
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVAppearancePreferences.h39 - (void) setStyle:(JVStyle *) style;
61 - (NSString *) valueOfProperty:(NSString *) property forSelector:(NSString *) selector inStyle:(NSString *) style;
63 - (void) setUserStyle:(NSString *) style;
/macosx-10.10/ruby-106/ruby/ext/psych/lib/psych/visitors/
H A Demitter.rb31 @handler.scalar o.value, o.anchor, o.tag, o.plain, o.quoted, o.style
35 @handler.start_sequence o.anchor, o.tag, o.implicit, o.style
41 @handler.start_mapping o.anchor, o.tag, o.implicit, o.style
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSFontFaceRule.h43 CSSStyleDeclaration* style();
H A DCSSFontValue.h44 RefPtr<CSSPrimitiveValue> style; member in class:WebCore::CSSFontValue
H A DCSSValuePool.h56 PassRef<CSSPrimitiveValue> createValue(const Length& value, const RenderStyle* style) { return CSSPrimitiveValue::create(value, style); } argument
57 PassRef<CSSPrimitiveValue> createValue(const LengthSize& value, const RenderStyle* style) { return CSSPrimitiveValue::create(value, style); } argument
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLImageElement.cpp100 void HTMLImageElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStyleProperties& style) argument
103 addHTMLLengthToStyle(style, CSSPropertyWidth, value);
105 addHTMLLengthToStyle(style, CSSPropertyHeight, value);
107 applyBorderAttributeToStyle(value, style);
109 addHTMLLengthToStyle(style, CSSPropertyMarginTop, value);
110 addHTMLLengthToStyle(style, CSSPropertyMarginBottom, value);
112 addHTMLLengthToStyle(style, CSSPropertyMarginLeft, value);
113 addHTMLLengthToStyle(style, CSSPropertyMarginRight, value);
115 applyAlignmentAttributeToStyle(value, style);
117 addPropertyToPresentationAttributeStyle(style, CSSPropertyVerticalAlig
211 createElementRenderer(PassRef<RenderStyle> style) argument
[all...]
H A DHTMLFrameSetElement.cpp73 void HTMLFrameSetElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStyleProperties& style) argument
76 addHTMLColorToStyle(style, CSSPropertyBorderColor, value);
78 HTMLElement::collectStyleForPresentationAttribute(name, value, style);
151 bool HTMLFrameSetElement::rendererIsNeeded(const RenderStyle& style) argument
155 return style.isStyleAvailable();
158 RenderPtr<RenderElement> HTMLFrameSetElement::createElementRenderer(PassRef<RenderStyle> style) argument
160 if (style.get().hasContent())
161 return RenderElement::createFor(*this, WTF::move(style));
163 return createRenderer<RenderFrameSet>(*this, WTF::move(style));
/macosx-10.10/WebCore-7600.1.25/page/
H A DPrintContext.cpp107 bool isHorizontal = view->style().isHorizontalWritingMode();
118 if (view->style().isFlippedBlocksWritingMode()) {
125 inlineDirectionStart = view->style().isLeftToRightDirection() ? docRect.x() : docRect.maxX();
126 inlineDirectionEnd = view->style().isLeftToRightDirection() ? docRect.maxX() : docRect.x();
128 if (view->style().isFlippedBlocksWritingMode()) {
135 inlineDirectionStart = view->style().isLeftToRightDirection() ? docRect.y() : docRect.maxY();
136 inlineDirectionEnd = view->style().isLeftToRightDirection() ? docRect.maxY() : docRect.y();
183 useViewWidth = m_frame->document()->renderView()->style().isHorizontalWritingMode();
270 RefPtr<RenderStyle> style = document->ensureStyleResolver().styleForPage(pageNumber); local
274 if (style
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderTableRow.h75 return style().borderStart();
77 return style().borderEnd();
83 return style().borderEnd();
85 return style().borderStart();
H A DRenderTextControlMultiLine.cpp35 RenderTextControlMultiLine::RenderTextControlMultiLine(HTMLTextAreaElement& element, PassRef<RenderStyle> style) argument
36 : RenderTextControl(element, WTF::move(style))
68 if (style().font().firstFamily() == "Lucida Grande")
114 placeholderBox->style().setLogicalWidth(Length(contentLogicalWidth() - placeholderBox->borderAndPaddingLogicalWidth(), Fixed));
H A DLayoutState.cpp46 bool fixed = renderer->isOutOfFlowPositioned() && renderer->style().position() == FixedPosition;
86 bool isFlipped = renderer->style().isFlippedBlocksWritingMode();
115 if (lineGrid() && (lineGrid()->style().writingMode() == renderer->style().writingMode()) && renderer->isRenderMultiColumnFlowThread())
119 if (renderer->style().lineGrid() != RenderStyle::initialLineGrid() && renderer->isRenderBlockFlow())
179 if (m_lineGrid->style().lineGrid() == block->style().lineGrid())
188 if (currentGrid->style().lineGrid() == block->style().lineGrid()) {
H A DRenderLineBreak.cpp42 RenderLineBreak::RenderLineBreak(HTMLElement& element, PassRef<RenderStyle> style) argument
43 : RenderBoxModelObject(element, WTF::move(style), 0)
60 if (&firstLineStyle != &style())
65 m_cachedLineHeight = style().computedLineHeight();
72 const RenderStyle& style = firstLine ? firstLineStyle() : this->style(); local
73 const FontMetrics& fontMetrics = style.fontMetrics();
163 bool isHorizontal = style().isHorizontalWritingMode();
234 bool boxIsHorizontal = !box->isSVGInlineTextBox() ? box->isHorizontal() : !style().svgStyle().isVerticalWritingMode();
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dsass.js288 var style = state.tokenizer(stream, state);
295 if (style === "atom"){
299 if (style !== null){
317 return style;
330 var style = tokenLexer(stream, state);
332 state.lastToken = { style: style, content: stream.current() };
334 return style;
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dcxxfilt.c174 enum demangling_styles style = auto_demangling; local
209 style = cplus_demangle_name_to_style (optarg);
210 if (style == unknown_demangling)
212 fprintf (stderr, "%s: unknown demangling style `%s'\n",
216 cplus_demangle_set_style (style);
251 fatal ("Internal error: no symbol alphabet for current style");
/macosx-10.10/diskdev_cmds-576/fdisk.tproj/
H A Dauto.c43 /* The default style is the first one in the list */
69 AUTO_init(disk_t *disk, char *style, mbr_t *mbr) argument
74 /* If style is NULL, use the first (default) style */
75 if (style == NULL || strcasecmp(style, fp->style_name) == 0) {
79 warnx("No such auto-partition style %s", style);
95 /* DOS style: one partition for the whole disk */
107 /* HFS style
[all...]
/macosx-10.10/postfix-255/postfix/mantools/
H A Dget_anchors.pl33 $p->ignore_elements (qw(script style));
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tile/
H A Dsizegrip.rb23 def self.style(*args) singleton method in class:Tk
H A Dtbutton.rb27 def self.style(*args) singleton method in class:Tk
H A Dtframe.rb27 def self.style(*args) singleton method in class:Tk
H A Dtlabel.rb27 def self.style(*args) singleton method in class:Tk
H A Dtseparator.rb27 def self.style(*args) singleton method in class:Tk
H A Dtsquare.rb27 def self.style(*args) singleton method in class:Tk
/macosx-10.10/xnu-2782.1.97/bsd/man/man9/
H A DMakefile23 style.9 \
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DDOMNodeStyles.js182 // Check if the same key exists in the previous map and has the same style objects.
197 // This key is new or has different style objects than before. This is a significant change.
210 // See above for why we skip user agent style rules.
224 // Delete the previous maps now that any reused rules and style have been moved over.
230 // Remember the significant change flag so we can pass it along when the pending style
325 if (this._ignoreNextStyleAttributeDidChangeEvent && node === this._node && attributeName === "style") {
352 changeStyleText: function(style, text)
354 if (!style.ownerStyleSheet || !style.styleSheetTextRange)
367 CSSAgent.setStyleText(style
[all...]

Completed in 190 milliseconds

<<11121314151617181920>>