Searched refs:state_bookmarks_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/importer/
H A Dimport_progress_dialog_view.cc28 : state_bookmarks_(new views::CheckmarkThrobber),
64 state_bookmarks_->set_parent_owned(false);
77 RemoveChildView(state_bookmarks_.get());
182 layout->AddView(state_bookmarks_.get());
194 layout->AddView(state_bookmarks_.get());
226 state_bookmarks_->Start();
247 state_bookmarks_->Stop();
248 state_bookmarks_->SetChecked(true);
H A Dimport_progress_dialog_view.h71 scoped_ptr<views::CheckmarkThrobber> state_bookmarks_; member in class:ImportProgressDialogView

Completed in 35 milliseconds