Home
last modified time | relevance | path

Searched defs:isNone (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DLineClampValue.h50 bool isNone() const { return m_value == -1; } in isNone() function
/external/chromium_org/third_party/WebKit/Source/core/editing/
DVisibleSelection.h75 bool isNone() const { return selectionType() == NoSelection; } in isNone() function
DFrameSelection.h145 bool isNone() const { return m_selection.isNone(); } in isNone() function
/external/llvm/utils/TableGen/
DCodeGenInstruction.h52 bool isNone() const { return Kind == None; } in isNone() function