HomeSort by relevance Sort by last modified time
    Searched refs:NoFontDelta (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/editing/
EditingStyle.h 64 static float NoFontDelta;
124 bool hasFontSizeDelta() const { return m_fontSizeDelta != NoFontDelta; }
EditingStyle.cpp 263 float EditingStyle::NoFontDelta = 0.0f;
267 , m_fontSizeDelta(NoFontDelta)
273 , m_fontSizeDelta(NoFontDelta)
280 , m_fontSizeDelta(NoFontDelta)
288 , m_fontSizeDelta(NoFontDelta)
296 , m_fontSizeDelta(NoFontDelta)
380 return (!m_mutableStyle || m_mutableStyle->isEmpty()) && m_fontSizeDelta == NoFontDelta;
434 m_fontSizeDelta = NoFontDelta;
    [all...]

Completed in 37 milliseconds