HomeSort by relevance Sort by last modified time
    Searched refs:tab_delegate (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/
constrained_web_dialog_delegate_base.cc 26 WebDialogWebContentsDelegate* tab_delegate)
35 if (tab_delegate) {
36 override_tab_delegate_.reset(tab_delegate);
37 web_contents_->SetDelegate(tab_delegate);
constrained_web_dialog_delegate_base.h 28 WebDialogWebContentsDelegate* tab_delegate);