Searched refs:SCREEN_EDGE_TOP (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_positioner_unittest.cc72 case AppListPositioner::SCREEN_EDGE_TOP:
169 PlaceShelf(AppListPositioner::SCREEN_EDGE_TOP);
173 DoGetAnchorPointForShelfCorner(AppListPositioner::SCREEN_EDGE_TOP));
202 PlaceShelf(AppListPositioner::SCREEN_EDGE_TOP);
206 DoGetAnchorPointForShelfCenter(AppListPositioner::SCREEN_EDGE_TOP));
238 PlaceShelf(AppListPositioner::SCREEN_EDGE_TOP);
243 DoGetAnchorPointForShelfCursor(AppListPositioner::SCREEN_EDGE_TOP));
289 EXPECT_EQ(AppListPositioner::SCREEN_EDGE_TOP, DoGetShelfEdge(shelf_rect));
321 PlaceShelf(AppListPositioner::SCREEN_EDGE_TOP);
324 DoGetCursorDistanceFromShelf(AppListPositioner::SCREEN_EDGE_TOP));
[all...]
H A Dapp_list_positioner.cc75 case SCREEN_EDGE_TOP:
101 case SCREEN_EDGE_TOP:
127 case SCREEN_EDGE_TOP:
159 return SCREEN_EDGE_TOP;
183 case SCREEN_EDGE_TOP:
H A Dapp_list_positioner.h29 SCREEN_EDGE_TOP, enumerator in enum:AppListPositioner::ScreenEdge
/external/chromium_org/chrome/browser/ui/views/app_list/linux/
H A Dapp_list_linux_unittest.cc80 case AppListPositioner::SCREEN_EDGE_TOP:
137 PlaceShelf(AppListPositioner::SCREEN_EDGE_TOP);
138 EXPECT_EQ(AppListPositioner::SCREEN_EDGE_TOP, ShelfEdge());
151 EXPECT_EQ(AppListPositioner::SCREEN_EDGE_TOP, ShelfEdge());
173 PlaceShelf(AppListPositioner::SCREEN_EDGE_TOP);
215 PlaceShelf(AppListPositioner::SCREEN_EDGE_TOP);
253 PlaceShelf(AppListPositioner::SCREEN_EDGE_TOP);
H A Dapp_list_linux.cc31 winning_edge = AppListPositioner::SCREEN_EDGE_TOP;
75 edge == AppListPositioner::SCREEN_EDGE_TOP
/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_win_unittest.cc84 case AppListPositioner::SCREEN_EDGE_TOP:
144 PlaceTaskbar(AppListPositioner::SCREEN_EDGE_TOP);
189 PlaceTaskbar(AppListPositioner::SCREEN_EDGE_TOP);
255 PlaceTaskbar(AppListPositioner::SCREEN_EDGE_TOP);

Completed in 1021 milliseconds