Home
last modified time | relevance | path

Searched refs:SetWindowBounds (Results 1 – 13 of 13) sorted by relevance

/external/chromium/chrome/browser/sessions/
Dsession_service_unittest.cc50 service()->SetWindowBounds(window_id, window_bounds, false); in SetUp()
275 service()->SetWindowBounds(window2_id, window2_bounds, true); in TEST_F()
327 service()->SetWindowBounds(window2_id, window2_bounds, false); in TEST_F()
387 service()->SetWindowBounds(window2_id, window_bounds, false); in TEST_F()
430 service()->SetWindowBounds(window2_id, window_bounds, false); in TEST_F()
469 service()->SetWindowBounds(window2_id, window_bounds, false); in TEST_F()
Dsession_service.h80 void SetWindowBounds(const SessionID& window_id,
Dsession_service.cc187 void SessionService::SetWindowBounds(const SessionID& window_id, in SetWindowBounds() function in SessionService
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider_win.cc58 void TestingAutomationProvider::SetWindowBounds(int handle, in SetWindowBounds() function in TestingAutomationProvider
Dtesting_automation_provider_gtk.cc68 void TestingAutomationProvider::SetWindowBounds(int handle, in SetWindowBounds() function in TestingAutomationProvider
Dtesting_automation_provider_mac.mm104 void TestingAutomationProvider::SetWindowBounds(int handle, function
Dtesting_automation_provider.h116 void SetWindowBounds(int handle, const gfx::Rect& bounds, bool* result);
Dtesting_automation_provider.cc269 IPC_MESSAGE_HANDLER(AutomationMsg_SetWindowBounds, SetWindowBounds) in OnMessageReceived()
/external/chromium/chrome/browser/chromeos/
Dnative_dialog_window.cc150 window()->SetWindowBounds(window_bounds, NULL); in OnCheckResize()
/external/chromium/chrome/browser/ui/views/
Dhung_renderer_view.cc248 window()->SetWindowBounds(bounds, frame_hwnd); in ShowForTabContents()
/external/chromium/chrome/browser/sync/
Dprofile_sync_service_session_unittest.cc74 service()->SetWindowBounds(window_id_, window_bounds_, false); in SetUp()
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
DNetscapePluginMac.mm858 ::SetWindowBounds(windowRef(), kWindowStructureRgn, &bounds);
/external/chromium/chrome/browser/ui/
Dbrowser.cc782 session_service->SetWindowBounds(session_id_, bounds, maximized); in SaveWindowPlacement()