Searched defs:style (Results 151 - 175 of 556) sorted by relevance

1234567891011>>

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_imelodydata.h62 EAS_U8 style; /* from STYLE */ member in struct:__anon29982
H A Deas_otadata.h73 EAS_U8 style; /* from STYLE */ member in struct:__anon29985
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_imelodydata.h62 EAS_U8 style; /* from STYLE */ member in struct:__anon30032
H A Deas_otadata.h73 EAS_U8 style; /* from STYLE */ member in struct:__anon30035
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_imelodydata.h63 EAS_U8 style; /* from STYLE */ member in struct:__anon30080
H A Deas_otadata.h73 EAS_U8 style; /* from STYLE */ member in struct:__anon30087
/external/bison/src/
H A Dgraphviz.c70 char const *style, FILE *fout)
72 fprintf (fout, " %d -> %d [style=%s", source, destination, style);
129 fprintf (fout, "style=solid]\n");
139 fprintf (fout, "\", fillcolor=%s, shape=diamond, style=filled]\n",
69 output_edge(int source, int destination, char const *label, char const *style, FILE *fout) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJCEECPublicKey.java496 public void setPointFormat(String style) argument
498 withCompression = !("UNCOMPRESSED".equalsIgnoreCase(style));
/external/chromium_org/ash/system/tray/
H A Dhover_highlight_view.cc2 // Use of this source code is governed by a BSD-style license that can be
48 gfx::Font::FontStyle style) {
58 text_label_->SetFontList(text_label_->font_list().DeriveWithStyle(style));
68 gfx::Font::FontStyle style) {
82 text_label_->SetFontList(text_label_->font_list().DeriveWithStyle(style));
95 gfx::Font::FontStyle style,
114 text_label_->SetFontList(text_label_->font_list().DeriveWithStyle(style));
123 return AddLabel(text, gfx::ALIGN_LEFT, style);
46 AddIconAndLabel(const gfx::ImageSkia& image, const base::string16& text, gfx::Font::FontStyle style) argument
66 AddLabel(const base::string16& text, gfx::HorizontalAlignment alignment, gfx::Font::FontStyle style) argument
94 AddCheckableLabel(const base::string16& text, gfx::Font::FontStyle style, bool checked) argument
/external/chromium_org/chrome/installer/util/
H A Dhtml_dialog_impl.cc2 // Use of this source code is governed by a BSD-style license that can be
84 // system menu style.
90 LONG_PTR style = ::GetWindowLongPtrW(target_window, GWL_STYLE); local
91 if (style & WS_SYSMENU) {
169 LONG_PTR style = ::GetWindowLongPtrW(top_window, GWL_STYLE); local
170 ::SetWindowLongPtrW(top_window, GWL_STYLE, style & ~WS_SYSMENU);
/external/chromium_org/mojo/services/native_viewport/
H A Dnative_viewport_win.cc2 // Use of this source code is governed by a BSD-style license that can be
15 gfx::Rect GetWindowBoundsForClientBounds(DWORD style, DWORD ex_style, argument
22 AdjustWindowRectEx(&wr, style, FALSE, ex_style);
/external/chromium_org/pdf/
H A Dbutton.cc2 // Use of this source code is governed by a BSD-style license that can be
24 ButtonStyle style,
36 style_ = style;
20 CreateButton(uint32 id, const pp::Point& origin, bool visible, Control::Owner* owner, ButtonStyle style, const pp::ImageData& face_normal, const pp::ImageData& face_highlighted, const pp::ImageData& face_pressed) argument
/external/chromium_org/ppapi/cpp/dev/
H A Dtruetype_font_dev.h2 // Use of this source code is governed by a BSD-style license that can be
66 PP_TrueTypeFontStyle_Dev style() const { return desc_.style; } function in class:pp::TrueTypeFontDesc_Dev
67 void set_style(PP_TrueTypeFontStyle_Dev style) { argument
68 desc_.style = style;
/external/chromium_org/remoting/host/
H A Dverify_config_window_win.cc2 // Use of this source code is governed by a BSD-style license that can be
68 DWORD style = ::GetWindowLong(owner, GWL_STYLE); local
69 if ((style & WS_MINIMIZE) != 0 || (style & WS_VISIBLE) == 0) {
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSAnimatableValueFactory.cpp59 #include "core/rendering/style/RenderStyle.h"
65 static PassRefPtrWillBeRawPtr<AnimatableValue> createFromLength(const Length& length, const RenderStyle& style) argument
71 return AnimatableLength::create(length, style.effectiveZoom());
92 static PassRefPtrWillBeRawPtr<AnimatableValue> createFromLineHeight(const Length& length, const RenderStyle& style) argument
101 return createFromLength(length, style);
109 inline static PassRefPtrWillBeRawPtr<AnimatableValue> createFromLengthBox(const LengthBox& lengthBox, const RenderStyle& style) argument
112 createFromLength(lengthBox.left(), style),
113 createFromLength(lengthBox.right(), style),
114 createFromLength(lengthBox.top(), style),
115 createFromLength(lengthBox.bottom(), style));
118 createFromBorderImageLength(const BorderImageLength& borderImageLength, const RenderStyle& style) argument
125 createFromBorderImageLengthBox(const BorderImageLengthBox& borderImageLengthBox, const RenderStyle& style) argument
134 createFromLengthBoxAndBool(const LengthBox lengthBox, const bool flag, const RenderStyle& style) argument
141 createFromLengthPoint(const LengthPoint& lengthPoint, const RenderStyle& style) argument
148 createFromLengthSize(const LengthSize& lengthSize, const RenderStyle& style) argument
164 createFromFillSize(const FillSize& fillSize, const RenderStyle& style) argument
179 createFromBackgroundPosition(const Length& length, bool originIsSet, BackgroundEdgeOrigin origin, const RenderStyle& style) argument
187 createFromFillLayers(const FillLayer* fillLayer, const RenderStyle& style) argument
216 createFromColor(CSSPropertyID property, const RenderStyle& style) argument
263 create(CSSPropertyID property, const RenderStyle& style) argument
[all...]
H A DCSSAnimations.cpp52 #include "core/rendering/style/KeyframeList.h"
86 static void resolveKeyframes(StyleResolver* resolver, Element* element, const Element& parentElement, const RenderStyle& style, RenderStyle* parentStyle, const AtomicString& name, TimingFunction* defaultTimingFunction, argument
99 // Construct and populate the style for each keyframe
104 RefPtr<RenderStyle> keyframeStyle = resolver->styleForKeyframe(element, style, parentStyle, styleKeyframe, name);
191 RefPtrWillBeRawPtr<AnimatableValue> snapshotValue = CSSAnimatableValueFactory::create(property, style);
225 PassOwnPtrWillBeRawPtr<CSSAnimationUpdate> CSSAnimations::calculateUpdate(Element* element, const Element& parentElement, const RenderStyle& style, RenderStyle* parentStyle, StyleResolver* resolver)
228 calculateAnimationUpdate(update.get(), element, parentElement, style, parentStyle, resolver);
230 calculateTransitionUpdate(update.get(), element, style);
235 void CSSAnimations::calculateAnimationUpdate(CSSAnimationUpdate* update, Element* element, const Element& parentElement, const RenderStyle& style, RenderStyle* parentStyle, StyleResolver* resolver)
240 // If we're in an animation style chang
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DBasicShapeFunctions.cpp38 #include "core/rendering/style/BasicShapes.h"
39 #include "core/rendering/style/RenderStyle.h"
43 static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> valueForCenterCoordinate(CSSValuePool& pool, const RenderStyle& style, const BasicShapeCenterCoordinate& center, EBoxOrient orientation) argument
46 return pool.createValue(center.length(), style);
50 return pool.createValue(Pair::create(pool.createIdentifierValue(keyword), pool.createValue(center.length(), style), Pair::DropIdenticalValues));
53 static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> basicShapeRadiusToCSSValue(CSSValuePool& pool, const RenderStyle& style, const BasicShapeRadius& radius) argument
57 return pool.createValue(radius.value(), style);
68 PassRefPtrWillBeRawPtr<CSSValue> valueForBasicShape(const RenderStyle& style, const BasicShape* basicShape) argument
78 circleValue->setCenterX(valueForCenterCoordinate(pool, style, circle->centerX(), HORIZONTAL));
79 circleValue->setCenterY(valueForCenterCoordinate(pool, style, circl
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DAnimatedStyleBuilder.cpp59 #include "core/rendering/style/RenderStyle.h"
70 return toAnimatableLength(value)->length(state.style()->effectiveZoom(), range);
79 return BorderImageLength(toAnimatableLength(value)->length(state.style()->effectiveZoom(), ValueRangeNonNegative));
260 RenderStyle* style = state.style(); local
263 style->setBackgroundColor(toAnimatableColor(value)->color());
264 style->setVisitedLinkBackgroundColor(toAnimatableColor(value)->visitedLinkColor());
267 setOnFillLayers<CSSPropertyBackgroundImage>(style->accessBackgroundLayers(), value, state);
270 setOnFillLayers<CSSPropertyBackgroundPositionX>(style->accessBackgroundLayers(), value, state);
273 setOnFillLayers<CSSPropertyBackgroundPositionY>(style
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPresentationAttributeStyle.cpp176 RefPtr<StylePropertySet> style; local
178 style = cacheValue->value->value;
181 style = MutableStylePropertySet::create(element.isSVGElement() ? SVGAttributeMode : HTMLAttributeMode);
185 element.collectStyleForPresentationAttribute(it->name(), it->value(), toMutableStylePropertySet(style));
189 return style.release();
193 newEntry->value = style;
205 return style.release();
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DApplyStyleCommand.h51 static PassRefPtrWillBeRawPtr<ApplyStyleCommand> create(Document& document, const EditingStyle* style, EditAction action = EditActionChangeAttributes, EPropertyLevel level = PropertyDefault) argument
53 return adoptRefWillBeNoop(new ApplyStyleCommand(document, style, action, level));
55 static PassRefPtrWillBeRawPtr<ApplyStyleCommand> create(Document& document, const EditingStyle* style, const Position& start, const Position& end, EditAction action = EditActionChangeAttributes, EPropertyLevel level = PropertyDefault) argument
57 return adoptRefWillBeNoop(new ApplyStyleCommand(document, style, start, end, action, level));
63 static PassRefPtrWillBeRawPtr<ApplyStyleCommand> create(Document& document, const EditingStyle* style, IsInlineElementToRemoveFunction isInlineElementToRemoveFunction, EditAction action = EditActionChangeAttributes) argument
65 return adoptRefWillBeNoop(new ApplyStyleCommand(document, style, isInlineElementToRemoveFunction, action));
79 // style-removal helpers
84 inline bool shouldRemoveInlineStyleFromElement(EditingStyle* style, HTMLElement* element) {return removeInlineStyleFromElement(style, element, RemoveNone);} argument
94 // style
[all...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DSmartClip.cpp185 || (renderer->style()->hasBackgroundImage() && !shouldSkipBackgroundImage(node))) {
215 if (renderer && (renderer->style()->logicalHeight().isAuto() || renderer->style()->logicalWidth().isAuto()))
247 RenderStyle* style = currentNode->computedStyle(); local
248 if (style && style->userSelect() == SELECT_NONE)
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAppletElement.cpp85 bool HTMLAppletElement::rendererIsNeeded(const RenderStyle& style) argument
89 return HTMLPlugInElement::rendererIsNeeded(style);
92 RenderObject* HTMLAppletElement::createRenderer(RenderStyle* style) argument
95 return RenderObject::createObject(this, style);
H A DHTMLBodyElement.cpp63 void HTMLBodyElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) argument
71 style->setProperty(CSSProperty(CSSPropertyBackgroundImage, imageValue.release()));
74 addHTMLLengthToStyle(style, CSSPropertyMarginRight, value);
75 addHTMLLengthToStyle(style, CSSPropertyMarginLeft, value);
77 addHTMLLengthToStyle(style, CSSPropertyMarginBottom, value);
78 addHTMLLengthToStyle(style, CSSPropertyMarginTop, value);
80 addHTMLColorToStyle(style, CSSPropertyBackgroundColor, value);
82 addHTMLColorToStyle(style, CSSPropertyColor, value);
85 addPropertyToPresentationAttributeStyle(style, CSSPropertyBackgroundAttachment, CSSValueFixed);
87 HTMLElement::collectStyleForPresentationAttribute(name, value, style);
[all...]
H A DHTMLMarqueeElement.cpp73 void HTMLMarqueeElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) argument
77 addHTMLLengthToStyle(style, CSSPropertyWidth, value);
80 addHTMLLengthToStyle(style, CSSPropertyHeight, value);
83 addHTMLColorToStyle(style, CSSPropertyBackgroundColor, value);
86 addHTMLLengthToStyle(style, CSSPropertyMarginTop, value);
87 addHTMLLengthToStyle(style, CSSPropertyMarginBottom, value);
91 addHTMLLengthToStyle(style, CSSPropertyMarginLeft, value);
92 addHTMLLengthToStyle(style, CSSPropertyMarginRight, value);
96 addHTMLLengthToStyle(style, CSSPropertyInternalMarqueeIncrement, value);
99 addHTMLLengthToStyle(style, CSSPropertyInternalMarqueeSpee
[all...]
H A DHTMLMeterElement.cpp57 RenderObject* HTMLMeterElement::createRenderer(RenderStyle* style) argument
59 if (hasAuthorShadowRoot() || !RenderTheme::theme().supportsMeter(style->appearance()))
60 return RenderObject::createObject(this, style);

Completed in 616 milliseconds

1234567891011>>