Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DFrameSelectionTest.cpp118 document().body()->setContentEditable("true", ASSERT_NO_EXCEPTION); in TEST_F()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLElement.h58 void setContentEditable(const String&, ExceptionState&);
DHTMLElement.cpp514 void HTMLElement::setContentEditable(const String& enabled, ExceptionState& exceptionState) in setContentEditable() function in blink::HTMLElement