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

  /external/webkit/WebCore/editing/
TypingCommand.h 94 TextGranularity m_granularity; member in class:WebCore::TypingCommand
VisibleSelection.h 84 TextGranularity granularity() const { return m_granularity; }
128 TextGranularity m_granularity; // granularity of start/end selection member in class:WebCore::VisibleSelection
  /external/webkit/WebCore/platform/
PlatformWheelEvent.h 76 , m_granularity(ScrollByPixelWheelEvent)
94 PlatformWheelEventGranularity granularity() const { return m_granularity; }
153 PlatformWheelEventGranularity m_granularity; member in class:WebCore::PlatformWheelEvent

Completed in 14 milliseconds