Home
last modified time | relevance | path

Searched refs:MaskedWindowDelegate (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/aura/test/
Dtest_window_delegate.cc126 MaskedWindowDelegate::MaskedWindowDelegate(const gfx::Rect mask_rect) in MaskedWindowDelegate() function in aura::test::MaskedWindowDelegate
130 bool MaskedWindowDelegate::HasHitTestMask() const { in HasHitTestMask()
134 void MaskedWindowDelegate::GetHitTestMask(gfx::Path* mask) const { in GetHitTestMask()
Dtest_window_delegate.h96 class MaskedWindowDelegate : public TestWindowDelegate {
98 explicit MaskedWindowDelegate(const gfx::Rect mask_rect);
107 DISALLOW_COPY_AND_ASSIGN(MaskedWindowDelegate);