Searched defs:isContentRichlyEditable (Results 1 - 4 of 4) sorted by relevance

/external/webkit/WebCore/editing/
H A DSelectionController.h51 bool isContentRichlyEditable() const { return m_selection.isContentRichlyEditable(); } function in class:WebCore::SelectionController
H A DVisibleSelection.cpp572 bool VisibleSelection::isContentRichlyEditable() const function in class:WebCore::VisibleSelection
/external/webkit/WebCore/html/
H A DHTMLElement.cpp672 bool HTMLElement::isContentRichlyEditable() const function in class:WebCore::HTMLElement
/external/webkit/WebCore/dom/
H A DNode.cpp751 bool Node::isContentRichlyEditable() const function in class:WebCore::Node
753 return parent() && parent()->isContentRichlyEditable();

Completed in 144 milliseconds