Home
last modified time | relevance | path

Searched refs:shouldStyleWithCSS (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/editing/
DEditor.h175 bool shouldStyleWithCSS() const { return m_shouldStyleWithCSS; } in shouldStyleWithCSS() function
DEditingStyle.cpp813 if (!document->frame()->editor()->shouldStyleWithCSS()) in StyleChange()
DEditorCommand.cpp1292 return frame->editor()->shouldStyleWithCSS() ? TrueTriState : FalseTriState; in stateStyleWithCSS()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1644012 (WebCore::Editor::shouldStyleWithCSS):