Searched defs:isNone (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
H A DLineClampValue.h50 bool isNone() const { return m_value == -1; } function in class:WebCore::LineClampValue
H A DContentData.h53 bool isNone() const { return m_type == CONTENT_NONE; } function in struct:WebCore::ContentData
/external/webkit/Source/WebCore/editing/
H A DVisibleSelection.h73 bool isNone() const { return selectionType() == NoSelection; } function in class:WebCore::VisibleSelection
H A DSelectionController.h125 bool isNone() const { return m_selection.isNone(); } function in class:WebCore::SelectionController
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h52 bool isNone() const { return Kind == None; } function in class:llvm::CGIOperandList::ConstraintInfo

Completed in 113 milliseconds