Home
last modified time | relevance | path

Searched refs:kViewClassName (Results 1 – 25 of 129) sorted by relevance

123456

/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/metadata/
H A Dmetadata_macros_internal.h22 static const char kViewClassName[]; \
30 static const char kViewClassName[]; \
87 return class_name::kViewClassName; \
89 const char class_name::kViewClassName[] = #class_name; \
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/
H A Dsad_tab_view_interactive_uitest.cc83 return views::MdTextButton::kViewClassName; in ActionButtonClassName()
97 return IsFocusedViewInsideViewClass(SadTabView::kViewClassName); in IsFocusedViewInsideSadTab()
101 return IsFocusedViewInsideViewClass(ToolbarView::kViewClassName); in IsFocusedViewInsideBrowserToolbar()
105 return IsFocusedViewInsideViewClass(SadTabView::kViewClassName) && in IsFocusedViewOnActionButtonInSadTab()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/accessibility/
H A Dfocus_ring_controller.cc58 if (view->GetClassName() == views::LabelButton::kViewClassName) { in UpdateFocusRing()
65 if (view->GetClassName() == ActionableView::kViewClassName) { in UpdateFocusRing()
68 } else if (view->GetClassName() == TrayBackgroundView::kViewClassName) { in UpdateFocusRing()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/hud_display/
H A Dlegend.cc182 if (view->GetClassName() != LegendEntry::kViewClassName) in Layout()
191 if (view->GetClassName() != LegendEntry::kViewClassName) in Layout()
202 if (view->GetClassName() != LegendEntry::kViewClassName) in SetValuesIndex()
211 if (view->GetClassName() != LegendEntry::kViewClassName) in RefreshValues()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/message_center/views/
H A Dproportional_image_view.cc13 const char ProportionalImageView::kViewClassName[] = "ProportionalImageView"; member in message_center::ProportionalImageView
47 return kViewClassName; in GetClassName()
H A Dnotification_control_buttons_view.cc24 const char NotificationControlButtonsView::kViewClassName[] = member in message_center::NotificationControlButtonsView
162 return kViewClassName; in GetClassName()
H A Dproportional_image_view.h20 static const char kViewClassName[];
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/message_center/views/
H A Dproportional_image_view.cc13 const char ProportionalImageView::kViewClassName[] = "ProportionalImageView"; member in message_center::ProportionalImageView
47 return kViewClassName; in GetClassName()
H A Dnotification_control_buttons_view.cc25 const char NotificationControlButtonsView::kViewClassName[] = member in message_center::NotificationControlButtonsView
149 return kViewClassName; in GetClassName()
H A Dproportional_image_view.h20 static const char kViewClassName[];
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/shelf/
H A Dback_button.cc29 const char BackButton::kViewClassName[] = "ash/BackButton"; member in ash::BackButton
55 return kViewClassName; in GetClassName()
H A Dhome_button.cc42 const char HomeButton::kViewClassName[] = "ash/HomeButton"; member in ash::HomeButton
69 return kViewClassName; in GetClassName()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/metadata/
H A Dmetadata_macros_internal.h21 static const char kViewClassName[]; \
29 static const char kViewClassName[]; \
H A Dmetadata_impl_macros.h36 return class_name::kViewClassName; \
38 const char class_name::kViewClassName[] = #class_name; \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/window/
H A Dnative_frame_view.cc21 const char NativeFrameView::kViewClassName[] = "NativeFrameView"; member in views::NativeFrameView
98 return kViewClassName; in GetClassName()
H A Ddialog_delegate.cc257 return client_view->GetClassName() == DialogClientView::kViewClassName in GetDialogClientView()
266 return client_view->GetClassName() == DialogClientView::kViewClassName in GetDialogClientView()
309 DCHECK_EQ(frame->GetClassName(), BubbleFrameView::kViewClassName); in GetFootnoteViewForTesting()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/window/
H A Dnative_frame_view.cc21 const char NativeFrameView::kViewClassName[] = "NativeFrameView"; member in views::NativeFrameView
98 return kViewClassName; in GetClassName()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/tray/
H A Dactionable_view.cc22 const char ActionableView::kViewClassName[] = "tray/ActionableView"; member in ash::ActionableView
52 return kViewClassName; in GetClassName()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/infobars/
H A Dinfobar_container_view.cc55 const char InfoBarContainerView::kViewClassName[] = "InfoBarContainerView"; member in InfoBarContainerView
87 return kViewClassName; in GetClassName()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/profiles/
H A Dbadged_profile_photo.cc118 const char BadgedProfilePhoto::kViewClassName[] = "BadgedProfilePhoto"; member in BadgedProfilePhoto
144 return kViewClassName; in GetClassName()
H A Dbadged_profile_photo.h29 static const char kViewClassName[]; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/apps/
H A Dglass_app_window_frame_view_win.cc24 const char GlassAppWindowFrameViewWin::kViewClassName[] = member in GlassAppWindowFrameViewWin
143 return kViewClassName; in GetClassName()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/frame/
H A Dbrowser_view_focus_uitest.cc166 testing::AnyOf("", views::WebView::kViewClassName)); in IN_PROC_BROWSER_TEST_F()
171 EXPECT_EQ(views::WebView::kViewClassName, focused_classes.back()); in IN_PROC_BROWSER_TEST_F()
H A Dopaque_browser_frame_view_layout.cc433 DCHECK_EQ(std::string(views::FrameCaptionButton::kViewClassName), in SetBoundsForButton()
449 DCHECK_EQ(std::string(views::ImageButton::kViewClassName), in SetBoundsForButton()
540 DCHECK_EQ(std::string(views::Label::kViewClassName), in SetView()
547 DCHECK_EQ(std::string(WebAppFrameToolbarView::kViewClassName), in SetView()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/message_center/
H A Dnotification_swipe_control_view.cc23 const char NotificationSwipeControlView::kViewClassName[] = member in ash::NotificationSwipeControlView
188 return kViewClassName; in GetClassName()

123456