HomeSort by relevance Sort by last modified time
    Searched defs:HitTestLocation (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestLocation.cpp 23 #include "core/rendering/HitTestLocation.h"
49 HitTestLocation::HitTestLocation()
56 HitTestLocation::HitTestLocation(const LayoutPoint& point)
67 HitTestLocation::HitTestLocation(const FloatPoint& point)
78 HitTestLocation::HitTestLocation(const FloatPoint& point, const FloatQuad& quad)
89 HitTestLocation::HitTestLocation(const LayoutPoint& centerPoint, unsigned topPadding, unsigned rightPadding, unsig (…)
    [all...]
HitTestLocation.h 46 class HitTestLocation {
49 HitTestLocation();
50 HitTestLocation(const LayoutPoint&);
51 HitTestLocation(const FloatPoint&);
52 HitTestLocation(const FloatPoint&, const FloatQuad&);
54 HitTestLocation(const LayoutPoint& centerPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
55 // Make a copy the HitTestLocation in a new region by applying given offset to internal point and area.
56 HitTestLocation(const HitTestLocation&, const LayoutSize& offset, RenderRegion* = 0);
57 HitTestLocation(const HitTestLocation&)
    [all...]

Completed in 34 milliseconds