Searched defs:parent_delegate (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/aura/
H A Dwindow_unittest.cc122 DestroyTrackingDelegateImpl* parent_delegate)
123 : parent_delegate_(parent_delegate) {
509 scoped_ptr<SelfEventHandlingWindowDelegate> parent_delegate(
512 parent_delegate.get(), 1, gfx::Rect(10, 20, 400, 500), root_window()));
613 DestroyTrackingDelegateImpl parent_delegate; local
614 ChildWindowDelegateImpl child_delegate(&parent_delegate);
617 CreateTestWindowWithDelegate(&parent_delegate, 0, gfx::Rect(),
622 EXPECT_EQ(1, parent_delegate.destroying_count());
623 EXPECT_EQ(1, parent_delegate.destroyed_count());
630 TestWindowDelegate parent_delegate; local
121 ChildWindowDelegateImpl( DestroyTrackingDelegateImpl* parent_delegate) argument
[all...]

Completed in 85 milliseconds