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

/external/webkit/WebCore/rendering/style/
H A DLineClampValue.h50 bool isNone() const { return m_value == -1; } function in class:WebCore::LineClampValue
H A DContentData.h55 bool isNone() const { return m_type == CONTENT_NONE; } function in struct:WebCore::ContentData
/external/webkit/WebCore/editing/
H A DVisibleSelection.h72 bool isNone() const { return selectionType() == NoSelection; } function in class:WebCore::VisibleSelection
H A DSelectionController.h101 bool isNone() const { return m_selection.isNone(); } function in class:WebCore::SelectionController

Completed in 10 milliseconds