Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.h121 void setShouldStyleWithCSS(bool flag) { m_shouldStyleWithCSS = flag; } in setShouldStyleWithCSS() function
DEditorCommand.cpp1075 frame.editor().setShouldStyleWithCSS(!equalIgnoringCase(value, "false")); in executeStyleWithCSS()
1081 frame.editor().setShouldStyleWithCSS(equalIgnoringCase(value, "false")); in executeUseCSS()