Searched refs:style (Results 176 - 200 of 1335) sorted by relevance

1234567891011>>

/macosx-10.9.5/OpenPAM-20/openpam/lib/
H A Dpam_get_authtok.c67 int pitem, r, style, twice; local
109 style = openpam_get_option(pamh, "echo_pass") ?
111 r = pam_prompt(pamh, style, &resp, "%s", prompt);
115 r = pam_prompt(pamh, style, &resp2, "Retype %s", prompt);
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAccessibilitySlider.cpp59 RenderStyle* style = m_renderer->style();
60 if (!style)
63 ControlPart styleAppearance = style->appearance();
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLTitleElement.cpp91 if (RenderStyle* style = computedStyle())
92 direction = style->direction();
93 else if (RefPtr<RenderStyle> style = styleForRenderer())
94 direction = style->direction();
H A DHTMLTableColElement.cpp57 void HTMLTableColElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) argument
60 addHTMLLengthToStyle(style, CSSPropertyWidth, value);
62 HTMLTablePartElement::collectStyleForPresentationAttribute(name, value, style);
H A DHTMLFontElement.cpp189 void HTMLFontElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
194 addPropertyToPresentationAttributeStyle(style, CSSPropertyFontSize, size);
196 addHTMLColorToStyle(style, CSSPropertyColor, value);
199 style->setProperty(CSSProperty(CSSPropertyFontFamily, fontFaceValue.release()));
201 HTMLElement::collectStyleForPresentationAttribute(name, value, style);
/macosx-10.9.5/dcerpc-58/dcerpc/include/compat/
H A Dbaserpc.h80 #error Define either USE_DCE_STYLE or USE_MS_STYLE to decide which rpc call style should be used.
/macosx-10.9.5/tcl-102/tk/tk/tests/
H A DcanvPsArc.tcl28 $c create arc .5i .5i 2i 2i -style pieslice -start 20 -extent 90 \
30 $c create arc 2.5i 0 4.5i 1i -style pieslice -start -45 -extent -135 \
32 $c create arc 5.0i .5i 6.5i 2i -style pieslice -start 45 -extent 315 \
35 $c create arc -.5i 2.5i 2.0i 3.5i -style chord -start 90 -extent 270 \
37 $c create arc 2.5i 2i 4i 6i -style chord -start 20 -extent 140 \
39 $c create arc 4i 2.5i 8i 4.5i -style chord -start 60 -extent 60 \
42 $c create arc .5i 4.5i 2i 6i -style arc -start 135 -extent 315 -width 3m \
44 $c create arc 3.5i 4.5i 5.5i 5.5i -style arc -start 45 -extent -90 -width 1m \
/macosx-10.9.5/tcl-102/tk84/tk/tests/
H A DcanvPsArc.tcl28 $c create arc .5i .5i 2i 2i -style pieslice -start 20 -extent 90 \
30 $c create arc 2.5i 0 4.5i 1i -style pieslice -start -45 -extent -135 \
32 $c create arc 5.0i .5i 6.5i 2i -style pieslice -start 45 -extent 315 \
35 $c create arc -.5i 2.5i 2.0i 3.5i -style chord -start 90 -extent 270 \
37 $c create arc 2.5i 2i 4i 6i -style chord -start 20 -extent 140 \
39 $c create arc 4i 2.5i 8i 4.5i -style chord -start 60 -extent 60 \
42 $c create arc .5i 4.5i 2i 6i -style arc -start 135 -extent 315 -width 3m \
44 $c create arc 3.5i 4.5i 5.5i 5.5i -style arc -start 45 -extent -90 -width 1m \
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetSupport/
H A DQStyleFacadeImp.cpp147 m_fallbackStyle = QApplication::style();
170 return style()->subElementRect(subElement, &option);
178 return style()->pixelMetric(QStyle::PM_DefaultFrameWidth, 0, m_lineEdit.data());
185 return style()->pixelMetric(convertPixelMetric(metric), &opt, 0);
193 return style()->pixelMetric(QStyle::PM_ButtonMargin, &styleOption, 0);
200 return style()->pixelMetric(QStyle::PM_SliderLength, &opt);
207 return style()->pixelMetric(QStyle::PM_SliderThickness, &opt);
216 return style()->pixelMetric(QStyle::PM_ProgressBarChunkWidth, &option);
236 return style()->sizeFromContents(QStyle::CT_ComboBox, &opt, contentsSize);
243 return style()
482 QStyle* QStyleFacadeImp::style() const function in class:WebKit::QStyleFacadeImp
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/CocoaRepl/
H A Dsimple_decorator.rb14 style :keyword, :color => :blueColor, :bold => true
25 def initialize(style = :simple)
26 super(style)
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderBox.h52 virtual bool requiresLayer() const OVERRIDE { return isRoot() || isPositioned() || createsGroup() || hasClipPath() || hasOverflowClip() || hasTransform() || hasHiddenBackface() || hasReflection() || style()->specifiesColumns() || !style()->hasAutoZIndex() || isFloatingWithShapeOutside(); }
78 LayoutUnit logicalLeft() const { return style()->isHorizontalWritingMode() ? x() : y(); }
80 LayoutUnit logicalTop() const { return style()->isHorizontalWritingMode() ? y() : x(); }
82 LayoutUnit logicalWidth() const { return style()->isHorizontalWritingMode() ? width() : height(); }
83 LayoutUnit logicalHeight() const { return style()->isHorizontalWritingMode() ? height() : width(); }
89 int pixelSnappedLogicalHeight() const { return style()->isHorizontalWritingMode() ? pixelSnappedHeight() : pixelSnappedWidth(); }
90 int pixelSnappedLogicalWidth() const { return style()->isHorizontalWritingMode() ? pixelSnappedWidth() : pixelSnappedHeight(); }
94 if (style()->isHorizontalWritingMode())
101 if (style()
[all...]
H A DRenderDeprecatedFlexibleBox.h60 bool hasMultipleLines() const { return style()->boxLines() == MULTIPLE; }
61 bool isVertical() const { return style()->boxOrient() == VERTICAL; }
62 bool isHorizontal() const { return style()->boxOrient() == HORIZONTAL; }
H A DRenderMedia.cpp87 LayoutStateMaintainer statePusher(view(), this, locationOffset(), hasTransform() || hasReflection() || style()->isFlippedBlocksWritingMode());
90 controlsRenderer->style()->setHeight(Length(newSize.height(), Fixed));
91 controlsRenderer->style()->setWidth(Length(newSize.width(), Fixed));
H A DRenderBoxModelObject.cpp165 switch (object->style()->imageRendering()) {
382 RenderStyle* styleToUse = style();
407 Length logicalHeightLength = style()->logicalHeight();
430 if (!cb->style()->logicalHeight().isAuto() || (!cb->style()->logicalTop().isAuto() && !cb->style()->logicalBottom().isAuto()))
446 if (!style()->left().isAuto()) {
447 if (!style()->right().isAuto() && !containingBlock->style()->isLeftToRightDirection())
448 offset.setWidth(-valueForLength(style()
740 applyBoxShadowForBackground(GraphicsContext* context, RenderStyle* style) argument
1335 paintNinePieceImage(GraphicsContext* graphicsContext, const LayoutRect& rect, const RenderStyle* style, const NinePieceImage& ninePieceImage, CompositeOperator op) argument
1570 EBorderStyle style; member in class:WebCore::BorderEdge
1642 styleRequiresClipPolygon(EBorderStyle style) argument
1647 borderStyleFillsBorderArea(EBorderStyle style) argument
1652 borderStyleHasInnerDetail(EBorderStyle style) argument
1657 borderStyleIsDottedOrDashed(EBorderStyle style) argument
1664 borderStyleHasUnmatchedColorsAtCorner(EBorderStyle style, BoxSide side, BoxSide adjacentSide) argument
1728 borderStylesRequireMitre(BoxSide side, BoxSide adjacentSide, EBorderStyle style, EBorderStyle adjacentStyle) argument
1759 paintOneBorderSide(GraphicsContext* graphicsContext, const RenderStyle* style, const RoundedRect& outerBorder, const RoundedRect& innerBorder, const IntRect& sideRect, BoxSide side, BoxSide adjacentSide1, BoxSide adjacentSide2, const BorderEdge edges[], const Path* path, BackgroundBleedAvoidance bleedAvoidance, bool includeLogicalLeftEdge, bool includeLogicalRightEdge, bool antialias, const Color* overrideColor) argument
1823 paintBorderSides(GraphicsContext* graphicsContext, const RenderStyle* style, const RoundedRect& outerBorder, const RoundedRect& innerBorder, const IntPoint& innerBorderAdjustment, const BorderEdge edges[], BorderEdgeFlags edgeSet, BackgroundBleedAvoidance bleedAvoidance, bool includeLogicalLeftEdge, bool includeLogicalRightEdge, bool antialias, const Color* overrideColor) argument
1871 paintTranslucentBorderSides(GraphicsContext* graphicsContext, const RenderStyle* style, const RoundedRect& outerBorder, const RoundedRect& innerBorder, const IntPoint& innerBorderAdjustment, const BorderEdge edges[], BorderEdgeFlags edgesToDraw, BackgroundBleedAvoidance bleedAvoidance, bool includeLogicalLeftEdge, bool includeLogicalRightEdge, bool antialias) argument
1914 paintBorder(const PaintInfo& info, const LayoutRect& rect, const RenderStyle* style, BackgroundBleedAvoidance bleedAvoidance, bool includeLogicalLeftEdge, bool includeLogicalRightEdge) argument
2077 drawBoxSideFromPath(GraphicsContext* graphicsContext, const LayoutRect& borderRect, const Path& borderPath, const BorderEdge edges[], float thickness, float drawThickness, BoxSide side, const RenderStyle* style, Color color, EBorderStyle borderStyle, BackgroundBleedAvoidance bleedAvoidance, bool includeLogicalLeftEdge, bool includeLogicalRightEdge) argument
2462 getBorderEdgeInfo(BorderEdge edges[], const RenderStyle* style, bool includeLogicalLeftEdge, bool includeLogicalRightEdge) const argument
[all...]
H A DRenderRubyRun.cpp204 RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(style(), BLOCK);
215 RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parentRuby->style(), INLINE_BLOCK);
253 if (style()->isFlippedLinesWritingMode() == (style()->rubyPosition() == RubyPositionAfter)) {
303 startOverhang = style()->isLeftToRightDirection() ? logicalLeftOverhang : logicalRightOverhang;
304 endOverhang = style()->isLeftToRightDirection() ? logicalRightOverhang : logicalLeftOverhang;
306 if (!startRenderer || !startRenderer->isText() || startRenderer->style(firstLine)->fontSize() > rubyBase->style(firstLine)->fontSize())
309 if (!endRenderer || !endRenderer->isText() || endRenderer->style(firstLine)->fontSize() > rubyBase->style(firstLin
[all...]
H A DRenderSearchField.cpp185 const RenderStyle* curStyle = cancelButtonRenderer->style();
197 return (style()->visibility() == HIDDEN || inputElement()->value().isEmpty()) ? HIDDEN : VISIBLE;
268 return PopupMenuStyle(style()->visitedDependentColor(CSSPropertyColor), style()->visitedDependentColor(CSSPropertyBackgroundColor), style()->font(), style()->visibility() == VISIBLE,
269 style()->display() == NONE, style()->textIndent(), style()->direction(), isOverride(style()
[all...]
H A DRenderTableCell.h85 Length styleWidth = style()->logicalWidth();
97 int styleLogicalHeight = valueForLength(style()->logicalHeight(), 0, view());
100 if (!document()->inQuirksMode() && style()->boxSizing() != BORDER_BOX)
130 EVerticalAlign va = style()->verticalAlign();
165 // This function is used to unify which table part's style we use for computing direction and
167 // This means we can safely use the same style in all cases to simplify our code.
168 // FIXME: Eventually this function should replaced by style() once we support direction
172 return row()->style();
179 return style()->borderStart();
181 return style()
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DShadowData.h51 ShadowData(const IntPoint& location, int radius, int spread, ShadowStyle style, bool isWebkitBoxShadow, const Color& color) argument
56 , m_style(style)
82 ShadowStyle style() const { return m_style; } function in class:WebCore::ShadowData
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkFrame.c269 * Labelframe style parameters:
279 static void LabelframeStyleOptions(Labelframe *lf, LabelframeStyle *style) argument
284 style->borderWidth = DEFAULT_BORDERWIDTH;
285 style->padding = Ttk_UniformPadding(0);
286 style->labelAnchor = TTK_PACK_TOP | TTK_STICK_W;
287 style->labelOutside = 0;
290 Tk_GetPixelsFromObj(NULL, lf->core.tkwin, objPtr, &style->borderWidth);
293 Ttk_GetPaddingFromObj(NULL, lf->core.tkwin, objPtr, &style->padding);
296 TtkGetLabelAnchorFromObj(NULL, objPtr, &style->labelAnchor);
299 Ttk_GetBorderFromObj(NULL, objPtr, &style
346 LabelframeStyle style; local
422 LabelframeStyle style; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dtmutfmt.h84 * Create TimeUnitFormat with default locale, and full name style.
91 * Create TimeUnitFormat given locale, and full name style.
97 * Create TimeUnitFormat given locale and style.
100 TimeUnitFormat(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status);
222 void create(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status);
232 void readFromCurrentLocale(UTimeUnitFormatStyle style, const char* key, const UVector& pluralCounts,
237 void checkConsistency(UTimeUnitFormatStyle style, const char* key, UErrorCode& status);
240 void searchInLocaleChain(UTimeUnitFormatStyle style, const char* key, const char* localeName,
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGStyledTransformableElement.cpp67 RenderStyle* style = renderer() ? renderer()->style() : 0; local
70 if (style && style->hasTransform()) {
74 style->applyTransform(transform, renderer()->objectBoundingBox());
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Doptget.c91 int style; /* STYLE_* */ member in struct:Help_s
222 Z("List the usage translation key strings with C style escapes."),
236 Z("List the usage string with C style escapes."),
253 the \aoption\a output in the \aitem\a style. Otherwise print \
1166 * return the bold set/unset sequence for style
1170 font(int f, int style, int set) argument
1172 switch (style)
1273 label(register Sfio_t* sp, int sep, register char* s, int about, int z, int level, int style, int f, Sfio_t* ip, int version, char* id, char* catalog) argument
1292 if ((ostyle = style) > (STYLE_nroff - (sep <= 0)) && f != FONT_LITERAL && f >= 0)
1293 style
1598 args(register Sfio_t* sp, register char* p, register int n, int flags, int style, Sfio_t* ip, int version, char* id, char* catalog) argument
1675 item(Sfio_t* sp, char* s, int about, int level, int style, Sfio_t* ip, int version, char* id, char* catalog) argument
1770 trace_textout(Sfio_t* sp, register char* p, char* conform, int conformlen, int style, int level, int bump, Sfio_t* ip, int version, char* id, char* catalog, int line) argument
1783 textout(Sfio_t* sp, register char* s, char* conform, int conformlen, int style, int level, int bump, Sfio_t* ip, int version, char* id, char* catalog) argument
2343 int style; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DSVGCSSComputedStyleDeclaration.cpp63 PassRefPtr<SVGPaint> ComputedStyleExtractor::adjustSVGPaintForCurrentColor(PassRefPtr<SVGPaint> newPaint, RenderStyle* style) const
67 paint->setColor(style->color());
81 RenderStyle* style = node->computedStyle(); local
82 if (!style)
85 const SVGRenderStyle* svgStyle = style->svgStyle();
137 return currentColorOrValidColor(style, svgStyle->floodColor());
139 return currentColorOrValidColor(style, svgStyle->lightingColor());
141 return currentColorOrValidColor(style, svgStyle->stopColor());
143 return adjustSVGPaintForCurrentColor(SVGPaint::create(svgStyle->fillPaintType(), svgStyle->fillPaintUri(), svgStyle->fillPaintColor()), style);
159 return adjustSVGPaintForCurrentColor(SVGPaint::create(svgStyle->strokePaintType(), svgStyle->strokePaintUri(), svgStyle->strokePaintColor()), style);
[all...]
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dattrvt.c56 * @style: a XSLT process context
63 xsltNewAttrVT(xsltStylesheetPtr style) { argument
68 xsltTransformError(NULL, style, NULL,
70 if (style != NULL) style->errors++;
78 cur->next = style->attVTs;
83 style->attVTs = (xsltAttrVTPtr) cur;
163 * @style: a XSLT process context
171 xsltCompileAttr(xsltStylesheetPtr style, xmlAttrPtr attr) { argument
179 if ((style
[all...]
H A Dxsltutils.h90 xsltGetCNsProp (xsltStylesheetPtr style,
147 xsltStylesheetPtr style,
165 xsltStylesheetPtr style,
209 xsltGetQNameURI2 (xsltStylesheetPtr style,
219 xsltStylesheetPtr style);
223 xsltStylesheetPtr style,
228 xsltStylesheetPtr style);
232 xsltStylesheetPtr style);
237 xsltStylesheetPtr style);
243 xsltXPathCompile (xsltStylesheetPtr style,
[all...]

Completed in 159 milliseconds

1234567891011>>