OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetAlignment
(Results
1 - 25
of
25
) sorted by null
/external/chromium_org/ash/launcher/
launcher.h
65
void
SetAlignment
(ShelfAlignment alignment);
launcher.cc
78
void Launcher::
SetAlignment
(ShelfAlignment alignment) {
/external/chromium_org/ash/shelf/
shelf_widget.h
44
void
SetAlignment
(ShelfAlignment alignmnet);
shelf_layout_manager.h
103
bool
SetAlignment
(ShelfAlignment alignment);
shelf_layout_manager_unittest.cc
721
manager->
SetAlignment
(SHELF_ALIGNMENT_LEFT);
[
all
...]
shelf_widget.cc
616
void ShelfWidget::
SetAlignment
(ShelfAlignment alignment) {
618
launcher_->
SetAlignment
(alignment);
shelf_layout_manager.cc
253
bool ShelfLayoutManager::
SetAlignment
(ShelfAlignment alignment) {
260
shelf_->
SetAlignment
(alignment);
536
shelf_->
SetAlignment
(locked ? SHELF_ALIGNMENT_BOTTOM : alignment_);
[
all
...]
/external/chromium_org/ash/system/tray/
system_tray_unittest.cc
177
manager->
SetAlignment
(SHELF_ALIGNMENT_BOTTOM);
187
manager->
SetAlignment
(SHELF_ALIGNMENT_LEFT);
352
manager->
SetAlignment
(SHELF_ALIGNMENT_BOTTOM);
361
manager->
SetAlignment
(SHELF_ALIGNMENT_LEFT);
370
manager->
SetAlignment
(SHELF_ALIGNMENT_LEFT);
tray_background_view.h
39
void
SetAlignment
(ShelfAlignment alignment);
tray_background_view.cc
248
void TrayBackgroundView::TrayContainer::
SetAlignment
(ShelfAlignment alignment) {
438
tray_container_->
SetAlignment
(alignment);
/external/chromium_org/chrome/browser/ui/views/autofill/
info_bubble.cc
94
SetAlignment
(views::BubbleBorder::ALIGN_EDGE_TO_ANCHOR_EDGE);
/external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc
237
void
SetAlignment
(aura::Window* root_window, ShelfAlignment alignment) {
402
SetAlignment
(Shell::GetPrimaryRootWindow(), SHELF_ALIGNMENT_RIGHT);
711
SetAlignment
(root_windows[1], SHELF_ALIGNMENT_RIGHT);
714
SetAlignment
(root_windows[1], SHELF_ALIGNMENT_LEFT);
717
SetAlignment
(root_windows[1], SHELF_ALIGNMENT_TOP);
725
SetAlignment
(Shell::GetPrimaryRootWindow(), SHELF_ALIGNMENT_LEFT);
733
SetAlignment
(Shell::GetPrimaryRootWindow(), SHELF_ALIGNMENT_RIGHT);
741
SetAlignment
(Shell::GetPrimaryRootWindow(), SHELF_ALIGNMENT_TOP);
panel_layout_manager.cc
209
void
SetAlignment
(ShelfAlignment alignment) {
601
iter->callout_widget->
SetAlignment
(alignment);
[
all
...]
/external/chromium_org/ui/views/bubble/
bubble_delegate.h
119
void
SetAlignment
(BubbleBorder::BubbleAlignment alignment);
bubble_delegate.cc
232
void BubbleDelegateView::
SetAlignment
(BubbleBorder::BubbleAlignment alignment) {
tray_bubble_view.cc
350
SetAlignment
(params_.arrow_alignment);
/external/chromium_org/ui/views/examples/
bubble_example.cc
115
bubble->
SetAlignment
(BubbleBorder::ALIGN_EDGE_TO_ANCHOR_EDGE);
/external/chromium_org/ash/
popup_message.cc
156
SetAlignment
(views::BubbleBorder::ALIGN_ARROW_TO_MID_ANCHOR);
shell.cc
436
SetAlignment
(alignment)) {
[
all
...]
/external/chromium_org/ash/wm/caption_buttons/
maximize_bubble_controller_bubble.cc
347
SetAlignment
(views::BubbleBorder::ALIGN_EDGE_TO_ANCHOR_EDGE);
/external/chromium_org/chrome/browser/ui/views/
avatar_menu_bubble_view.cc
499
avatar_bubble_->
SetAlignment
(border_alignment);
profile_chooser_view.cc
326
profile_bubble_->
SetAlignment
(border_alignment);
/external/chromium_org/v8/src/arm/
assembler-arm.cc
402
SetAlignment
(align);
409
SetAlignment
(align);
413
void NeonMemOperand::
SetAlignment
(int align) {
[
all
...]
assembler-arm.h
686
void
SetAlignment
(int align);
[
all
...]
/external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc
[
all
...]
Completed in 365 milliseconds