Home
last modified time | relevance | path

Searched refs:m_granularity (Results 1 – 12 of 12) sorted by relevance

/external/webkit/WebCore/editing/
DVisibleSelection.cpp46 , 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()
DVisibleSelection.h84 TextGranularity granularity() const { return m_granularity; } in granularity()
128 TextGranularity m_granularity; // granularity of start/end selection variable
DTypingCommand.cpp57 m_granularity(granularity), in TypingCommand()
259 deleteKeyPressed(m_granularity, m_killRing); in doApply()
262 forwardDeleteKeyPressed(m_granularity, m_killRing); in doApply()
DTypingCommand.h94 TextGranularity m_granularity; variable
/external/webkit/WebCore/platform/win/
DWheelEventWin.cpp125 m_granularity = ScrollByPixelWheelEvent; in PlatformWheelEvent()
130m_granularity = (verticalMultiplier == WHEEL_PAGESCROLL) ? ScrollByPageWheelEvent : ScrollByPixelW… in PlatformWheelEvent()
131 if (m_granularity == ScrollByPixelWheelEvent) in PlatformWheelEvent()
/external/webkit/WebCore/platform/
DPlatformWheelEvent.h76 , m_granularity(ScrollByPixelWheelEvent) in PlatformWheelEvent()
94 PlatformWheelEventGranularity granularity() const { return m_granularity; } in granularity()
153 PlatformWheelEventGranularity m_granularity; variable
/external/webkit/WebCore/platform/qt/
DWheelEventQt.cpp62 , m_granularity(ScrollByPixelWheelEvent)
81 , m_granularity(ScrollByPixelWheelEvent)
/external/webkit/WebCore/platform/haiku/
DPlatformWheelEventHaiku.cpp41 : m_granularity(ScrollByPixelWheelEvent) in PlatformWheelEvent()
/external/webkit/WebCore/platform/wx/
DMouseWheelEventWx.cpp38 , m_granularity(ScrollByPixelWheelEvent) in PlatformWheelEvent()
/external/webkit/WebCore/platform/gtk/
DWheelEventGtk.cpp64 m_granularity = ScrollByPixelWheelEvent; in PlatformWheelEvent()
/external/webkit/WebCore/platform/mac/
DWheelEventMac.mm38 , m_granularity(ScrollByPixelWheelEvent)
/external/webkit/WebKit/chromium/src/
DWebInputEventConversion.cpp96 m_granularity = e.scrollByPage ? in PlatformWheelEventBuilder()