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

  /external/chromium_org/ash/shelf/
shelf.cc 75 void Shelf::SetAlignment(ShelfAlignment alignment) {
shelf_layout_manager.cc 250 bool ShelfLayoutManager::SetAlignment(ShelfAlignment alignment) {
257 shelf_->SetAlignment(alignment);
535 shelf_->SetAlignment(locked ? SHELF_ALIGNMENT_BOTTOM : alignment_);
    [all...]
shelf_widget.cc 745 void ShelfWidget::SetAlignment(ShelfAlignment alignment) {
747 shelf_->SetAlignment(alignment);
  /external/chromium_org/ash/ime/
candidate_window_view.cc 112 void SetAlignment(gfx::HorizontalAlignment alignment) {
182 auxiliary_text_->SetAlignment(gfx::ALIGN_LEFT);
248 auxiliary_text_->SetAlignment(gfx::ALIGN_RIGHT);
254 auxiliary_text_->SetAlignment(gfx::ALIGN_LEFT);
  /external/chromium_org/ui/views/bubble/
bubble_delegate.cc 195 void BubbleDelegateView::SetAlignment(BubbleBorder::BubbleAlignment alignment) {
  /external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc 230 void SetAlignment(aura::Window* root_window, ShelfAlignment alignment) {
395 SetAlignment(Shell::GetPrimaryRootWindow(), SHELF_ALIGNMENT_RIGHT);
704 SetAlignment(root_windows[1], SHELF_ALIGNMENT_RIGHT);
707 SetAlignment(root_windows[1], SHELF_ALIGNMENT_LEFT);
710 SetAlignment(root_windows[1], SHELF_ALIGNMENT_TOP);
718 SetAlignment(Shell::GetPrimaryRootWindow(), SHELF_ALIGNMENT_LEFT);
726 SetAlignment(Shell::GetPrimaryRootWindow(), SHELF_ALIGNMENT_RIGHT);
734 SetAlignment(Shell::GetPrimaryRootWindow(), SHELF_ALIGNMENT_TOP);
806 SetAlignment(Shell::GetPrimaryRootWindow(), SHELF_ALIGNMENT_BOTTOM);
820 SetAlignment(Shell::GetPrimaryRootWindow(), SHELF_ALIGNMENT_RIGHT)
    [all...]
panel_layout_manager.cc 210 void SetAlignment(ShelfAlignment alignment) {
620 iter->callout_widget->SetAlignment(alignment);
    [all...]
  /external/chromium_org/ash/system/tray/
tray_background_view.cc 240 void TrayBackgroundView::TrayContainer::SetAlignment(ShelfAlignment alignment) {
480 tray_container_->SetAlignment(alignment);
  /external/chromium_org/v8/src/arm/
assembler-arm.cc 343 SetAlignment(align);
350 SetAlignment(align);
354 void NeonMemOperand::SetAlignment(int align) {
    [all...]

Completed in 252 milliseconds