HomeSort by relevance Sort by last modified time
    Searched refs:hitTest (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLineBoxList.h 66 bool hitTest(RenderBoxModelObject*, const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) const;
RenderView.h 49 bool hitTest(const HitTestRequest&, HitTestResult&);
50 bool hitTest(const HitTestRequest&, const HitTestLocation&, HitTestResult&);
52 // Returns the total count of calls to HitTest, for testing.
RenderPart.cpp 107 bool isInsideChildFrame = childRoot->hitTest(newHitTestRequest, newHitTestLocation, childFrameResult);
RenderView.cpp 88 bool RenderView::hitTest(const HitTestRequest& request, HitTestResult& result)
90 return hitTest(request, result.hitTestLocation(), result);
93 bool RenderView::hitTest(const HitTestRequest& request, const HitTestLocation& location, HitTestResult& result)
95 TRACE_EVENT0("blink", "RenderView::hitTest");
105 bool hitLayer = layer()->hitTest(request, location, result);
    [all...]
RenderLayer.h 227 // front. The hitTest method looks for mouse events by walking
231 bool hitTest(const HitTestRequest&, HitTestResult&);
232 bool hitTest(const HitTestRequest&, const HitTestLocation&, HitTestResult&);
    [all...]
InlineBox.cpp 209 return renderer().hitTest(request, result, locationInContainer, childPoint);
RenderLineBoxList.cpp 195 bool RenderLineBoxList::hitTest(RenderBoxModelObject* renderer, const HitTestRequest& request, HitTestResult& result, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction) const
RenderLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeOverlay.h 59 virtual ScrollbarPart hitTest(ScrollbarThemeClient*, const IntPoint&) OVERRIDE;
ScrollbarThemeOverlay.cpp 154 ScrollbarPart ScrollbarThemeOverlay::hitTest(ScrollbarThemeClient* scrollbar, const IntPoint& position)
159 return ScrollbarTheme::hitTest(scrollbar, position);
Scrollbar.cpp 339 setPressedPart(theme()->hitTest(this, evt.position()));
395 ScrollbarPart part = theme()->hitTest(this, evt.position());
440 ScrollbarPart part = theme()->hitTest(this, mouseEvent.position());
452 setPressedPart(theme()->hitTest(this, evt.position()));
ScrollbarTheme.h 48 virtual ScrollbarPart hitTest(ScrollbarThemeClient*, const IntPoint&);
ScrollbarTheme.cpp 125 ScrollbarPart ScrollbarTheme::hitTest(ScrollbarThemeClient* scrollbar, const IntPoint& position)
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowItemizedOverlay.java 15 * {@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) {
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/
AutoscrollController.cpp 122 HitTestResult hitTest = renderer->frame()->eventHandler().hitTestResultAtPoint(m_panScrollStartPos, HitTestRequest::ReadOnly | HitTestRequest::Active);
124 if (Node* nodeAtPoint = hitTest.innerNode())
EventHandler.cpp 674 m_frame->document()->renderView()->hitTest(request, result);
693 renderer->hitTest(request, result);
    [all...]
DragController.cpp 321 documentUnderMouse->renderView()->hitTest(request, result);
    [all...]
  /external/chromium_org/third_party/skia/samplecode/
SampleDraw.cpp 126 bool hitTest(SkScalar x, SkScalar y) {
288 if ((*iter)->hitTest(x, y)) {
  /external/skia/samplecode/
SampleDraw.cpp 126 bool hitTest(SkScalar x, SkScalar y) {
288 if ((*iter)->hitTest(x, y)) {
  /external/chromium_org/third_party/WebKit/public/web/
WebAXObject.h 137 BLINK_EXPORT WebAXObject hitTest(const WebPoint&) const;
  /external/chromium_org/content/renderer/accessibility/
renderer_accessibility_complete.cc 379 WebAXObject obj = root_obj.hitTest(point);
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
InteractiveLineGraphView.java 625 private boolean hitTest(float x, float y, PointF dest) {
677 hitTest(focusX, focusY, viewportFocus);
730 if (hitTest(e.getX(), e.getY(), mZoomFocalPoint)) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.cpp 262 document->renderView()->hitTest(request, result);
  /external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp 607 WebAXObject WebAXObject::hitTest(const WebPoint& point) const
  /external/robolectric/lib/main/
maps_v16.jar 

Completed in 327 milliseconds

1 2