/external/chromium_org/ash/wm/panels/ |
D | panel_layout_manager_unittest.cc | 230 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 …]
|
D | panel_layout_manager.cc | 210 void SetAlignment(ShelfAlignment alignment) { in SetAlignment() function in ash::PanelCalloutWidget 620 iter->callout_widget->SetAlignment(alignment); in Relayout()
|
/external/chromium_org/ash/ime/ |
D | candidate_window_view.cc | 112 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/ |
D | system_tray_unittest.cc | 198 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()
|
D | tray_background_view.h | 39 void SetAlignment(ShelfAlignment alignment);
|
D | tray_background_view.cc | 240 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/ |
D | shelf_widget.h | 40 void SetAlignment(ShelfAlignment alignmnet);
|
D | shelf.h | 61 void SetAlignment(ShelfAlignment alignment);
|
D | shelf_layout_manager_unittest.cc | 750 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()
|
D | shelf.cc | 75 void Shelf::SetAlignment(ShelfAlignment alignment) { in SetAlignment() function in ash::Shelf
|
D | shelf_layout_manager.h | 95 bool SetAlignment(ShelfAlignment alignment);
|
D | shelf_layout_manager.cc | 250 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()
|
D | shelf_widget.cc | 745 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/ |
D | info_bubble.cc | 94 SetAlignment(views::BubbleBorder::ALIGN_EDGE_TO_ANCHOR_EDGE); in Show()
|
/external/chromium_org/ui/views/examples/ |
D | bubble_example.cc | 113 bubble->SetAlignment(BubbleBorder::ALIGN_EDGE_TO_ANCHOR_EDGE); in ButtonPressed()
|
/external/chromium_org/ui/views/bubble/ |
D | bubble_delegate.h | 103 void SetAlignment(BubbleBorder::BubbleAlignment alignment);
|
D | bubble_delegate.cc | 195 void BubbleDelegateView::SetAlignment(BubbleBorder::BubbleAlignment alignment) { in SetAlignment() function in views::BubbleDelegateView
|
D | tray_bubble_view.cc | 347 SetAlignment(params_.arrow_alignment); in InitializeAndShowBubble()
|
/external/chromium_org/ash/ |
D | popup_message.cc | 157 SetAlignment(views::BubbleBorder::ALIGN_ARROW_TO_MID_ANCHOR); in MessageBubble()
|
/external/pdfium/core/src/fxge/Microsoft SDK/include/ |
D | GdiPlusStringFormat.h | 104 Status SetAlignment(IN StringAlignment align) in SetAlignment() function
|
D | GdiPlusPen.h | 228 Status SetAlignment(IN PenAlignment penAlignment) in SetAlignment() function
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_vt.h | 338 virtual void SetAlignment(FX_INT32 nFormat = 0) = 0;
|
/external/pdfium/fpdfsdk/include/javascript/ |
D | Field.h | 182 …static void SetAlignment(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nCont…
|
/external/pdfium/core/src/fpdfdoc/ |
D | pdf_vt.h | 415 void SetAlignment(FX_INT32 nFormat = 0)
|
/external/chromium_org/chrome/browser/ui/views/profiles/ |
D | avatar_menu_bubble_view.cc | 492 avatar_bubble_->SetAlignment(border_alignment); in ShowBubble()
|