HomeSort by relevance Sort by last modified time
    Searched refs:MustStayInEditableContent (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/editing/
VisiblePosition.h 50 enum StayInEditableContent { MayLeaveEditableContent, MustStayInEditableContent };
SelectionController.h 106 bool isAll(StayInEditableContent stayInEditableContent = MustStayInEditableContent) const { return m_selection.isAll(stayInEditableContent); }

Completed in 50 milliseconds