Home
last modified time | relevance | path

Searched refs:MoveWindow (Results 1 – 18 of 18) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
Dinfo_bubble_gtk.cc288 MoveWindow(); in UpdateArrowLocation()
312 void InfoBubbleGtk::MoveWindow() { in MoveWindow() function in InfoBubbleGtk
477 MoveWindow(); in OnSizeAllocate()
522 MoveWindow(); in OnToplevelConfigure()
535 MoveWindow(); in OnAnchorAllocate()
Dtheme_install_bubble_view_gtk.cc127 MoveWindow(); in InitWidgets()
135 void ThemeInstallBubbleViewGtk::MoveWindow() { in MoveWindow() function in ThemeInstallBubbleViewGtk
Dtheme_install_bubble_view_gtk.h36 void MoveWindow();
Dinfo_bubble_gtk.h136 void MoveWindow();
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider_win.cc64 if (::MoveWindow(hwnd, bounds.x(), bounds.y(), bounds.width(), in SetWindowBounds()
/external/webkit/Tools/WinLauncher/
DWinLauncher.cpp135 MoveWindow(hURLBarWnd, 0, 0, rcClient.right, URLBAR_HEIGHT, TRUE); in resizeSubViews()
136MoveWindow(gViewWindow, 0, URLBAR_HEIGHT, rcClient.right, rcClient.bottom - URLBAR_HEIGHT, TRUE); in resizeSubViews()
/external/webkit/Source/WebKit/win/WebCoreSupport/
DEmbeddedWidget.cpp128 …::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/
DNetscapePluginWin.cpp135 …::MoveWindow(m_window, m_frameRect.x(), m_frameRect.y(), m_frameRect.width(), m_frameRect.height()… in platformGeometryDidChange()
/external/webkit/Tools/MiniBrowser/win/
DBrowserWindow.cpp196 ::MoveWindow(m_rebarWindow, 0, 0, width, rebarRect.bottom - rebarRect.top, true); in onSize()
/external/webkit/Source/WebKit/wince/
DWebView.cpp88 MoveWindow(m_windowHandle, 0, 0, rcClient.right, rcClient.bottom, TRUE); in WebView()
/external/chromium/chrome/browser/ui/views/tabs/
Ddragged_tab_controller.cc1167 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/
DPopupMenuWin.cpp156 …::MoveWindow(m_popup, m_windowRect.x(), m_windowRect.y(), m_windowRect.width(), m_windowRect.heigh… in show()
/external/webkit/Source/WebCore/plugins/win/
DPluginViewWin.cpp457 …::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/
DSDL_gapivideo.c734 MoveWindow(SDL_Window, 0, 0, GetSystemMetrics(SM_CXSCREEN), GetSystemMetrics(SM_CYSCREEN), FALSE); in GAPI_SetVideoMode()
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_win.cc261 MoveWindow(pos.x(), pos.y(), pos.width(), pos.height(), TRUE); in InitAsPopup()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1428629 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.
DChangeLog-2008-08-1053123 the SetWindowRgn() and MoveWindow() calls to prevent Java from painting
DChangeLog-2010-01-2977780 Use m_haveUpdatedPluginWidget to ensure that we will call MoveWindow()