Home | History | Annotate | Download | only in gtk

Lines Matching refs:instance_

329 TaskManagerGtk* TaskManagerGtk::instance_ = NULL;
416 DCHECK(!instance_);
421 if (instance_ &&
422 instance_->highlight_background_resources_ !=
424 instance_->Close();
425 DCHECK(!instance_);
428 if (instance_) {
430 gtk_util::PresentWindow(instance_->dialog_, 0);
432 instance_ = new TaskManagerGtk(highlight_background_resources);
433 instance_->model_->StartUpdating();
857 instance_ = NULL;
879 instance_ = NULL;