Home
last modified time | relevance | path

Searched refs:PropertiesToInclude (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
DEditingStyle.h61 enum PropertiesToInclude { AllProperties, OnlyInheritableProperties }; enum
71 …static PassRefPtr<EditingStyle> create(Node* node, PropertiesToInclude propertiesToInclude = OnlyI…
129 EditingStyle(Node*, PropertiesToInclude);
133 void init(Node*, PropertiesToInclude);
DEditingStyle.cpp271 EditingStyle::EditingStyle(Node* node, PropertiesToInclude propertiesToInclude) in EditingStyle()
305 void EditingStyle::init(Node* node, PropertiesToInclude propertiesToInclude) in init()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-162710 (WebCore::EditingStyle::EditingStyle): Added PropertiesToInclude to the argument.
2711 (WebCore::EditingStyle::init): Supports PropertiesToInclude.
2714 (WebCore::EditingStyle::create): Supports PropertiesToInclude.