HomeSort by relevance Sort by last modified time
    Searched refs:GetAlignment (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/ash/system/web_notification/
ash_popup_alignment_delegate.cc 110 return GetAlignment() == SHELF_ALIGNMENT_TOP;
114 return GetAlignment() == SHELF_ALIGNMENT_LEFT;
122 ShelfAlignment AshPopupAlignmentDelegate::GetAlignment() const {
123 return shelf_ ? shelf_->GetAlignment() : SHELF_ALIGNMENT_BOTTOM;
ash_popup_alignment_delegate.h 62 ShelfAlignment GetAlignment() const;
web_notification_tray.cc 220 switch (GetShelfLayoutManager()->GetAlignment()) {
  /external/chromium_org/ash/shelf/
shelf_bezel_event_filter.cc 55 switch (shelf_->GetAlignment()) {
shelf_widget.h 41 ShelfAlignment GetAlignment() const;
shelf_widget.cc 182 if (shelf_->GetAlignment() != ash::SHELF_ALIGNMENT_BOTTOM) {
290 shelf_->GetAlignment());
296 shelf_->GetAlignment());
471 if (SHELF_ALIGNMENT_BOTTOM != shelf_->GetAlignment())
487 (SHELF_ALIGNMENT_BOTTOM == shelf_->GetAlignment() &&
492 SHELF_ALIGNMENT_BOTTOM == shelf_->GetAlignment()
498 if (SHELF_ALIGNMENT_BOTTOM == shelf_->GetAlignment() &&
741 ShelfAlignment ShelfWidget::GetAlignment() const {
742 return shelf_layout_manager_->GetAlignment();
shelf_button.cc 171 if (host_->shelf_layout_manager()->GetAlignment() ==
372 shelf_layout_manager_->GetAlignment() != SHELF_ALIGNMENT_BOTTOM ?
384 if (SHELF_ALIGNMENT_LEFT == shelf_layout_manager_->GetAlignment())
387 if (SHELF_ALIGNMENT_TOP == shelf_layout_manager_->GetAlignment())
515 if (shelf_layout_manager_->GetAlignment() == SHELF_ALIGNMENT_BOTTOM) {
shelf_layout_manager.h 99 ShelfAlignment GetAlignment() const;
192 switch (GetAlignment()) {
shelf_layout_manager.cc 262 ShelfAlignment ShelfLayoutManager::GetAlignment() const {
447 switch (GetAlignment()) {
546 return GetAlignment() == SHELF_ALIGNMENT_BOTTOM ||
547 GetAlignment() == SHELF_ALIGNMENT_TOP;
    [all...]
alternate_app_list_button.cc 130 ShelfAlignment alignment = shelf_widget_->GetAlignment();
overflow_button.cc 88 ShelfAlignment alignment = layout_manager->GetAlignment();
shelf.cc 47 alignment_(shelf_widget->GetAlignment()),
shelf_layout_manager_unittest.cc 162 GetShelfLayoutManager()->GetAlignment()){
166 GetShelfLayoutManager()->GetAlignment()) {
478 else if (SHELF_ALIGNMENT_LEFT == GetShelfLayoutManager()->GetAlignment())
480 else if (SHELF_ALIGNMENT_RIGHT == GetShelfLayoutManager()->GetAlignment())
510 else if (SHELF_ALIGNMENT_LEFT == GetShelfLayoutManager()->GetAlignment())
513 else if (SHELF_ALIGNMENT_RIGHT == GetShelfLayoutManager()->GetAlignment())
567 else if (SHELF_ALIGNMENT_LEFT == GetShelfLayoutManager()->GetAlignment())
570 else if (SHELF_ALIGNMENT_RIGHT == GetShelfLayoutManager()->GetAlignment())
751 EXPECT_EQ(SHELF_ALIGNMENT_LEFT, manager->GetAlignment());
753 EXPECT_EQ(SHELF_ALIGNMENT_BOTTOM, manager->GetAlignment());
    [all...]
app_list_button.cc 147 ShelfAlignment alignment = shelf_widget_->GetAlignment();
  /external/lldb/include/lldb/Expression/
Materializer.h 131 uint32_t GetAlignment ()
  /external/deqp/modules/gles3/functional/
es3fIndexedStateQueryTests.cpp 360 const GLint alignment = GetAlignment();
411 int GetAlignment()
  /external/chromium_org/ash/system/user/
tray_user.cc 299 controller->GetShelfLayoutManager()->GetAlignment());
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusStringFormat.h 112 StringAlignment GetAlignment() const
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusstringformat.h 77 StringAlignment GetAlignment() const
gdipluspen.h 74 PenAlignment GetAlignment() const
  /external/chromium_org/ash/wm/
window_animations.cc 473 switch (layout_manager->GetAlignment()) {
497 switch (layout_manager->GetAlignment()) {
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 496 FX_INT32 GetAlignment() const
577 FX_INT32 GetAlignment(const CPVT_SectionInfo& SecInfo);
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 400 virtual FX_INT32 GetAlignment() const = 0;
  /external/pdfium/fpdfsdk/include/
fsdk_baseform.h 91 int GetAlignment() const;
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_TextField.cpp 107 switch (m_pWidget->GetAlignment())

Completed in 2859 milliseconds

1 2