/external/webkit/Source/WebCore/dom/ |
D | WheelEvent.h | 34 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;
|
D | WheelEvent.cpp | 44 Granularity granularity, PassRefPtr<AbstractView> view, in WheelEvent() 98 inline static WheelEvent::Granularity granularity(const PlatformWheelEvent& event) in granularity()
|
/external/webkit/Source/WebKit2/Shared/ |
D | WebEvent.h | 160 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()
|
D | WebWheelEvent.cpp | 36 …& 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/ |
D | seg_override.c | 31 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/ |
D | acpi-dsdt.dsl | 152 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/ |
D | libvex_guest_x86.h | 254 UInt Granularity : 1; member
|
/external/webkit/Source/WebKit2/Shared/qt/ |
D | WebEventFactoryQt.cpp | 118 WebWheelEvent::Granularity granularity = WebWheelEvent::ScrollByPixelWheelEvent; in createWebWheelEvent()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 353 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/ |
D | config.proto | 116 // Granularity of notifications.
|
/external/webkit/Source/WebKit2/Shared/win/ |
D | WebEventFactory.cpp | 407 WebWheelEvent::Granularity granularity = WebWheelEvent::ScrollByPixelWheelEvent; in createWebWheelEvent()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-x86-linux.c | 727 info->limit_in_pages = gdt[idx].LdtEnt.Bits.Granularity; in sys_get_thread_area()
|
D | syswrap-darwin.c | 7676 ldt[6].LdtEnt.Bits.Granularity = 1; // SZ_G in PRE()
|
/external/webkit/Source/WebKit2/Shared/mac/ |
D | WebEventFactory.mm | 1068 WebWheelEvent::Granularity granularity = WebWheelEvent::ScrollByPixelWheelEvent;
|
/external/valgrind/main/VEX/priv/ |
D | guest_x86_helpers.c | 2561 if (ent->LdtEnt.Bits.Granularity) in get_segdescr_limit()
|
/external/webkit/Source/WebCore/page/ |
D | EventHandler.cpp | 137 static inline bool scrollNode(float delta, WheelEvent::Granularity granularity, ScrollDirection pos… in scrollNode()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 41170 (WebCore::WheelEvent::): Add Granularity enum (Pixel, Line, Page).
|