Home | History | Annotate | Download | only in frame

Lines Matching refs:devtools_contents

1988   TabContents* devtools_contents = NULL;
1993 devtools_contents = devtools_contents_wrapper->tab_contents();
1996 bool should_show = devtools_contents && !devtools_container_->IsVisible();
1997 bool should_hide = !devtools_contents && devtools_container_->IsVisible();
1999 devtools_container_->ChangeTabContents(devtools_contents);