Home | History | Annotate | Download | only in gtk

Lines Matching refs:devtools_container_

1268   TabContentsWrapper* old_devtools = devtools_container_->tab();
1275 devtools_container_->DetachTab(old_devtools);
1277 devtools_container_->SetTab(devtools_contents);
1289 gtk_widget_show(devtools_container_->widget());
1295 gtk_widget_hide(devtools_container_->widget());
1664 devtools_container_.reset(new TabContentsContainerGtk(NULL));
1665 ViewIDUtil::SetID(devtools_container_->widget(), VIEW_ID_DEV_TOOLS_DOCKED);
1669 gtk_paned_pack2(GTK_PANED(contents_split_), devtools_container_->widget(),
1680 gtk_widget_set_size_request(devtools_container_->widget(), -1,
1684 gtk_widget_hide(devtools_container_->widget());