Searched refs:FindAnchorPoint (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_win.h28 static gfx::Point FindAnchorPoint(const gfx::Size& view_size,
H A Dapp_list_win.cc46 gfx::Point AppListWin::FindAnchorPoint(const gfx::Size& view_size, function in class:AppListWin
90 view->SetAnchorPoint(FindAnchorPoint(view->GetPreferredSize(),
H A Dapp_list_win_unittest.cc108 return AppListWin::FindAnchorPoint(gfx::Size(kWindowWidth, kWindowHeight),
/external/chromium_org/chrome/browser/ui/views/app_list/linux/
H A Dapp_list_linux.h35 static gfx::Point FindAnchorPoint(const gfx::Size& view_size,
H A Dapp_list_linux.cc53 gfx::Point AppListLinux::FindAnchorPoint(const gfx::Size& view_size, function in class:AppListLinux
107 view->SetAnchorPoint(FindAnchorPoint(view->GetPreferredSize(),
H A Dapp_list_linux_unittest.cc114 return AppListLinux::FindAnchorPoint(gfx::Size(kWindowWidth, kWindowHeight),
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service_mac.h47 static void FindAnchorPoint(const gfx::Size& window_size,

Completed in 1868 milliseconds