/external/chromium/chrome/browser/ui/ |
D | window_sizer_unittest.cc | 157 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/ |
D | dock_info.cc | 128 if (window_ && !GetWindowBounds(&window_bounds)) in GetNewWindowBounds() 190 if (!window_ || !GetWindowBounds(&window_bounds)) in AdjustOtherWindowBounds()
|
D | dock_info.h | 176 bool GetWindowBounds(gfx::Rect* bounds) const;
|
D | dock_info_gtk.cc | 206 bool DockInfo::GetWindowBounds(gfx::Rect* bounds) const { in GetWindowBounds() function in DockInfo
|
D | dock_info_win.cc | 308 bool DockInfo::GetWindowBounds(gfx::Rect* bounds) const { in GetWindowBounds() function in DockInfo
|
/external/chromium/chrome/browser/automation/ |
D | testing_automation_provider_win.cc | 45 void TestingAutomationProvider::GetWindowBounds(int handle, in GetWindowBounds() function in TestingAutomationProvider
|
D | testing_automation_provider_gtk.cc | 61 void TestingAutomationProvider::GetWindowBounds(int handle, in GetWindowBounds() function in TestingAutomationProvider
|
D | testing_automation_provider_mac.mm | 86 void TestingAutomationProvider::GetWindowBounds(int handle, function
|
D | testing_automation_provider.h | 115 void GetWindowBounds(int handle, gfx::Rect* bounds, bool* result);
|
D | testing_automation_provider.cc | 268 IPC_MESSAGE_HANDLER(AutomationMsg_GetWindowBounds, GetWindowBounds) in OnMessageReceived()
|
/external/chromium/chrome/browser/ |
D | plugin_carbon_interpose_mac.cc | 138 GetWindowBounds(plugin_window, kWindowContentRgn, &window_bounds); in ChromePluginFindWindow()
|
/external/webkit/Source/WebKit/mac/Carbon/ |
D | CarbonWindowFrame.m | 68 GetWindowBounds (windowRef, kWindowTitleBarRgn, &globalBounds);
|
D | CarbonWindowAdapter.mm | 360 osStatus = GetWindowBounds(_windowRef, kWindowStructureRgn, &windowStructureBoundsRect); 362 osStatus = GetWindowBounds(_windowRef, kWindowContentRgn, &windowContentBoundsRect); 772 osStatus = GetWindowBounds(_windowRef, kWindowContentRgn, &windowContentBoundsRect);
|
D | HIWebView.mm | 738 GetWindowBounds(window, kWindowStructureRgn, &bounds); 1546 GetWindowBounds( GetControlOwner( view->fViewRef ), kWindowStructureRgn, &rect );
|
/external/webkit/Source/WebCore/plugins/mac/ |
D | PluginViewMac.mm | 738 GetWindowBounds(windowRef, kWindowStructureRgn, &structure); 739 GetWindowBounds(windowRef, kWindowContentRgn, &content);
|