Searched refs:copyProperties (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSStyleDeclaration.h68 virtual PassRefPtr<MutableStylePropertySet> copyProperties() const = 0;
H A DCSSComputedStyleDeclaration.h58 PassRefPtr<MutableStylePropertySet> copyProperties() const;
124 virtual PassRefPtr<MutableStylePropertySet> copyProperties() const OVERRIDE;
H A DPropertySetCSSStyleDeclaration.h71 virtual PassRefPtr<MutableStylePropertySet> copyProperties() const OVERRIDE;
H A DPropertySetCSSStyleDeclaration.cpp297 PassRefPtr<MutableStylePropertySet> PropertySetCSSStyleDeclaration::copyProperties() const function in class:WebCore::PropertySetCSSStyleDeclaration
H A DCSSComputedStyleDeclaration.cpp1566 PassRefPtr<MutableStylePropertySet> CSSComputedStyleDeclaration::copyProperties() const function in class:WebCore::CSSComputedStyleDeclaration
1568 return ComputedStyleExtractor(m_node, m_allowVisitedStyle, m_pseudoElementSpecifier).copyProperties();
2982 PassRefPtr<MutableStylePropertySet> ComputedStyleExtractor::copyProperties() const function in class:WebCore::ComputedStyleExtractor
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DEditingStyle.cpp423 m_mutableStyle = propertiesToInclude == AllProperties ? computedStyleAtPosition.copyProperties() : editingStyleFromComputedStyle(node);
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebFrame.mm791 _private->coreFrame->editor().computeAndSetTypingStyle(core(style)->copyProperties().get(), undoAction);
H A DWebHTMLView.mm4377 coreFrame->editor().applyStyleToSelection(core(style)->copyProperties().get(), undoAction);
4679 coreFrame->editor().applyStyle(core(style)->copyProperties().get(), [self _undoActionFromColorPanelWithSelector:selector]);
H A DWebView.mm5754 coreFrame->editor().applyStyle(core(style)->copyProperties().get());

Completed in 227 milliseconds