Home
last modified time | relevance | path

Searched defs:parentStyle (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleAdjuster.cpp119 static bool parentStyleForcesZIndexToCreateStackingContext(const RenderStyle* parentStyle) in parentStyleForcesZIndexToCreateStackingContext()
155 void StyleAdjuster::adjustRenderStyle(RenderStyle* style, RenderStyle* parentStyle, Element *e, con… in adjustRenderStyle()
248 void StyleAdjuster::adjustStyleForAlignment(RenderStyle& style, const RenderStyle& parentStyle) in adjustStyleForAlignment()
300 void StyleAdjuster::adjustStyleForTagName(RenderStyle* style, RenderStyle* parentStyle, Element& el… in adjustStyleForTagName()
421 void StyleAdjuster::adjustStyleForDisplay(RenderStyle* style, RenderStyle* parentStyle) in adjustStyleForDisplay()
DMatchedPropertiesCache.cpp66 void CachedMatchedProperties::set(const RenderStyle* style, const RenderStyle* parentStyle, const M… in set()
116 void MatchedPropertiesCache::add(const RenderStyle* style, const RenderStyle* parentStyle, unsigned… in add()
179 …ache::isCacheable(const Element* element, const RenderStyle* style, const RenderStyle* parentStyle) in isCacheable()
DStyleResolverState.h74 void setParentStyle(PassRefPtr<RenderStyle> parentStyle) { m_parentStyle = parentStyle; } in setParentStyle()
75 const RenderStyle* parentStyle() const { return m_parentStyle.get(); } in parentStyle() function
76 RenderStyle* parentStyle() { return m_parentStyle.get(); } in parentStyle() function
DStyleResolverState.cpp32 …leResolverState::StyleResolverState(Document& document, Element* element, RenderStyle* parentStyle) in StyleResolverState()
DFontBuilder.cpp398 void FontBuilder::checkForGenericFamilyChange(RenderStyle* style, const RenderStyle* parentStyle) in checkForGenericFamilyChange()
435 void FontBuilder::updateComputedSize(RenderStyle* style, const RenderStyle* parentStyle) in updateComputedSize()
451 …reateFont(PassRefPtrWillBeRawPtr<FontSelector> fontSelector, const RenderStyle* parentStyle, Rende… in createFont()
DStyleResolver.cpp649 …eForKeyframe(Element& element, const RenderStyle& elementStyle, RenderStyle* parentStyle, const St… in styleForKeyframe()
731 RenderStyle* parentStyle = parentRenderer->style(); in createPseudoElementIfNeeded() local
756 …Element& element, const PseudoStyleRequest& pseudoStyleRequest, RenderStyle* parentStyle, StyleRes… in pseudoStyleForElementInternal()
816 …orElement(Element* element, const PseudoStyleRequest& pseudoStyleRequest, RenderStyle* parentStyle) in pseudoStyleForElement()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderSliderThumb.cpp45 void RenderSliderThumb::updateAppearance(RenderStyle* parentStyle) in updateAppearance()
DRenderPagedFlowThread.cpp10 …gedFlowThread* RenderPagedFlowThread::createAnonymous(Document& document, RenderStyle* parentStyle) in createAnonymous()
DRenderMultiColumnFlowThread.cpp47 …wThread* RenderMultiColumnFlowThread::createAnonymous(Document& document, RenderStyle* parentStyle) in createAnonymous()
DRenderMultiColumnSet.cpp47 …nSet* RenderMultiColumnSet::createAnonymous(RenderFlowThread* flowThread, RenderStyle* parentStyle) in createAnonymous()
DRenderGrid.cpp1174 static ItemPosition resolveJustification(const RenderStyle* parentStyle, const RenderStyle* childSt… in resolveJustification()
1295 static ItemPosition resolveAlignment(const RenderStyle* parentStyle, const RenderStyle* childStyle) in resolveAlignment()
DRenderObject.cpp2671 RenderStyle* parentStyle = rendererForFirstLineStyle->parent()->firstLineStyle(); in firstLineStyleForCachedUncachedType() local
2719 …cachedPseudoStyle(const PseudoStyleRequest& pseudoStyleRequest, RenderStyle* parentStyle, RenderSt… in getUncachedPseudoStyle()
DInlineFlowBox.cpp122 RenderStyle* parentStyle = renderer().style(isFirstLineStyle()); in addToLine() local
DRenderFlexibleBox.cpp196 static ItemPosition resolveAlignment(const RenderStyle* parentStyle, const RenderStyle* childStyle) in resolveAlignment()
DRenderInline.cpp238 RenderStyle* parentStyle = parent()->style(); in updateAlwaysCreateLineBoxes() local
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElementRareData.cpp22 RenderStyle* SVGElementRareData::overrideComputedStyle(Element* element, RenderStyle* parentStyle) in overrideComputedStyle()
DSVGElement.cpp941 RenderStyle* parentStyle = 0; in computedStyle() local
/external/chromium_org/third_party/WebKit/Source/core/css/
DPseudoStyleRequest.h55 bool allowsInheritance(const RenderStyle* parentStyle) const in allowsInheritance()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimations.cpp85 …* animatingElement, Element& element, const RenderStyle& style, RenderStyle* parentStyle, const At… in resolveKeyframes()
224 …* animatingElement, Element& element, const RenderStyle& style, RenderStyle* parentStyle, StyleRes… in calculateUpdate()
234 …* animatingElement, Element& element, const RenderStyle& style, RenderStyle* parentStyle, StyleRes… in calculateAnimationUpdate()
/external/chromium_org/third_party/angle/util/win32/
DWin32Window.cpp417 …DWORD parentStyle = WS_VISIBLE | WS_CAPTION | WS_THICKFRAME | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS… in initialize() local
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLOptionElement.cpp413 …RenderStyle* parentStyle = parent->renderStyle() ? parent->renderStyle() : parent->computedStyle(); in isDisplayNone() local
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.cpp635 …RefPtrWillBeRawPtr<MutableStylePropertySet> parentStyle = editingStyleFromComputedStyle(CSSCompute… in removeStyleAddedByElement() local
646 …RefPtrWillBeRawPtr<MutableStylePropertySet> parentStyle = editingStyleFromComputedStyle(CSSCompute… in removeStyleConflictingWithStyleOfElement() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp86 PassRefPtr<RenderStyle> RenderStyle::createAnonymousStyleWithDisplay(const RenderStyle* parentStyle in createAnonymousStyleWithDisplay()
/external/chromium_org/third_party/libxslt/libxslt/
Dxslt.c6481 xsltStylesheetPtr parentStyle) { in xsltParseStylesheetImportedDoc()