Home
last modified time | relevance | path

Searched refs:GetWindowBounds (Results 1 – 15 of 15) sorted by relevance

/external/chromium/chrome/browser/ui/
Dwindow_sizer_unittest.cc157 static void GetWindowBounds(const gfx::Rect& monitor1_bounds, in GetWindowBounds() function
185 GetWindowBounds(tentwentyfour, tentwentyfour, gfx::Rect(), gfx::Rect(), in TEST()
197 GetWindowBounds(tentwentyfour, taskbar_bottom_work_area, gfx::Rect(), in TEST()
211 GetWindowBounds(tentwentyfour, taskbar_right_work_area, gfx::Rect(), in TEST()
224 GetWindowBounds(tentwentyfour, taskbar_left_work_area, gfx::Rect(), in TEST()
239 GetWindowBounds(tentwentyfour, taskbar_top_work_area, gfx::Rect(), in TEST()
253 GetWindowBounds(twelveeighty, twelveeighty, gfx::Rect(), gfx::Rect(), in TEST()
265 GetWindowBounds(sixteenhundred, sixteenhundred, gfx::Rect(), gfx::Rect(), in TEST()
277 GetWindowBounds(sixteeneighty, sixteeneighty, gfx::Rect(), gfx::Rect(), in TEST()
289 GetWindowBounds(nineteentwenty, nineteentwenty, gfx::Rect(), gfx::Rect(), in TEST()
[all …]
/external/chromium/chrome/browser/ui/tabs/
Ddock_info.cc128 if (window_ && !GetWindowBounds(&window_bounds)) in GetNewWindowBounds()
190 if (!window_ || !GetWindowBounds(&window_bounds)) in AdjustOtherWindowBounds()
Ddock_info.h176 bool GetWindowBounds(gfx::Rect* bounds) const;
Ddock_info_gtk.cc206 bool DockInfo::GetWindowBounds(gfx::Rect* bounds) const { in GetWindowBounds() function in DockInfo
Ddock_info_win.cc308 bool DockInfo::GetWindowBounds(gfx::Rect* bounds) const { in GetWindowBounds() function in DockInfo
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider_win.cc45 void TestingAutomationProvider::GetWindowBounds(int handle, in GetWindowBounds() function in TestingAutomationProvider
Dtesting_automation_provider_gtk.cc61 void TestingAutomationProvider::GetWindowBounds(int handle, in GetWindowBounds() function in TestingAutomationProvider
Dtesting_automation_provider_mac.mm86 void TestingAutomationProvider::GetWindowBounds(int handle, function
Dtesting_automation_provider.h115 void GetWindowBounds(int handle, gfx::Rect* bounds, bool* result);
Dtesting_automation_provider.cc268 IPC_MESSAGE_HANDLER(AutomationMsg_GetWindowBounds, GetWindowBounds) in OnMessageReceived()
/external/chromium/chrome/browser/
Dplugin_carbon_interpose_mac.cc138 GetWindowBounds(plugin_window, kWindowContentRgn, &window_bounds); in ChromePluginFindWindow()
/external/webkit/Source/WebKit/mac/Carbon/
DCarbonWindowFrame.m68 GetWindowBounds (windowRef, kWindowTitleBarRgn, &globalBounds);
DCarbonWindowAdapter.mm360 osStatus = GetWindowBounds(_windowRef, kWindowStructureRgn, &windowStructureBoundsRect);
362 osStatus = GetWindowBounds(_windowRef, kWindowContentRgn, &windowContentBoundsRect);
772 osStatus = GetWindowBounds(_windowRef, kWindowContentRgn, &windowContentBoundsRect);
DHIWebView.mm738 GetWindowBounds(window, kWindowStructureRgn, &bounds);
1546 GetWindowBounds( GetControlOwner( view->fViewRef ), kWindowStructureRgn, &rect );
/external/webkit/Source/WebCore/plugins/mac/
DPluginViewMac.mm738 GetWindowBounds(windowRef, kWindowStructureRgn, &structure);
739 GetWindowBounds(windowRef, kWindowContentRgn, &content);