Home | History | Annotate | Download | only in frame

Lines Matching refs:devtools_container_

307       devtools_container_(NULL),
830 if (devtools_container_->IsVisible())
831 accessible_views.push_back(devtools_container_->GetFocusView());
1792 devtools_container_ = new TabContentsContainer;
1793 devtools_container_->SetID(VIEW_ID_DEV_TOOLS_DOCKED);
1794 devtools_container_->SetVisible(false);
1802 devtools_container_,
1996 bool should_show = devtools_contents && !devtools_container_->IsVisible();
1997 bool should_hide = !devtools_contents && devtools_container_->IsVisible();
1999 devtools_container_->ChangeTabContents(devtools_contents);
2006 new views::ExternalFocusTracker(devtools_container_,
2023 devtools_container_->SetVisible(true);
2034 devtools_container_->SetVisible(false);