Searched defs:style (Results 226 - 250 of 457) sorted by relevance

1234567891011>>

/macosx-10.9.5/libxslt-13/libxslt/xsltproc/
H A Dxsltproc.c551 xmlDocPtr doc, style; local
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/psych/
H A Dpsych_emitter.c432 set_canonical(VALUE self, VALUE style) argument
[all...]
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXButton.c413 NSBezelStyle style = 0; local
[all...]
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinWindow.c261 int style; local
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXWm.h239 short style; /* Legacy window style. */ member in struct:TkWmInfo
/macosx-10.9.5/text_cmds-87/sort/
H A Dquotearg.c83 enum quoting_style style; member in struct:quoting_options
642 quoting_options_from_style(enum quoting_style style) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Debnf2ps.el[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcnmdptst.c679 UNumberFormatStyle style= UNUM_DEFAULT; local
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Daclparse.c210 slap_style_t style = a->acl_dn_style; local
333 char *left, *right, *style; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSPrimitiveValue.cpp483 template<> int CSSPrimitiveValue::computeLength(const RenderStyle* style, const RenderStyle* rootStyle, float multiplier, bool computingFontSize) const argument
488 template<> unsigned CSSPrimitiveValue::computeLength(const RenderStyle* style, const RenderStyle* rootStyle, float multiplier, bool computingFontSize) const argument
493 template<> Length CSSPrimitiveValue::computeLength(const RenderStyle* style, const RenderStyle* rootStyle, float multiplier, bool computingFontSize) const argument
502 template<> short CSSPrimitiveValue::computeLength(const RenderStyle* style, const RenderStyle* rootStyle, float multiplier, bool computingFontSize) const argument
507 template<> unsigned short CSSPrimitiveValue::computeLength(const RenderStyle* style, cons argument
512 computeLength(const RenderStyle* style, const RenderStyle* rootStyle, float multiplier, bool computingFontSize) const argument
517 computeLength(const RenderStyle* style, const RenderStyle* rootStyle, float multiplier, bool computingFontSize) const argument
522 computeLengthDouble(const RenderStyle* style, const RenderStyle* rootStyle, float multiplier, bool computingFontSize) const argument
[all...]
H A DMediaQueryEvaluator.cpp102 MediaQueryEvaluator::MediaQueryEvaluator(const String& acceptedMediaType, Frame* frame, RenderStyle* style) argument
230 static bool monochromeMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix op) argument
347 static bool computeLength(CSSValue* value, bool strict, RenderStyle* style, RenderStyle* rootStyle, int& result) argument
367 static bool device_heightMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix op) argument
382 static bool device_widthMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix op) argument
397 heightMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix op) argument
415 widthMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix op) argument
435 min_colorMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
440 max_colorMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
445 min_color_indexMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
450 max_color_indexMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
455 min_monochromeMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
460 max_monochromeMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
465 min_aspect_ratioMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
470 max_aspect_ratioMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
475 min_device_aspect_ratioMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
480 max_device_aspect_ratioMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
485 min_device_pixel_ratioMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
490 max_device_pixel_ratioMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
495 min_heightMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
500 max_heightMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
505 min_widthMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
510 max_widthMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
515 min_device_heightMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
520 max_device_heightMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
525 min_device_widthMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
530 max_device_widthMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
535 min_resolutionMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
540 max_resolutionMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DFrameSelection.h330 inline void FrameSelection::setTypingStyle(PassRefPtr<EditingStyle> style) argument
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLCanvasElement.cpp112 RenderObject* HTMLCanvasElement::createRenderer(RenderArena* arena, RenderStyle* style) argument
H A DHTMLPlugInImageElement.cpp202 RenderObject* HTMLPlugInImageElement::createRenderer(RenderArena* arena, RenderStyle* style) argument
H A DHTMLTextAreaElement.cpp153 void HTMLTextAreaElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) argument
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderEmbeddedObject.cpp396 RenderStyle* style = renderer->style(); local
[all...]
H A DRenderMenuList.cpp483 RenderStyle* style = element->renderStyle() ? element->renderStyle() : element->computedStyle(); local
[all...]
H A DRenderThemeWinCE.cpp239 adjustMenuListStyle(StyleResolver* styleResolver, RenderStyle* style, Element* e) const argument
335 adjustSliderThumbSize(RenderStyle* style, Element*) const argument
396 adjustSearchFieldCancelButtonStyle(StyleResolver*, RenderStyle* style, Element*) const argument
403 adjustSearchFieldDecorationStyle(StyleResolver*, RenderStyle* style, Element*) const argument
410 adjustSearchFieldResultsDecorationStyle(StyleResolver*, RenderStyle* style, Element*) const argument
423 adjustSearchFieldResultsButtonStyle(StyleResolver*, RenderStyle* style, Element*) const argument
436 adjustMenuListButtonStyle(StyleResolver*, RenderStyle* style, Element*) const argument
535 adjustSearchFieldStyle(StyleResolver*, RenderStyle* style, Element*) const argument
[all...]
H A DTextAutosizer.cpp449 RenderStyle* style = container->style(); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGInlineTextBox.cpp99 RenderStyle* style = textRenderer->style(); local
121 FloatRect SVGInlineTextBox::selectionRectForTextFragment(const SVGTextFragment& fragment, int startPosition, int endPosition, RenderStyle* style) argument
161 RenderStyle* style = text->style(); local
358 acquirePaintingResource(GraphicsContext*& context, float scalingFactor, RenderObject* renderer, RenderStyle* style) argument
405 prepareGraphicsContextForTextPainting(GraphicsContext*& context, float scalingFactor, TextRun& textRun, RenderStyle* style) argument
434 constructTextRun(RenderStyle* style, const SVGTextFragment& fragment) const argument
599 paintTextWithShadows(GraphicsContext* context, RenderStyle* style, TextRun& textRun, const SVGTextFragment& fragment, int startPosition, int endPosition) argument
649 paintText(GraphicsContext* context, RenderStyle* style, RenderStyle* selectionStyle, const SVGTextFragment& fragment, bool hasSelection, bool paintSelectedTextOnly) argument
[all...]
H A DSVGRenderTreeAsText.cpp206 static TextStream& operator<<(TextStream& ts, LineCap style) argument
223 static TextStream& operator<<(TextStream& ts, LineJoin style) argument
270 const RenderStyle* style = object.style(); local
642 RenderStyle* style = stop.style(); local
651 const RenderStyle* style = object.style(); local
[all...]
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DEditorClientEfl.cpp109 bool EditorClientEfl::shouldApplyStyle(StylePropertySet* style, Range* range) argument
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DEditorClientQt.cpp168 bool EditorClientQt::shouldApplyStyle(WebCore::StylePropertySet* style, WebCore::Range* range) argument
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebEditorClient.cpp162 bool WebEditorClient::shouldApplyStyle(StylePropertySet* style, Range* range) argument
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/xml/
H A Dapr_xml.c644 static apr_size_t elem_size(const apr_xml_elem *elem, int style, argument
753 static char *write_elem(char *s, const apr_xml_elem *elem, int style, argument
878 apr_xml_to_text(apr_pool_t * p, const apr_xml_elem *elem, int style, apr_array_header_t *namespaces, int *ns_map, const char **pbuf, apr_size_t *psize) argument
[all...]

Completed in 351 milliseconds

1234567891011>>