Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.h141 bool shouldStyleWithCSS() const { return m_shouldStyleWithCSS; } in shouldStyleWithCSS() function
DEditingStyle.cpp1403 if (!document->frame()->editor().shouldStyleWithCSS()) in StyleChange()
DEditorCommand.cpp1314 return frame.editor().shouldStyleWithCSS() ? TrueTriState : FalseTriState; in stateStyleWithCSS()