HomeSort by relevance Sort by last modified time
    Searched defs:hasEditableStyle (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.h 97 bool hasEditableStyle() const { return m_selection.hasEditableStyle(); }
VisibleSelection.cpp 733 bool VisibleSelection::hasEditableStyle() const
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h 409 bool hasEditableStyle(EditableType editableType = ContentIsEditable, UserSelectAllTreatment treatment = UserSelectAllIsAlwaysNonEditable) const
413 return hasEditableStyle(Editable, treatment);
425 return hasEditableStyle(RichlyEditable, UserSelectAllIsAlwaysNonEditable);
    [all...]
Node.cpp 544 return hasEditableStyle(Editable, treatment);
550 return hasEditableStyle(RichlyEditable, UserSelectAllIsAlwaysNonEditable);
553 bool Node::hasEditableStyle(EditableLevel editableLevel, UserSelectAllTreatment treatment) const
586 if (hasEditableStyle(editableLevel))
1101 if (hasEditableStyle())
    [all...]

Completed in 103 milliseconds