Searched defs:hitTest (Results 1 - 13 of 13) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowItemizedOverlay.java15 * {@link #hitTest(com.google.android.maps.OverlayItem, android.graphics.drawable.Drawable, int, int)} to be set up by
44 public boolean hitTest(OverlayItem item, android.graphics.drawable.Drawable drawable, int i, int i1) { method in class:ShadowItemizedOverlay
79 * {@link #hitTest(com.google.android.maps.OverlayItem, android.graphics.drawable.Drawable, int, int)}
82 * {@link #hitTest(com.google.android.maps.OverlayItem, android.graphics.drawable.Drawable, int, int)}
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DAutoscrollController.cpp122 HitTestResult hitTest = renderer->frame()->eventHandler().hitTestResultAtPoint(m_panScrollStartPos, HitTestRequest::ReadOnly | HitTestRequest::Active); local
124 if (Node* nodeAtPoint = hitTest.innerNode())
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarThemeOverlay.cpp154 ScrollbarPart ScrollbarThemeOverlay::hitTest(ScrollbarThemeClient* scrollbar, const IntPoint& position) function in class:blink::ScrollbarThemeOverlay
159 return ScrollbarTheme::hitTest(scrollbar, position);
H A DScrollbarTheme.cpp125 ScrollbarPart ScrollbarTheme::hitTest(ScrollbarThemeClient* scrollbar, const IntPoint& position) function in class:blink::ScrollbarTheme
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLineBoxList.cpp195 bool RenderLineBoxList::hitTest(RenderBoxModelObject* renderer, const HitTestRequest& request, HitTestResult& result, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction) const function in class:blink::RenderLineBoxList
H A DRenderView.cpp88 bool RenderView::hitTest(const HitTestRequest& request, HitTestResult& result) function in class:blink::RenderView
90 return hitTest(request, result.hitTestLocation(), result);
93 bool RenderView::hitTest(const HitTestRequest& request, const HitTestLocation& location, HitTestResult& result) function in class:blink::RenderView
95 TRACE_EVENT0("blink", "RenderView::hitTest");
105 bool hitLayer = layer()->hitTest(request, location, result);
H A DRenderLayer.cpp2401 bool RenderLayer::hitTest(const HitTestRequest& request, HitTestResult& result) function in class:blink::RenderLayer
2403 return hitTest(request, result.hitTestLocation(), result);
2406 bool RenderLayer::hitTest(const HitTestRequest& request, const HitTestLocation& hitTestLocation, HitTestResult& result) function in class:blink::RenderLayer
2783 if (!renderer()->hitTest(request, result, hitTestLocation, toLayoutPoint(layerBounds.location() - renderBoxLocation()), hitTestFilter)) {
H A DRenderObject.cpp2572 bool RenderObject::hitTest(const HitTestRequest& request, HitTestResult& result, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestFilter hitTestFilter) function in class:blink::RenderObject
/external/chromium_org/third_party/skia/samplecode/
H A DSampleDraw.cpp126 bool hitTest(SkScalar x, SkScalar y) { function in class:Draw
288 if ((*iter)->hitTest(x, y)) {
/external/skia/samplecode/
H A DSampleDraw.cpp126 bool hitTest(SkScalar x, SkScalar y) { function in class:Draw
288 if ((*iter)->hitTest(x, y)) {
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebAXObject.cpp607 WebAXObject WebAXObject::hitTest(const WebPoint& point) const function in class:blink::WebAXObject
/external/robolectric/lib/main/
H A Dmaps_v16.jarcom/google/android/maps/GeoPoint.class " package com.google.android.maps public com.google ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 901 milliseconds