Home
last modified time | relevance | path

Searched refs:Granularity (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/dom/
DWheelEvent.h34 enum Granularity { Pixel, Line, Page }; enum
41 … float rawDeltaX, float rawDeltaY, Granularity granularity, PassRefPtr<AbstractView> view, in create()
63 Granularity granularity() const { return m_granularity; } in granularity()
71 Granularity granularity, PassRefPtr<AbstractView>,
82 Granularity m_granularity;
DWheelEvent.cpp44 Granularity granularity, PassRefPtr<AbstractView> view, in WheelEvent()
98 inline static WheelEvent::Granularity granularity(const PlatformWheelEvent& event) in granularity()
/external/webkit/Source/WebKit2/Shared/
DWebEvent.h160 enum Granularity { enum
178 …const WebCore::FloatSize& delta, const WebCore::FloatSize& wheelTicks, Granularity, Modifiers, dou…
180 …const WebCore::FloatSize& delta, const WebCore::FloatSize& wheelTicks, Granularity, Phase phase, P…
187 Granularity granularity() const { return static_cast<Granularity>(m_granularity); } in granularity()
DWebWheelEvent.cpp36 …& globalPosition, const FloatSize& delta, const FloatSize& wheelTicks, Granularity granularity, Mo… in WebWheelEvent()
52 …& globalPosition, const FloatSize& delta, const FloatSize& wheelTicks, Granularity granularity, Ph… in WebWheelEvent()
/external/valgrind/main/none/tests/x86-linux/
Dseg_override.c31 unsigned Granularity : 1; member
46 if (ent->HighWord.Bits.Granularity) limit = (limit << 12) | 0xfff; in wine_ldt_get_limit()
/external/qemu-pc-bios/bochs/bios/
Dacpi-dsdt.dsl152 0x0000, // Address Space Granularity
165 0x0000, // Address Space Granularity
172 0x0000, // Address Space Granularity
179 0x00000000, // Address Space Granularity
186 0x00000000, // Address Space Granularity
/external/valgrind/main/VEX/pub/
Dlibvex_guest_x86.h254 UInt Granularity : 1; member
/external/webkit/Source/WebKit2/Shared/qt/
DWebEventFactoryQt.cpp118 WebWheelEvent::Granularity granularity = WebWheelEvent::ScrollByPixelWheelEvent; in createWebWheelEvent()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp353 size_t Granularity = 1 << MappingScale; in instrumentAddress() local
354 if (TypeSize < 8 * Granularity) { in instrumentAddress()
357 AddrLong, ConstantInt::get(IntptrTy, Granularity - 1)); in instrumentAddress()
/external/chromium/chrome/browser/userfeedback/proto/
Dconfig.proto116 // Granularity of notifications.
/external/webkit/Source/WebKit2/Shared/win/
DWebEventFactory.cpp407 WebWheelEvent::Granularity granularity = WebWheelEvent::ScrollByPixelWheelEvent; in createWebWheelEvent()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-x86-linux.c727 info->limit_in_pages = gdt[idx].LdtEnt.Bits.Granularity; in sys_get_thread_area()
Dsyswrap-darwin.c7676 ldt[6].LdtEnt.Bits.Granularity = 1; // SZ_G in PRE()
/external/webkit/Source/WebKit2/Shared/mac/
DWebEventFactory.mm1068 WebWheelEvent::Granularity granularity = WebWheelEvent::ScrollByPixelWheelEvent;
/external/valgrind/main/VEX/priv/
Dguest_x86_helpers.c2561 if (ent->LdtEnt.Bits.Granularity) in get_segdescr_limit()
/external/webkit/Source/WebCore/page/
DEventHandler.cpp137 static inline bool scrollNode(float delta, WheelEvent::Granularity granularity, ScrollDirection pos… in scrollNode()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2441170 (WebCore::WheelEvent::): Add Granularity enum (Pixel, Line, Page).