Home
last modified time | relevance | path

Searched refs:SetAlignment (Results 1 – 25 of 32) sorted by relevance

12

/external/chromium_org/ash/wm/panels/
Dpanel_layout_manager_unittest.cc230 void SetAlignment(aura::Window* root_window, ShelfAlignment alignment) { in SetAlignment() function in ash::PanelLayoutManagerTest
395 SetAlignment(Shell::GetPrimaryRootWindow(), SHELF_ALIGNMENT_RIGHT); in TEST_F()
704 SetAlignment(root_windows[1], SHELF_ALIGNMENT_RIGHT); in TEST_F()
707 SetAlignment(root_windows[1], SHELF_ALIGNMENT_LEFT); in TEST_F()
710 SetAlignment(root_windows[1], SHELF_ALIGNMENT_TOP); in TEST_F()
718 SetAlignment(Shell::GetPrimaryRootWindow(), SHELF_ALIGNMENT_LEFT); in TEST_F()
726 SetAlignment(Shell::GetPrimaryRootWindow(), SHELF_ALIGNMENT_RIGHT); in TEST_F()
734 SetAlignment(Shell::GetPrimaryRootWindow(), SHELF_ALIGNMENT_TOP); in TEST_F()
806 SetAlignment(Shell::GetPrimaryRootWindow(), SHELF_ALIGNMENT_BOTTOM); in TEST_F()
820 SetAlignment(Shell::GetPrimaryRootWindow(), SHELF_ALIGNMENT_RIGHT); in TEST_F()
[all …]
Dpanel_layout_manager.cc210 void SetAlignment(ShelfAlignment alignment) { in SetAlignment() function in ash::PanelCalloutWidget
620 iter->callout_widget->SetAlignment(alignment); in Relayout()
/external/chromium_org/ash/ime/
Dcandidate_window_view.cc112 void SetAlignment(gfx::HorizontalAlignment alignment) { in SetAlignment() function in ash::ime::InformationTextArea
182 auxiliary_text_->SetAlignment(gfx::ALIGN_LEFT); in CandidateWindowView()
248 auxiliary_text_->SetAlignment(gfx::ALIGN_RIGHT); in UpdateCandidates()
254 auxiliary_text_->SetAlignment(gfx::ALIGN_LEFT); in UpdateCandidates()
/external/chromium_org/ash/system/tray/
Dsystem_tray_unittest.cc198 manager->SetAlignment(SHELF_ALIGNMENT_BOTTOM); in TEST_F()
208 manager->SetAlignment(SHELF_ALIGNMENT_LEFT); in TEST_F()
373 manager->SetAlignment(SHELF_ALIGNMENT_BOTTOM); in TEST_F()
382 manager->SetAlignment(SHELF_ALIGNMENT_LEFT); in TEST_F()
391 manager->SetAlignment(SHELF_ALIGNMENT_LEFT); in TEST_F()
Dtray_background_view.h39 void SetAlignment(ShelfAlignment alignment);
Dtray_background_view.cc240 void TrayBackgroundView::TrayContainer::SetAlignment(ShelfAlignment alignment) { in SetAlignment() function in ash::TrayBackgroundView::TrayContainer
480 tray_container_->SetAlignment(alignment); in SetShelfAlignment()
/external/chromium_org/ash/shelf/
Dshelf_widget.h40 void SetAlignment(ShelfAlignment alignmnet);
Dshelf.h61 void SetAlignment(ShelfAlignment alignment);
Dshelf_layout_manager_unittest.cc750 manager->SetAlignment(SHELF_ALIGNMENT_LEFT); in TEST_F()
905 shelf->SetAlignment(SHELF_ALIGNMENT_RIGHT); in TEST_F()
1430 #define MAYBE_SetAlignment SetAlignment
1441 shelf->SetAlignment(SHELF_ALIGNMENT_LEFT); in TEST_F()
1473 shelf->SetAlignment(SHELF_ALIGNMENT_RIGHT); in TEST_F()
1502 shelf->SetAlignment(SHELF_ALIGNMENT_TOP); in TEST_F()
1598 shelf->SetAlignment(SHELF_ALIGNMENT_LEFT); in TEST_F()
1604 shelf->SetAlignment(SHELF_ALIGNMENT_RIGHT); in TEST_F()
1994 shelf->SetAlignment(SHELF_ALIGNMENT_RIGHT); in TEST_F()
2003 shelf->SetAlignment(SHELF_ALIGNMENT_LEFT); in TEST_F()
Dshelf.cc75 void Shelf::SetAlignment(ShelfAlignment alignment) { in SetAlignment() function in ash::Shelf
Dshelf_layout_manager.h95 bool SetAlignment(ShelfAlignment alignment);
Dshelf_layout_manager.cc250 bool ShelfLayoutManager::SetAlignment(ShelfAlignment alignment) { in SetAlignment() function in ash::ShelfLayoutManager
257 shelf_->SetAlignment(alignment); in SetAlignment()
535 shelf_->SetAlignment(locked ? SHELF_ALIGNMENT_BOTTOM : alignment_); in OnLockStateChanged()
Dshelf_widget.cc745 void ShelfWidget::SetAlignment(ShelfAlignment alignment) { in SetAlignment() function in ash::ShelfWidget
747 shelf_->SetAlignment(alignment); in SetAlignment()
/external/chromium_org/chrome/browser/ui/views/autofill/
Dinfo_bubble.cc94 SetAlignment(views::BubbleBorder::ALIGN_EDGE_TO_ANCHOR_EDGE); in Show()
/external/chromium_org/ui/views/examples/
Dbubble_example.cc113 bubble->SetAlignment(BubbleBorder::ALIGN_EDGE_TO_ANCHOR_EDGE); in ButtonPressed()
/external/chromium_org/ui/views/bubble/
Dbubble_delegate.h103 void SetAlignment(BubbleBorder::BubbleAlignment alignment);
Dbubble_delegate.cc195 void BubbleDelegateView::SetAlignment(BubbleBorder::BubbleAlignment alignment) { in SetAlignment() function in views::BubbleDelegateView
Dtray_bubble_view.cc347 SetAlignment(params_.arrow_alignment); in InitializeAndShowBubble()
/external/chromium_org/ash/
Dpopup_message.cc157 SetAlignment(views::BubbleBorder::ALIGN_ARROW_TO_MID_ANCHOR); in MessageBubble()
/external/pdfium/core/src/fxge/Microsoft SDK/include/
DGdiPlusStringFormat.h104 Status SetAlignment(IN StringAlignment align) in SetAlignment() function
DGdiPlusPen.h228 Status SetAlignment(IN PenAlignment penAlignment) in SetAlignment() function
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h338 virtual void SetAlignment(FX_INT32 nFormat = 0) = 0;
/external/pdfium/fpdfsdk/include/javascript/
DField.h182 …static void SetAlignment(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nCont…
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h415 void SetAlignment(FX_INT32 nFormat = 0)
/external/chromium_org/chrome/browser/ui/views/profiles/
Davatar_menu_bubble_view.cc492 avatar_bubble_->SetAlignment(border_alignment); in ShowBubble()

12