HomeSort by relevance Sort by last modified time
    Searched defs:SetAlignment (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ash/launcher/
launcher.cc 76 void Launcher::SetAlignment(ShelfAlignment alignment) {
  /external/chromium_org/ui/views/bubble/
bubble_delegate.cc 296 void BubbleDelegateView::SetAlignment(BubbleBorder::BubbleAlignment alignment) {
  /external/chromium_org/ash/shelf/
shelf_widget.cc 535 void ShelfWidget::SetAlignment(ShelfAlignment alignment) {
537 launcher_->SetAlignment(alignment);
shelf_layout_manager.cc 252 bool ShelfLayoutManager::SetAlignment(ShelfAlignment alignment) {
257 shelf_->SetAlignment(alignment);
    [all...]
  /external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc 236 void SetAlignment(aura::RootWindow* root_window, ShelfAlignment alignment) {
398 SetAlignment(Shell::GetPrimaryRootWindow(), SHELF_ALIGNMENT_RIGHT);
709 SetAlignment(root_windows[1], SHELF_ALIGNMENT_RIGHT);
712 SetAlignment(root_windows[1], SHELF_ALIGNMENT_LEFT);
715 SetAlignment(root_windows[1], SHELF_ALIGNMENT_TOP);
723 SetAlignment(Shell::GetPrimaryRootWindow(), SHELF_ALIGNMENT_LEFT);
731 SetAlignment(Shell::GetPrimaryRootWindow(), SHELF_ALIGNMENT_RIGHT);
739 SetAlignment(Shell::GetPrimaryRootWindow(), SHELF_ALIGNMENT_TOP);
panel_layout_manager.cc 212 void SetAlignment(ShelfAlignment alignment) {
579 iter->callout_widget->SetAlignment(alignment);
  /external/chromium_org/ash/system/tray/
tray_background_view.cc 249 void TrayBackgroundView::TrayContainer::SetAlignment(ShelfAlignment alignment) {
444 tray_container_->SetAlignment(alignment);
  /external/chromium_org/v8/src/arm/
assembler-arm.cc 400 SetAlignment(align);
407 SetAlignment(align);
411 void NeonMemOperand::SetAlignment(int align) {
    [all...]

Completed in 265 milliseconds