Lines Matching defs:w111
284 scoped_ptr<Window> w111(CreateTestWindowWithId(111, w11.get()));
289 EXPECT_EQ(w111.get(), w1->GetChildById(111));
352 scoped_ptr<Window> w111(
355 CreateTestWindow(SK_ColorRED, 1111, gfx::Rect(5, 5, 50, 50), w111.get()));
367 w111->MoveCursorTo(gfx::Point(10, 10));
463 scoped_ptr<Window> w111(
466 CreateTestWindow(SK_ColorRED, 1111, gfx::Rect(5, 5, 50, 50), w111.get()));
484 w111->SetTransform(transform);
558 scoped_ptr<Window> w111(
561 CreateTestWindow(SK_ColorRED, 1111, gfx::Rect(5, 5, 50, 50), w111.get()));
575 EXPECT_EQ(w111.get(), root->GetEventHandlerForPoint(gfx::Point(21, 21)));
656 scoped_ptr<Window> w111(CreateTestWindowWithId(111, w11.get()));
658 CreateTestWindowWithDelegate(&delegate, 1111, kBounds, w111.get()));
663 EXPECT_EQ(w11.get(), w111->GetToplevelWindow());
1425 // Creates a window with a delegate (w111) that can handle events at a lower
1437 scoped_ptr<Window> w111(CreateTestWindowWithDelegate(&d111, 111,
1442 gfx::Point target_point = w111->bounds().CenterPoint();
1443 EXPECT_EQ(w111.get(), w1->GetEventHandlerForPoint(target_point));
1543 scoped_ptr<Window> w111(CreateTestWindowWithDelegate(&d111, 111,
1559 EXPECT_EQ(w111.get(), w1->GetEventHandlerForPoint(gfx::Point(160, 160)));
1560 w111->set_ignore_events(true);
2607 Window* w111 = new Window(NULL);
2608 w111->Init(ui::LAYER_NOT_DRAWN);
2609 w111->AddObserver(&observer);
2610 w11->AddChild(w111);
2619 w1.reset(); // Deletes w11 and w111.
2621 w111 = NULL;
3005 Window* w111 = CreateTestWindowWithId(111, w11);
3011 w111->AddObserver(&o);
3027 params.receiver = w111;
3040 params.receiver = w111;