/external/chromium_org/sandbox/win/sandbox_poc/ |
main_ui_window.h | 186 static HWND list_view_; member in class:MainUIWindow
|
main_ui_window.cc | 22 HWND MainUIWindow::list_view_ = NULL; member in class:MainUIWindow 243 list_view_ = ::CreateWindow(WC_LISTVIEW, // Class name 256 DCHECK(list_view_); 257 if (!list_view_) 264 ListView_InsertColumn(list_view_, 0, &list_view_column); 267 ListView_SetBkColor(list_view_, CLR_NONE); 268 ListView_SetTextColor(list_view_, RGB(0x0, 0x0, 0x0)); 269 ListView_SetTextBkColor(list_view_, CLR_NONE); 288 if (list_view_) { 289 ::MoveWindow(list_view_, [all...] |
/external/chromium_org/ui/app_list/views/ |
search_result_view.h | 96 SearchResultListView* list_view_; member in class:app_list::SearchResultView
|
/external/chromium_org/chrome/browser/ui/views/ |
desktop_media_picker_views.cc | 177 DesktopMediaListView* list_view_; member in class:__anon6268::DesktopMediaPickerDialogView 483 list_view_(new DesktopMediaListView(this, media_list.Pass())) { 490 scroll_view_->SetContents(list_view_); 516 list_view_->StartUpdating(dialog_window_id); 552 return list_view_->GetSelection() != NULL; 557 DesktopMediaSourceView* selection = list_view_->GetSelection();
|