/external/chromium_org/ui/app_list/views/ |
search_result_view.cc | 73 list_view_(list_view), 191 list_view_->SearchResultActivated(this, event.flags()); 214 const bool selected = list_view_->IsResultViewSelected(this); 271 list_view_->SearchResultActivated(this, event.flags()); 318 list_view_->OnSearchResultInstalled(this); 322 list_view_->OnSearchResultUninstalled(this); 333 list_view_->SearchResultActionActivated(this, index, event_flags);
|
search_result_view.h | 100 SearchResultListView* list_view_; member in class:app_list::SearchResultView
|
/external/chromium_org/sandbox/win/sandbox_poc/ |
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...] |
main_ui_window.h | 186 static HWND list_view_; member in class:MainUIWindow
|
/external/chromium_org/chrome/browser/ui/views/ |
desktop_media_picker_views.cc | 393 list_view_(new DesktopMediaListView(this, media_list.Pass())) { 405 scroll_view_->SetContents(list_view_); 443 list_view_->StartUpdating(dialog_window_id); 501 return list_view_->GetSelection() != NULL; 512 DesktopMediaSourceView* selection = list_view_->GetSelection(); 555 if (list_view_->child_count() <= index) 558 return reinterpret_cast<DesktopMediaSourceView*>(list_view_->child_at(index));
|
desktop_media_picker_views.h | 151 DesktopMediaListView* list_view_; member in class:DesktopMediaPickerDialogView
|