Searched refs:m_region (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAreaElement.h64 OwnPtr<Path> m_region; member in class:blink::FINAL
H A DHTMLAreaElement.cpp77 m_region = adoptPtr(new Path(getRegion(size)));
81 if (!m_region->contains(location))
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderInline.cpp801 HitTestCulledInlinesGeneratorContext(Region& region, const HitTestLocation& location) : m_intersected(false), m_region(region), m_location(location) { }
805 m_region.unite(enclosingIntRect(rect));
810 Region& m_region; member in class:blink::__anon11139::HitTestCulledInlinesGeneratorContext

Completed in 588 milliseconds