Searched refs:WorkAreaInset (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_positioner.h55 void WorkAreaInset(int left, int top, int right, int bottom);
H A Dapp_list_positioner_unittest.cc67 positioner_->WorkAreaInset(kShelfSize, 0, 0, 0);
70 positioner_->WorkAreaInset(0, 0, kShelfSize, 0);
73 positioner_->WorkAreaInset(0, kShelfSize, 0, 0);
76 positioner_->WorkAreaInset(0, 0, 0, kShelfSize);
H A Dapp_list_positioner.cc26 void AppListPositioner::WorkAreaInset(int left, function in class:AppListPositioner

Completed in 579 milliseconds