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.h140 void setShouldStyleWithCSS(bool flag) { m_shouldStyleWithCSS = flag; } in setShouldStyleWithCSS() function
DEditorCommand.cpp1056 frame.editor().setShouldStyleWithCSS(!equalIgnoringCase(value, "false")); in executeStyleWithCSS()
1062 frame.editor().setShouldStyleWithCSS(equalIgnoringCase(value, "false")); in executeUseCSS()