Home
last modified time | relevance | path

Searched refs:PropertyDefault (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DApplyStyleCommand.h46 enum EPropertyLevel { PropertyDefault, ForceBlockProperties }; enumerator
51 …yle* style, EditAction action = EditActionChangeAttributes, EPropertyLevel level = PropertyDefault)
55 …ition& end, EditAction action = EditActionChangeAttributes, EPropertyLevel level = PropertyDefault)
DApplyStyleCommand.cpp158 , m_propertyLevel(PropertyDefault) in ApplyStyleCommand()
172 , m_propertyLevel(PropertyDefault) in ApplyStyleCommand()
213 case PropertyDefault: { in doApply()