Searched defs:isContentEditable (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebHitTestResult.cpp101 bool WebHitTestResult::isContentEditable() const function in class:blink::WebHitTestResult
103 return m_private->result().isContentEditable();
H A DWebNode.cpp159 bool WebNode::isContentEditable() const function in class:blink::WebNode
161 return m_private->isContentEditable();
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DCaret.h57 bool shouldRepaintCaret(const RenderView*, bool isContentEditable) const;
88 bool isContentEditable() const { return m_position.rootEditableElement(); } function in class:blink::FINAL
H A DFrameSelection.h98 bool isContentEditable() const { return m_selection.isContentEditable(); } function in class:blink::FINAL
H A DVisibleSelection.cpp728 bool VisibleSelection::isContentEditable() const function in class:blink::VisibleSelection
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DHitTestResult.cpp364 // really isContentEditable(); it's more like needsEditingContextMenu(). In many ways, this
367 bool HitTestResult::isContentEditable() const function in class:blink::HitTestResult
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.cpp541 bool Node::isContentEditable(UserSelectAllTreatment treatment) function in class:blink::Node
2259 return isContentEditable(UserSelectAllIsAlwaysNonEditable) || hasEventListeners(EventTypeNames::mouseup) || hasEventListeners(EventTypeNames::mousedown) || hasEventListeners(EventTypeNames::click) || hasEventListeners(EventTypeNames::DOMActivate);

Completed in 200 milliseconds