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

  /external/webkit/Source/WebCore/rendering/style/
LineClampValue.h 50 bool isNone() const { return m_value == -1; }
ContentData.h 53 bool isNone() const { return m_type == CONTENT_NONE; }
  /external/webkit/Source/WebCore/editing/
VisibleSelection.h 73 bool isNone() const { return selectionType() == NoSelection; }
SelectionController.h 125 bool isNone() const { return m_selection.isNone(); }
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 52 bool isNone() const { return Kind == None; }

Completed in 147 milliseconds