HomeSort by relevance Sort by last modified time
    Searched refs:MaskedWindowDelegate (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/aura/test/
test_window_delegate.h 97 class MaskedWindowDelegate : public TestWindowDelegate {
99 explicit MaskedWindowDelegate(const gfx::Rect mask_rect);
108 DISALLOW_COPY_AND_ASSIGN(MaskedWindowDelegate);
test_window_delegate.cc 124 // MaskedWindowDelegate
126 MaskedWindowDelegate::MaskedWindowDelegate(const gfx::Rect mask_rect)
130 bool MaskedWindowDelegate::HasHitTestMask() const {
134 void MaskedWindowDelegate::GetHitTestMask(gfx::Path* mask) const {
  /external/chromium_org/ui/aura/
window_unittest.cc 532 MaskedWindowDelegate d1(gfx::Rect(5, 6, 20, 30));
    [all...]

Completed in 199 milliseconds