HomeSort by relevance Sort by last modified time
    Searched refs:GetWindowBounds (Results 1 - 17 of 17) sorted by null

  /external/chromium/chrome/browser/ui/
window_sizer_unittest.cc 157 static void GetWindowBounds(const gfx::Rect& monitor1_bounds,
185 GetWindowBounds(tentwentyfour, tentwentyfour, gfx::Rect(), gfx::Rect(),
197 GetWindowBounds(tentwentyfour, taskbar_bottom_work_area, gfx::Rect(),
211 GetWindowBounds(tentwentyfour, taskbar_right_work_area, gfx::Rect(),
224 GetWindowBounds(tentwentyfour, taskbar_left_work_area, gfx::Rect(),
239 GetWindowBounds(tentwentyfour, taskbar_top_work_area, gfx::Rect(),
253 GetWindowBounds(twelveeighty, twelveeighty, gfx::Rect(), gfx::Rect(),
265 GetWindowBounds(sixteenhundred, sixteenhundred, gfx::Rect(), gfx::Rect(),
277 GetWindowBounds(sixteeneighty, sixteeneighty, gfx::Rect(), gfx::Rect(),
289 GetWindowBounds(nineteentwenty, nineteentwenty, gfx::Rect(), gfx::Rect()
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider_gtk.cc 61 void TestingAutomationProvider::GetWindowBounds(int handle,
testing_automation_provider_win.cc 45 void TestingAutomationProvider::GetWindowBounds(int handle,
testing_automation_provider.h 115 void GetWindowBounds(int handle, gfx::Rect* bounds, bool* result);
    [all...]
testing_automation_provider.cc 268 IPC_MESSAGE_HANDLER(AutomationMsg_GetWindowBounds, GetWindowBounds)
    [all...]
  /external/chromium/chrome/browser/ui/tabs/
dock_info.h 176 bool GetWindowBounds(gfx::Rect* bounds) const;
dock_info.cc 128 if (window_ && !GetWindowBounds(&window_bounds))
190 if (!window_ || !GetWindowBounds(&window_bounds))
dock_info_gtk.cc 206 bool DockInfo::GetWindowBounds(gfx::Rect* bounds) const {
dock_info_win.cc 308 bool DockInfo::GetWindowBounds(gfx::Rect* bounds) const {
  /external/chromium/chrome/browser/
plugin_carbon_interpose_mac.cc 138 GetWindowBounds(plugin_window, kWindowContentRgn, &window_bounds);
  /external/webkit/Source/WebKit/mac/Carbon/
CarbonWindowFrame.m 68 GetWindowBounds (windowRef, kWindowTitleBarRgn, &globalBounds);
CarbonWindowAdapter.mm 360 osStatus = GetWindowBounds(_windowRef, kWindowStructureRgn, &windowStructureBoundsRect);
362 osStatus = GetWindowBounds(_windowRef, kWindowContentRgn, &windowContentBoundsRect);
    [all...]
HIWebView.mm 738 GetWindowBounds(window, kWindowStructureRgn, &bounds);
    [all...]
  /development/ide/xcode/ports/
SkOSWindow_Mac.cpp 78 GetWindowBounds((WindowRef)fHWND, kWindowContentRgn, &r);
  /external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm 738 GetWindowBounds(windowRef, kWindowStructureRgn, &structure);
739 GetWindowBounds(windowRef, kWindowContentRgn, &content);
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 319 milliseconds