HomeSort by relevance Sort by last modified time
    Searched full:state_history_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/importer/
import_progress_dialog_view.cc 31 state_history_(new views::CheckmarkThrobber),
67 state_history_->set_parent_owned(false);
80 RemoveChildView(state_history_.get());
157 gfx::Size ps = state_history_->GetPreferredSize();
188 layout->AddView(state_history_.get());
235 state_history_->Start();
259 state_history_->Stop();
260 state_history_->SetChecked(true);
import_progress_dialog_view.h 74 scoped_ptr<views::CheckmarkThrobber> state_history_; member in class:ImportProgressDialogView

Completed in 56 milliseconds