Searched refs:setStyle (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DTextAutoSizing.cpp169 text->parent()->setStyle(style.releaseNonNull());
181 toRenderListMarker(*listMarkerRenderer).setStyle(style.releaseNonNull());
201 parentRenderer->setStyle(newParentStyle.releaseNonNull());
225 text->parent()->setStyle(style.releaseNonNull());
242 parentRenderer->setStyle(newParentStyle.releaseNonNull());
H A DRenderFullScreen.cpp196 m_placeholder->setStyle(WTF::move(style));
H A DRenderElement.h46 void setStyle(PassRef<RenderStyle>);
112 // and so only should be called when the style is known not to have changed (or from setStyle).
250 setStyle(animation().updateAnimations(*this, WTF::move(style)));
H A DRenderSearchField.cpp184 cancelButtonRenderer->setStyle(WTF::move(cancelButtonStyle));
H A DRenderTextControl.cpp71 innerTextRenderer->setStyle(createInnerTextStyle(&style()));
H A DFlowThreadController.cpp89 flowRenderer->setStyle(RenderFlowThread::createFlowThreadStyle(&viewStyle));
H A DRenderScrollbar.cpp248 partRendererSlot->setStyle(partStyle.releaseNonNull());
H A DRenderListItem.cpp70 m_marker->setStyle(WTF::move(newStyle));
H A DRenderNamedFlowThread.cpp97 setStyle(WTF::move(newStyle));
H A DTextAutosizer.cpp233 renderer->setStyle(newStyle.release());
H A DRenderElement.cpp384 void RenderElement::setStyle(PassRef<RenderStyle> style) function in class:WebCore::RenderElement
788 elementChild.setStyle(WTF::move(newStyle));
944 // updated by subclasses before we know if we have to repaint (in setStyle()).
H A DRenderInline.cpp169 block->setStyle(WTF::move(blockStyle));
188 currCont->setStyle(newStyle);
1174 // right dirty rect. Since this is called from RenderObject::setStyle, the relative or sticky position
/macosx-10.10/WebCore-7600.1.25/dom/
H A DPseudoElement.cpp116 toRenderElement(*child).setStyle(WTF::move(createdStyle));
/macosx-10.10/WebCore-7600.1.25/rendering/mathml/
H A DRenderMathMLToken.cpp98 wrapper->setStyle(WTF::move(newStyle));
H A DRenderMathMLRoot.cpp229 radical->setStyle(WTF::move(radicalStyle));
236 base->setStyle(WTF::move(baseStyle));
247 index->setStyle(WTF::move(indexStyle));
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DKeyframeList.h56 void setStyle(PassRefPtr<RenderStyle> style) { m_style = style; } function in class:WebCore::KeyframeValue
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVAppearancePreferences.h39 - (void) setStyle:(JVStyle *) style;
/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;
/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;
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dxml.js64 var type, setStyle;
224 setStyle = "tag";
227 setStyle = "error";
238 setStyle = "tag";
241 setStyle = "tag error";
245 setStyle = "error";
252 setStyle = "error";
259 setStyle = "error";
265 setStyle = "attribute";
279 setStyle
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebSharingServicePickerController.mm83 [_picker setStyle:NSSharingServicePickerStyleRollover];
/macosx-10.10/WebCore-7600.1.25/editing/
H A DEditingStyle.h103 void setStyle(PassRefPtr<MutableStyleProperties>);
/macosx-10.10/WebCore-7600.1.25/css/
H A DStyleResolver.cpp428 inline void StyleResolver::State::setStyle(PassRef<RenderStyle> style) function in class:WebCore::StyleResolver::State
645 // See comments in RenderObject::setStyle().
771 state.setStyle(RenderStyle::create());
774 state.setStyle(defaultStyleForElement());
827 state.setStyle(RenderStyle::clone(elementStyle));
900 keyframeValue.setStyle(styleForKeyframe(elementStyle, keyframe, keyframeValue));
920 keyframeValue.setStyle(styleForKeyframe(elementStyle, zeroPercentKeyframe, keyframeValue));
932 keyframeValue.setStyle(styleForKeyframe(elementStyle, hundredPercentKeyframe, keyframeValue));
950 state.setStyle(RenderStyle::create());
953 state.setStyle(defaultStyleForElemen
[all...]
H A DStyleResolver.h363 void setStyle(PassRef<RenderStyle>);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DWebContextMenuProxyMac.mm396 [picker setStyle:hasControlledImage ? NSSharingServicePickerStyleRollover : NSSharingServicePickerStyleTextSelection];

Completed in 191 milliseconds

12