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

1 2

  /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());
460 if (SHELF_ALIGNMENT_BOTTOM != shelf_->GetAlignment())
476 (SHELF_ALIGNMENT_BOTTOM == shelf_->GetAlignment() &&
481 SHELF_ALIGNMENT_BOTTOM == shelf_->GetAlignment()
487 if (SHELF_ALIGNMENT_BOTTOM == shelf_->GetAlignment() &&
703 ShelfAlignment ShelfWidget::GetAlignment() const {
704 return shelf_layout_manager_->GetAlignment();
shelf_button.cc 174 if (host_->shelf_layout_manager()->GetAlignment() ==
377 shelf_layout_manager_->GetAlignment() != SHELF_ALIGNMENT_BOTTOM ?
389 if (SHELF_ALIGNMENT_LEFT == shelf_layout_manager_->GetAlignment())
392 if (SHELF_ALIGNMENT_TOP == shelf_layout_manager_->GetAlignment())
520 if (shelf_layout_manager_->GetAlignment() == SHELF_ALIGNMENT_BOTTOM) {
shelf_layout_manager.h 98 ShelfAlignment GetAlignment() const;
197 switch (GetAlignment()) {
shelf_layout_manager.cc 261 ShelfAlignment ShelfLayoutManager::GetAlignment() const {
446 switch (GetAlignment()) {
562 return GetAlignment() == SHELF_ALIGNMENT_BOTTOM ||
563 GetAlignment() == SHELF_ALIGNMENT_TOP;
    [all...]
alternate_app_list_button.cc 130 ShelfAlignment alignment = shelf_widget_->GetAlignment();
app_list_button.cc 129 ShelfAlignment alignment = shelf_widget_->GetAlignment();
overflow_button.cc 88 ShelfAlignment alignment = layout_manager->GetAlignment();
shelf.cc 49 alignment_(shelf_widget->GetAlignment()),
shelf_layout_manager_unittest.cc 162 GetShelfLayoutManager()->GetAlignment()){
166 GetShelfLayoutManager()->GetAlignment()) {
477 else if (SHELF_ALIGNMENT_LEFT == GetShelfLayoutManager()->GetAlignment())
479 else if (SHELF_ALIGNMENT_RIGHT == GetShelfLayoutManager()->GetAlignment())
509 else if (SHELF_ALIGNMENT_LEFT == GetShelfLayoutManager()->GetAlignment())
512 else if (SHELF_ALIGNMENT_RIGHT == GetShelfLayoutManager()->GetAlignment())
566 else if (SHELF_ALIGNMENT_LEFT == GetShelfLayoutManager()->GetAlignment())
569 else if (SHELF_ALIGNMENT_RIGHT == GetShelfLayoutManager()->GetAlignment())
750 EXPECT_EQ(SHELF_ALIGNMENT_LEFT, manager->GetAlignment());
752 EXPECT_EQ(SHELF_ALIGNMENT_BOTTOM, manager->GetAlignment());
    [all...]
  /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/web_notification/
web_notification_tray.cc 186 if (shelf_->GetAlignment() == SHELF_ALIGNMENT_TOP)
347 switch (GetShelfLayoutManager()->GetAlignment()) {
  /external/chromium_org/ash/system/user/
tray_user.cc 291 controller->GetShelfLayoutManager()->GetAlignment());
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusStringFormat.h 112 StringAlignment GetAlignment() const
GdiPlusPen.h 233 PenAlignment 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())
  /external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc 132 ShelfAlignment alignment = GetAlignment(panel->GetRootWindow());
177 ShelfAlignment alignment = GetAlignment(panel->GetRootWindow());
235 ShelfAlignment GetAlignment(const aura::Window* root_window) {
    [all...]

Completed in 704 milliseconds

1 2