Searched refs:m_granularity (Results 1 – 12 of 12) sorted by relevance
/external/webkit/WebCore/editing/ |
D | VisibleSelection.cpp | 46 , m_granularity(CharacterGranularity) in VisibleSelection() 56 , m_granularity(CharacterGranularity) in VisibleSelection() 65 , m_granularity(CharacterGranularity) in VisibleSelection() 74 , m_granularity(CharacterGranularity) in VisibleSelection() 83 , m_granularity(CharacterGranularity) in VisibleSelection() 92 , m_granularity(CharacterGranularity) in VisibleSelection() 193 m_granularity = granularity; in expandUsingGranularity() 281 switch (m_granularity) { in setStartAndEndFromBaseAndExtentRespectingGranularity() 444 ASSERT(m_granularity == CharacterGranularity); in setWithoutValidation()
|
D | VisibleSelection.h | 84 TextGranularity granularity() const { return m_granularity; } in granularity() 128 TextGranularity m_granularity; // granularity of start/end selection variable
|
D | TypingCommand.cpp | 57 m_granularity(granularity), in TypingCommand() 259 deleteKeyPressed(m_granularity, m_killRing); in doApply() 262 forwardDeleteKeyPressed(m_granularity, m_killRing); in doApply()
|
D | TypingCommand.h | 94 TextGranularity m_granularity; variable
|
/external/webkit/WebCore/platform/win/ |
D | WheelEventWin.cpp | 125 m_granularity = ScrollByPixelWheelEvent; in PlatformWheelEvent() 130 …m_granularity = (verticalMultiplier == WHEEL_PAGESCROLL) ? ScrollByPageWheelEvent : ScrollByPixelW… in PlatformWheelEvent() 131 if (m_granularity == ScrollByPixelWheelEvent) in PlatformWheelEvent()
|
/external/webkit/WebCore/platform/ |
D | PlatformWheelEvent.h | 76 , m_granularity(ScrollByPixelWheelEvent) in PlatformWheelEvent() 94 PlatformWheelEventGranularity granularity() const { return m_granularity; } in granularity() 153 PlatformWheelEventGranularity m_granularity; variable
|
/external/webkit/WebCore/platform/qt/ |
D | WheelEventQt.cpp | 62 , m_granularity(ScrollByPixelWheelEvent) 81 , m_granularity(ScrollByPixelWheelEvent)
|
/external/webkit/WebCore/platform/haiku/ |
D | PlatformWheelEventHaiku.cpp | 41 : m_granularity(ScrollByPixelWheelEvent) in PlatformWheelEvent()
|
/external/webkit/WebCore/platform/wx/ |
D | MouseWheelEventWx.cpp | 38 , m_granularity(ScrollByPixelWheelEvent) in PlatformWheelEvent()
|
/external/webkit/WebCore/platform/gtk/ |
D | WheelEventGtk.cpp | 64 m_granularity = ScrollByPixelWheelEvent; in PlatformWheelEvent()
|
/external/webkit/WebCore/platform/mac/ |
D | WheelEventMac.mm | 38 , m_granularity(ScrollByPixelWheelEvent)
|
/external/webkit/WebKit/chromium/src/ |
D | WebInputEventConversion.cpp | 96 m_granularity = e.scrollByPage ? in PlatformWheelEventBuilder()
|