Searched defs:isContentRichlyEditable (Results 1 - 4 of 4) sorted by relevance
/external/webkit/WebCore/editing/ | ||
H A D | SelectionController.h | 51 bool isContentRichlyEditable() const { return m_selection.isContentRichlyEditable(); } function in class:WebCore::SelectionController |
H A D | VisibleSelection.cpp | 572 bool VisibleSelection::isContentRichlyEditable() const function in class:WebCore::VisibleSelection |
/external/webkit/WebCore/html/ | ||
H A D | HTMLElement.cpp | 672 bool HTMLElement::isContentRichlyEditable() const function in class:WebCore::HTMLElement |
/external/webkit/WebCore/dom/ | ||
H A D | Node.cpp | 751 bool Node::isContentRichlyEditable() const function in class:WebCore::Node 753 return parent() && parent()->isContentRichlyEditable(); |
Completed in 144 milliseconds