Home
last modified time | relevance | path

Searched refs:list_view_ (Results 1 – 9 of 9) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/global_media_controls/
H A Dmedia_notification_list_view_unittest.cc33 list_view_ = in SetUp()
45 list_view_->ShowNotification( in ShowNotification()
51 list_view_->HideNotification(id); in HideNotification()
54 MediaNotificationListView* list_view() { return list_view_; } in list_view()
58 MediaNotificationListView* list_view_ = nullptr; member in MediaNotificationListViewTest
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/win/sandbox_poc/
H A Dmain_ui_window.cc25 HWND MainUIWindow::list_view_ = NULL; member in MainUIWindow
257 DCHECK(list_view_); in OnCreate()
258 if (!list_view_) in OnCreate()
265 ListView_InsertColumn(list_view_, 0, &list_view_column); in OnCreate()
268 ListView_SetBkColor(list_view_, CLR_NONE); in OnCreate()
269 ListView_SetTextColor(list_view_, RGB(0x0, 0x0, 0x0)); in OnCreate()
270 ListView_SetTextBkColor(list_view_, CLR_NONE); in OnCreate()
284 if (list_view_) { in OnSize()
285 ::MoveWindow(list_view_, in OnSize()
656 item.iItem = ListView_GetItemCount(list_view_); in InsertLineInListView()
[all …]
H A Dmain_ui_window.h186 static HWND list_view_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/win/sandbox_poc/
H A Dmain_ui_window.cc25 HWND MainUIWindow::list_view_ = NULL; member in MainUIWindow
256 DCHECK(list_view_); in OnCreate()
257 if (!list_view_) in OnCreate()
264 ListView_InsertColumn(list_view_, 0, &list_view_column); in OnCreate()
267 ListView_SetBkColor(list_view_, CLR_NONE); in OnCreate()
268 ListView_SetTextColor(list_view_, RGB(0x0, 0x0, 0x0)); in OnCreate()
269 ListView_SetTextBkColor(list_view_, CLR_NONE); in OnCreate()
283 if (list_view_) { in OnSize()
284 ::MoveWindow(list_view_, in OnSize()
655 item.iItem = ListView_GetItemCount(list_view_); in InsertLineInListView()
[all …]
H A Dmain_ui_window.h186 static HWND list_view_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/app_list/views/
H A Dsearch_result_page_view_unittest.cc50 list_view_ = contents_view->search_result_list_view_for_test(); in SetUp()
63 SearchResultListView* list_view() const { return list_view_; } in list_view()
74 SearchResultListView* list_view_ = nullptr; // Owned by views hierarchy. member in ash::test::SearchResultPageViewTest
H A Dsearch_result_view.cc63 : list_view_(list_view), view_delegate_(view_delegate) { in SearchResultView()
161 list_view_->SearchResultActionActivated( in OnQueryRemovalAccepted()
234 list_view_->SearchResultActivated(this, event.flags(), in OnKeyPressed()
385 list_view_->SearchResultActivated(this, event.flags(), in OnButtonPressed()
416 list_view_->app_list_main_view() in OnSearchResultActionActivated()
423 list_view_->SearchResultActionActivated(this, index); in OnSearchResultActionActivated()
H A Dsearch_result_view.h114 SearchResultListView* list_view_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/message_center/
H A Dunified_message_list_view.cc65 list_view_(list_view), in MessageViewContainer()
173 list_view_->OnNotificationSlidOut(); in OnSlideOut()
212 UnifiedMessageListView* const list_view_; member in ash::UnifiedMessageListView::MessageViewContainer