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

  /external/chromium_org/ui/views/test/
child_modal_window.cc 50 new ChildModalParent(context),
110 ChildModalParent::ChildModalParent(gfx::NativeView context)
130 ChildModalParent::~ChildModalParent() {
133 void ChildModalParent::ShowChild() {
139 gfx::NativeWindow ChildModalParent::GetModalParent() const {
143 gfx::NativeWindow ChildModalParent::GetChild() const {
149 Widget* ChildModalParent::CreateChild() {
158 View* ChildModalParent::GetContentsView()
    [all...]
child_modal_window.h 22 class ChildModalParent : public WidgetDelegateView,
26 ChildModalParent(gfx::NativeView context);
27 virtual ~ChildModalParent();
69 DISALLOW_COPY_AND_ASSIGN(ChildModalParent);
  /external/chromium_org/ash/wm/
window_modality_controller_unittest.cc 365 views::test::ChildModalParent* delegate =
366 new views::test::ChildModalParent(CurrentContext());
425 views::test::ChildModalParent* delegate =
426 new views::test::ChildModalParent(CurrentContext());

Completed in 44 milliseconds