/external/chromium_org/ui/views/corewm/ |
transient_window_stacking_client_unittest.cc | 41 Window* w11 = CreateTestWindowWithId(11, parent.get()); local 50 w1->AddTransientChild(w11); // w11 is now owned by w1. 58 // Stack w1 at the top (end), this should force w11 to be last (on top of w1). 60 EXPECT_EQ(w11, parent->children().back()); 70 parent->StackChildAbove(w11, w2.get()); 71 EXPECT_EQ(w11, parent->children().back()); 82 parent->StackChildAbove(w11, w21); 83 EXPECT_EQ(w11, parent->children().back()); 87 EXPECT_EQ(w11, parent->children().back()) 111 Window* w11 = CreateTestWindowWithId(11, parent.get()); local [all...] |
/external/chromium_org/ash/ |
extended_desktop_unittest.cc | 563 views::Widget* w11 = CreateTestWidgetWithParent( local 569 EXPECT_EQ(root_windows[0], w11->GetNativeView()->GetRootWindow()); 578 w11->GetWindowBoundsInScreen().ToString()); 587 EXPECT_EQ(root_windows[1], w11->GetNativeView()->GetRootWindow()); 591 w11->GetWindowBoundsInScreen().ToString()); [all...] |
/external/chromium_org/ui/aura/ |
root_window_unittest.cc | 857 Window* w11 = CreateNormalWindow(11, w1.get(), &d11); local 861 client::GetFocusClient(w1.get())->FocusWindow(w11); 863 test::EventGenerator generator(root_window(), w11); local 866 tracker.Add(w11); 867 d11.Reset(w11, false); 870 EXPECT_TRUE(tracker.Contains(w11)); 874 // Delegate deletes w11. This will prevent the post-handle step from applying. 876 d11.Reset(w11, true); 878 EXPECT_FALSE(tracker.Contains(w11)); 881 // Pre-handle step deletes w11. This will prevent the delegate and the post [all...] |
window_unittest.cc | 259 scoped_ptr<Window> w11(CreateTestWindowWithId(11, w1.get())); 260 scoped_ptr<Window> w111(CreateTestWindowWithId(111, w11.get())); 326 scoped_ptr<Window> w11( 329 CreateTestWindow(SK_ColorCYAN, 111, gfx::Rect(5, 5, 75, 75), w11.get())); 340 w11->MoveCursorTo(gfx::Point(10, 10)); 436 scoped_ptr<Window> w11( 439 CreateTestWindow(SK_ColorCYAN, 111, gfx::Rect(5, 5, 75, 75), w11.get())); 458 w11->SetTransform(transform); 531 scoped_ptr<Window> w11( 534 CreateTestWindow(SK_ColorCYAN, 111, gfx::Rect(5, 5, 75, 75), w11.get())) 2539 Window* w11 = new Window(NULL); local 2907 Window* w11 = CreateTestWindowWithId(11, w1.get()); local 2961 Window* w11 = CreateTestWindowWithId(11, w1.get()); local [all...] |
/external/chromium_org/ui/views/widget/ |
widget_unittest.cc | 1949 Widget* w11 = CreateChildPlatformWidget(w1->GetNativeView()); local [all...] |
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_dct_sse2.c | 821 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local [all...] |
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_idct_intrin_sse2.c | 683 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local 741 w11 = _mm_sub_epi32(u3, u11); 759 v11 = _mm_add_epi32(w11, k__DCT_CONST_ROUNDING); [all...] |