Lines Matching refs:w121
540 scoped_ptr<Window> w121(
553 EXPECT_EQ(w121.get(), root->GetEventHandlerForPoint(gfx::Point(26, 436)));
1522 scoped_ptr<Window> w121(CreateTestWindowWithDelegate(&d121, 121,
1530 EXPECT_EQ(w121.get(), w1->GetEventHandlerForPoint(gfx::Point(160, 160)));
1531 w121->set_ignore_events(true);
3096 // w121 9,10
3122 Window* w121 = new Window(NULL);
3123 w121->InitWithWindowLayerType(WINDOW_LAYER_NOT_DRAWN);
3124 w121->SetBounds(gfx::Rect(9, 10, 100, 100));
3125 w12->AddChild(w121);
3132 EXPECT_EQ(w12->layer(), w121->layer()->parent());
3139 EXPECT_EQ("9,10 100x100", w121->bounds().ToString());
3144 EXPECT_EQ("9,10 100x100", w121->layer()->bounds().ToString());
3157 EXPECT_EQ("9,10 100x100", w121->bounds().ToString());
3162 EXPECT_EQ("9,10 100x100", w121->layer()->bounds().ToString());
3176 // w121 9,10
3202 Window* w121 = new Window(NULL);
3203 w121->InitWithWindowLayerType(WINDOW_LAYER_NOT_DRAWN);
3204 w121->SetBounds(gfx::Rect(9, 10, 100, 100));
3205 w12->AddChild(w121);
3358 // w121 9,10
3384 Window* w121 = new Window(NULL);
3385 w121->InitWithWindowLayerType(WINDOW_LAYER_NOT_DRAWN);
3386 w121->SetBounds(gfx::Rect(9, 10, 100, 100));
3387 w12->AddChild(w121);
3403 // w111->w121
3404 EXPECT_EQ("-8,-8", ConvertPointToTargetString(w111, w121));