HomeSort by relevance Sort by last modified time
    Searched refs:update_factory_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/app_list/views/
search_result_list_view.cc 45 update_factory_(this) {
189 update_factory_.InvalidateWeakPtrs();
196 if (!update_factory_.HasWeakPtrs()) {
200 update_factory_.GetWeakPtr()));
start_page_view.cc 79 update_factory_(this) {
224 update_factory_.InvalidateWeakPtrs();
230 if (!update_factory_.HasWeakPtrs()) {
233 base::Bind(&StartPageView::Update, update_factory_.GetWeakPtr()));
start_page_view.h 62 // Schedules an Update() call using |update_factory_|. Does nothing if there
95 base::WeakPtrFactory<StartPageView> update_factory_; member in class:app_list::StartPageView
search_result_list_view.h 73 // Schedules an Update call using |update_factory_|. Do nothing if there is a
108 base::WeakPtrFactory<SearchResultListView> update_factory_; member in class:app_list::SearchResultListView

Completed in 102 milliseconds