| /external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
| D | StyleAdjuster.cpp | 119 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()
|
| D | MatchedPropertiesCache.cpp | 66 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()
|
| D | StyleResolverState.h | 74 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
|
| D | StyleResolverState.cpp | 32 …leResolverState::StyleResolverState(Document& document, Element* element, RenderStyle* parentStyle) in StyleResolverState()
|
| D | FontBuilder.cpp | 398 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()
|
| D | StyleResolver.cpp | 649 …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/ |
| D | RenderSliderThumb.cpp | 45 void RenderSliderThumb::updateAppearance(RenderStyle* parentStyle) in updateAppearance()
|
| D | RenderPagedFlowThread.cpp | 10 …gedFlowThread* RenderPagedFlowThread::createAnonymous(Document& document, RenderStyle* parentStyle) in createAnonymous()
|
| D | RenderMultiColumnFlowThread.cpp | 47 …wThread* RenderMultiColumnFlowThread::createAnonymous(Document& document, RenderStyle* parentStyle) in createAnonymous()
|
| D | RenderMultiColumnSet.cpp | 47 …nSet* RenderMultiColumnSet::createAnonymous(RenderFlowThread* flowThread, RenderStyle* parentStyle) in createAnonymous()
|
| D | RenderGrid.cpp | 1174 static ItemPosition resolveJustification(const RenderStyle* parentStyle, const RenderStyle* childSt… in resolveJustification() 1295 static ItemPosition resolveAlignment(const RenderStyle* parentStyle, const RenderStyle* childStyle) in resolveAlignment()
|
| D | RenderObject.cpp | 2671 RenderStyle* parentStyle = rendererForFirstLineStyle->parent()->firstLineStyle(); in firstLineStyleForCachedUncachedType() local 2719 …cachedPseudoStyle(const PseudoStyleRequest& pseudoStyleRequest, RenderStyle* parentStyle, RenderSt… in getUncachedPseudoStyle()
|
| D | InlineFlowBox.cpp | 122 RenderStyle* parentStyle = renderer().style(isFirstLineStyle()); in addToLine() local
|
| D | RenderFlexibleBox.cpp | 196 static ItemPosition resolveAlignment(const RenderStyle* parentStyle, const RenderStyle* childStyle) in resolveAlignment()
|
| D | RenderInline.cpp | 238 RenderStyle* parentStyle = parent()->style(); in updateAlwaysCreateLineBoxes() local
|
| /external/chromium_org/third_party/WebKit/Source/core/svg/ |
| D | SVGElementRareData.cpp | 22 RenderStyle* SVGElementRareData::overrideComputedStyle(Element* element, RenderStyle* parentStyle) in overrideComputedStyle()
|
| D | SVGElement.cpp | 941 RenderStyle* parentStyle = 0; in computedStyle() local
|
| /external/chromium_org/third_party/WebKit/Source/core/css/ |
| D | PseudoStyleRequest.h | 55 bool allowsInheritance(const RenderStyle* parentStyle) const in allowsInheritance()
|
| /external/chromium_org/third_party/WebKit/Source/core/animation/css/ |
| D | CSSAnimations.cpp | 85 …* 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/ |
| D | Win32Window.cpp | 417 …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/ |
| D | HTMLOptionElement.cpp | 413 …RenderStyle* parentStyle = parent->renderStyle() ? parent->renderStyle() : parent->computedStyle(); in isDisplayNone() local
|
| /external/chromium_org/third_party/WebKit/Source/core/editing/ |
| D | EditingStyle.cpp | 635 …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/ |
| D | RenderStyle.cpp | 86 PassRefPtr<RenderStyle> RenderStyle::createAnonymousStyleWithDisplay(const RenderStyle* parentStyle… in createAnonymousStyleWithDisplay()
|
| /external/chromium_org/third_party/libxslt/libxslt/ |
| D | xslt.c | 6481 xsltStylesheetPtr parentStyle) { in xsltParseStylesheetImportedDoc()
|