/external/chromium/chrome/browser/ui/gtk/ |
D | info_bubble_gtk.cc | 288 MoveWindow(); in UpdateArrowLocation() 312 void InfoBubbleGtk::MoveWindow() { in MoveWindow() function in InfoBubbleGtk 477 MoveWindow(); in OnSizeAllocate() 522 MoveWindow(); in OnToplevelConfigure() 535 MoveWindow(); in OnAnchorAllocate()
|
D | theme_install_bubble_view_gtk.cc | 127 MoveWindow(); in InitWidgets() 135 void ThemeInstallBubbleViewGtk::MoveWindow() { in MoveWindow() function in ThemeInstallBubbleViewGtk
|
D | theme_install_bubble_view_gtk.h | 36 void MoveWindow();
|
D | info_bubble_gtk.h | 136 void MoveWindow();
|
/external/chromium/chrome/browser/automation/ |
D | testing_automation_provider_win.cc | 64 if (::MoveWindow(hwnd, bounds.x(), bounds.y(), bounds.width(), in SetWindowBounds()
|
/external/webkit/Tools/WinLauncher/ |
D | WinLauncher.cpp | 135 MoveWindow(hURLBarWnd, 0, 0, rcClient.right, URLBAR_HEIGHT, TRUE); in resizeSubViews() 136 … MoveWindow(gViewWindow, 0, URLBAR_HEIGHT, rcClient.right, rcClient.bottom - URLBAR_HEIGHT, TRUE); in resizeSubViews()
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | EmbeddedWidget.cpp | 128 …::MoveWindow(m_window, m_windowRect.x(), m_windowRect.y(), m_windowRect.width(), m_windowRect.heig… in frameRectsChanged()
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/win/ |
D | NetscapePluginWin.cpp | 135 …::MoveWindow(m_window, m_frameRect.x(), m_frameRect.y(), m_frameRect.width(), m_frameRect.height()… in platformGeometryDidChange()
|
/external/webkit/Tools/MiniBrowser/win/ |
D | BrowserWindow.cpp | 196 ::MoveWindow(m_rebarWindow, 0, 0, width, rebarRect.bottom - rebarRect.top, true); in onSize()
|
/external/webkit/Source/WebKit/wince/ |
D | WebView.cpp | 88 MoveWindow(m_windowHandle, 0, 0, rcClient.right, rcClient.bottom, TRUE); in WebView()
|
/external/chromium/chrome/browser/ui/views/tabs/ |
D | dragged_tab_controller.cc | 1167 MoveWindow(frame_hwnd, restore_bounds_.x(), restore_bounds_.y(), in RevertDrag() 1388 MoveWindow(frame_hwnd, 0xFFFF, 0xFFFF, wr.right - wr.left, in HideFrame()
|
/external/webkit/Source/WebCore/platform/win/ |
D | PopupMenuWin.cpp | 156 …::MoveWindow(m_popup, m_windowRect.x(), m_windowRect.y(), m_windowRect.width(), m_windowRect.heigh… in show()
|
/external/webkit/Source/WebCore/plugins/win/ |
D | PluginViewWin.cpp | 457 …::MoveWindow(platformPluginWidget(), m_windowRect.x(), m_windowRect.y(), m_windowRect.width(), m_w… in updatePluginWidget()
|
/external/qemu/distrib/sdl-1.2.12/src/video/gapi/ |
D | SDL_gapivideo.c | 734 MoveWindow(SDL_Window, 0, 0, GetSystemMetrics(SM_CXSCREEN), GetSystemMetrics(SM_CYSCREEN), FALSE); in GAPI_SetVideoMode()
|
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_win.cc | 261 MoveWindow(pos.x(), pos.y(), pos.width(), pos.height(), TRUE); in InitAsPopup()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 28629 The problem was that the plug-in would draw between our call to MoveWindow 28631 the plug-in's HWND until we've called both MoveWindow and SetWindowRgn.
|
D | ChangeLog-2008-08-10 | 53123 the SetWindowRgn() and MoveWindow() calls to prevent Java from painting
|
D | ChangeLog-2010-01-29 | 77780 Use m_haveUpdatedPluginWidget to ensure that we will call MoveWindow()
|