Searched refs:window1 (Results 26 - 50 of 51) sorted by relevance

123

/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11_interactive_uitest.cc185 aura::Window* window1 = widget1->GetNativeWindow(); local
187 static_cast<DesktopWindowTreeHostX11*>(window1->GetHost());
197 window1->AddPreTargetHandler(&recorder1);
253 window1->RemovePreTargetHandler(&recorder1);
H A Dx11_topmost_window_finder_interactive_uitest.cc235 aura::Window* window1 = widget1->GetNativeWindow(); local
236 XID xid1 = window1->GetHost()->GetAcceleratedWidget();
251 EXPECT_EQ(window1, FindTopmostLocalProcessWindowAt(150, 150));
270 EXPECT_EQ(window1,
276 EXPECT_EQ(window1,
286 aura::Window* window1 = widget1->GetNativeWindow(); local
287 XID xid1 = window1->GetHost()->GetAcceleratedWidget();
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_layout_manager_unittest.cc155 scoped_ptr<aura::Window> window1(
157 EXPECT_EQ("10,-400 200x200", window1->GetBoundsInScreen().ToString());
489 scoped_ptr<aura::Window> window1(
493 wm::WindowState* window_state1 = wm::GetWindowState(window1.get());
502 // When window1 moves to the front the fullscreen state should change.
895 scoped_ptr<aura::Window> window1(CreateTestWindow(gfx::Rect(1, 2, 3, 4)));
896 window1->Show();
900 EXPECT_EQ(window1.get(), default_container()->children()[0]);
901 EXPECT_EQ("A", GetWindowOrderAsString(NULL, window1.get(), NULL, NULL));
911 GetWindowOrderAsString(backdrop, window1
[all...]
H A Dmulti_window_resize_controller_unittest.cc73 if ((resize_controller_->windows_.window1 == window ||
/external/chromium_org/ash/wm/
H A Dsystem_gesture_event_filter_unittest.cc186 scoped_ptr<aura::Window> window1(
196 window1->SetCapture();
197 EXPECT_TRUE(window1->HasCapture());
207 EXPECT_TRUE(window1->HasCapture());
212 EXPECT_EQ(window1, GetLongPressAffordanceTarget());
224 EXPECT_EQ(window1, GetLongPressAffordanceTarget());
H A Dtoplevel_window_event_handler_unittest.cc687 scoped_ptr<aura::Window> window1(CreateWindow(HTCAPTION));
688 EXPECT_EQ("0,0 100x100", window1->bounds().ToString());
692 window1.get());
693 window1->Focus();
696 EXPECT_EQ("10,11 100x100", window1->bounds().ToString());
705 EXPECT_EQ("10,11 100x100", window1->bounds().ToString());
H A Dvideo_detector_unittest.cc231 scoped_ptr<aura::Window> window1(
243 detector_->OnDelegatedFrameDamage(window1.get(), update_region);
/external/chromium_org/ash/
H A Droot_window_controller_unittest.cc564 aura::Window* window1 = new aura::Window(&delegate1); local
565 window1->SetType(ui::wm::WINDOW_TYPE_CONTROL);
566 window1->set_owned_by_parent(false);
567 observer1.SetWindow(window1);
568 window1->Init(aura::WINDOW_LAYER_NOT_DRAWN);
570 window1, Shell::GetInstance()->GetPrimaryRootWindow(), gfx::Rect());
582 delete window1;
H A Dfocus_cycler_unittest.cc261 scoped_ptr<Window> window1(CreateTestWindowInShellWithId(1));
262 wm::ActivateWindow(window1.get());
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/android/src/org/webrtc/vieautotest/
H A DViEAutotest.java152 // GLSurfaceView window1, GLSurfaceView window2);
154 SurfaceView window1, SurfaceView window2);
153 RunTest(int testSelection, int subtestSelection, SurfaceView window1, SurfaceView window2) argument
/external/libvorbis/doc/
H A DMakefile.am48 window1.png \
H A D01-introduction.tex357 \includegraphics[width=\textwidth]{window1}
/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager_unittest.cc1370 aura::Window* window1 = CreateTestWindow(); local
1371 window1->SetBounds(gfx::Rect(0, 0, 100, 100));
1372 window1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_FULLSCREEN);
1373 window1->Show();
1379 wm::GetWindowState(window1)->Activate();
1385 wm::GetWindowState(window1)->Activate();
1402 aura::Window* window1 = CreateTestWindow(); local
1403 window1->SetBoundsInScreen(
1406 window1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_FULLSCREEN);
1407 window1
1634 views::Widget* window1 = CreateTestWidget(); local
[all...]
/external/chromium_org/third_party/smhasher/src/
H A DBitvec.cpp547 uint32_t window1 ( void * blob, int len, int start, int count ) function
693 uint32_t a = window1(&k,nbytes,start,count);
730 uint32_t b = window1 (&x,nbytes,start,count);
H A DBitvec.h204 uint32_t window1 ( void * blob, int len, int start, int count );
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_loopback.cc46 int VideoEngineSampleCode(void* window1, void* window2) argument
269 = ptrViERender->AddRenderer(captureId, window1, 0, 0.0, 0.0, 1.0, 1.0);
H A Dvie_autotest_record.cc58 int VideoEngineSampleRecordCode(void* window1, void* window2) { argument
289 error = ptrViERender->AddRenderer(captureId, window1, 0, 0.0, 0.0, 1.0, 1.0);
H A Dvie_autotest_simulcast.cc88 int VideoEngineSimulcastTest(void* window1, void* window2) { argument
286 error = vie_render->AddRenderer(capture_id, window1, 0, 0.0, 0.0, 1.0, 1.0);
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager.cc490 aura::Window* window1(dock_container_->children()[i]);
491 if (IsUsedByLayout(window1) &&
492 window1 != dragged_window_ &&
493 window1->bounds().width() == docked_width_) {
494 wm::GetWindowState(window1)->set_bounds_changed_by_user(false);
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dexponentiation.c1343 int i, j, bits, b, bits1, bits2, ret = 0, wpos1, wpos2, window1, window2, local
1386 window1 = BN_window_bits_for_exponent_size(bits1);
1390 * 2^(window1-1) */
1410 if (window1 > 1) {
1415 j = 1 << (window1 - 1);
1478 /* consider bits b-window1+1 .. b for this window */
1479 i = b - window1 + 1;
1506 /* wvalue1 is odd and < 2^window1 */
/external/chromium_org/ui/views/touchui/
H A Dtouch_selection_controller_impl_unittest.cc696 aura::Window* window1 = textfield_widget_->GetNativeView(); local
721 window1->GetRootWindow()->StackChildAtTop(window1);
/external/chromium_org/ash/wm/maximize_mode/
H A Dmaximize_mode_window_manager_unittest.cc608 scoped_ptr<aura::Window> window1(
610 EXPECT_EQ(rect.ToString(), window1->bounds().ToString());
621 gfx::Rect moved_bounds(window1->bounds());
627 gfx::Rect new_moved_bounds(window1->bounds());
635 EXPECT_NE(rect.ToString(), window1->bounds().ToString());
/external/chromium_org/ui/aura/
H A Dwindow_unittest.cc1907 scoped_ptr<Window> window1(CreateTestWindowWithId(1, root_window()));
1909 ui::Layer* parent = window1->parent()->layer();
1912 WindowTestApi window1_test_api(window1.get());
1918 // After acquisition, window1 should not own its layer, but it should still
1920 scoped_ptr<ui::Layer> window1_layer(window1->AcquireLayer());
1922 EXPECT_TRUE(window1_layer.get() == window1->layer());
1927 scoped_ptr<ui::Layer> window1_layer_reacquired(window1->AcquireLayer());
1930 // Upon destruction, window1's layer should still be valid, and in the layer
1932 window1.reset();
1996 scoped_ptr<Window> window1(CreateTestWindowWithI
[all...]
H A Dwindow_event_dispatcher_unittest.cc112 scoped_ptr<aura::Window> window1(CreateTestWindowWithDelegate(
117 // Send a mouse event to window1.
1759 scoped_ptr<Window> window1(CreateNormalWindow(1, root_window(), NULL));
1760 window1->SetBounds(gfx::Rect(0, 0, 40, 40));
1765 window1->AddPreTargetHandler(&recorder1);
1768 gfx::Point position = window1->bounds().origin();
1773 gfx::Point position2 = window1->bounds().CenterPoint();
/external/chromium_org/ui/views/
H A Dview_unittest.cc1457 Widget* window1 = Widget::CreateWindowWithBounds(
1460 window1->Show();
1469 // Make the window1 active, as this is what it would be in real-world.
1470 window1->Activate();
1481 window1->CloseNow();

Completed in 613 milliseconds

123