Searched refs:Granularity (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DWheelEvent.h34 enum Granularity { Pixel, Line, Page }; enum in class:WebCore::WheelEvent
41 float rawDeltaX, float rawDeltaY, Granularity granularity, PassRefPtr<AbstractView> view,
63 Granularity granularity() const { return m_granularity; }
71 Granularity granularity, PassRefPtr<AbstractView>,
82 Granularity m_granularity;
H A DWheelEvent.cpp44 Granularity granularity, PassRefPtr<AbstractView> view,
98 inline static WheelEvent::Granularity granularity(const PlatformWheelEvent& event)
/external/valgrind/main/none/tests/x86-linux/
H A Dseg_override.c31 unsigned Granularity : 1; member in struct:_LDT_ENTRY::__anon14216::__anon14218
46 if (ent->HighWord.Bits.Granularity) limit = (limit << 12) | 0xfff;
/external/webkit/Source/WebKit2/Shared/
H A DWebWheelEvent.cpp36 WebWheelEvent::WebWheelEvent(Type type, const IntPoint& position, const IntPoint& globalPosition, const FloatSize& delta, const FloatSize& wheelTicks, Granularity granularity, Modifiers modifiers, double timestamp)
52 WebWheelEvent::WebWheelEvent(Type type, const IntPoint& position, const IntPoint& globalPosition, const FloatSize& delta, const FloatSize& wheelTicks, Granularity granularity, Phase phase, Phase momentumPhase, bool hasPreciseScrollingDeltas, Modifiers modifiers, double timestamp)
H A DWebEvent.h160 enum Granularity { enum in class:WebKit::WebWheelEvent
178 WebWheelEvent(Type, const WebCore::IntPoint& position, const WebCore::IntPoint& globalPosition, const WebCore::FloatSize& delta, const WebCore::FloatSize& wheelTicks, Granularity, Modifiers, double timestamp);
180 WebWheelEvent(Type, const WebCore::IntPoint& position, const WebCore::IntPoint& globalPosition, const WebCore::FloatSize& delta, const WebCore::FloatSize& wheelTicks, Granularity, Phase phase, Phase momentumPhase,bool hasPreciseScrollingDeltas, Modifiers, double timestamp);
187 Granularity granularity() const { return static_cast<Granularity>(m_granularity); }
204 uint32_t m_granularity; // Granularity
/external/valgrind/main/VEX/pub/
H A Dlibvex_guest_x86.h254 UInt Granularity : 1; member in struct:__anon13405::__anon13406::__anon13407
/external/webkit/Source/WebKit2/Shared/qt/
H A DWebEventFactoryQt.cpp118 WebWheelEvent::Granularity granularity = WebWheelEvent::ScrollByPixelWheelEvent;
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp457 size_t Granularity = 1 << MappingScale; local
458 // Addr & (Granularity - 1)
460 AddrLong, ConstantInt::get(IntptrTy, Granularity - 1));
461 // (Addr & (Granularity - 1)) + size - 1
465 // (uint8_t) ((Addr & (Granularity-1)) + size - 1)
468 // ((uint8_t) ((Addr & (Granularity-1)) + size - 1)) >= ShadowValue
488 size_t Granularity = 1 << MappingScale; local
491 if (ClAlwaysSlowPath || (TypeSize < 8 * Granularity)) {
/external/webkit/Source/WebKit2/Shared/win/
H A DWebEventFactory.cpp407 WebWheelEvent::Granularity granularity = WebWheelEvent::ScrollByPixelWheelEvent;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-commons-net.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-x86-linux.c727 info->limit_in_pages = gdt[idx].LdtEnt.Bits.Granularity;
H A Dsyswrap-darwin.c7676 ldt[6].LdtEnt.Bits.Granularity = 1; // SZ_G
/external/valgrind/main/VEX/priv/
H A Dguest_x86_helpers.c2561 if (ent->LdtEnt.Bits.Granularity)
/external/webkit/Source/WebCore/page/
H A DEventHandler.cpp137 static inline bool scrollNode(float delta, WheelEvent::Granularity granularity, ScrollDirection positiveDirection, ScrollDirection negativeDirection, Node* node, Node** stopNode)

Completed in 333 milliseconds