Searched refs:SetWebContents (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_tab_delegate_android.h53 virtual void SetWebContents(content::WebContents* web_contents);
H A Dsynced_tab_delegate_android.cc94 void SyncedTabDelegateAndroid::SetWebContents( function in class:browser_sync::SyncedTabDelegateAndroid
/external/chromium_org/ui/views/controls/webview/
H A Dwebview.cc43 SetWebContents(NULL); // Make sure all necessary tear-down takes place.
51 SetWebContents(wc_owner_.get());
56 void WebView::SetWebContents(content::WebContents* replacement) { function in class:views::WebView
135 SetWebContents(wc_owner_.get());
H A Dwebview_unittest.cc146 // SetWebContents. This should make the WebContents visible.
153 webview->SetWebContents(web_contents1.get());
161 // via SetWebContents(). This should hide the current WebContents and show
171 webview->SetWebContents(web_contents2.get());
H A Dwebview_interactive_uitest.cc68 // Case 2: Replaces a WebContents by SetWebContents().
72 webview->SetWebContents(web_contents.get());
H A Dwebview.h49 void SetWebContents(content::WebContents* web_contents);
/external/chromium_org/chrome/browser/ui/autofill/
H A Dmock_autofill_dialog_view_delegate.cc61 void MockAutofillDialogViewDelegate::SetWebContents( function in class:autofill::MockAutofillDialogViewDelegate
H A Dmock_autofill_dialog_view_delegate.h87 void SetWebContents(content::WebContents* contents);
/external/chromium_org/content/browser/download/
H A Dmhtml_generation_manager.cc24 void SetWebContents(WebContents* web_contents);
70 void MHTMLGenerationManager::Job::SetWebContents(WebContents* web_contents) { function in class:content::MHTMLGenerationManager::Job
224 job->SetWebContents(web_contents);
/external/chromium_org/ui/app_list/demo/
H A Dapp_list_demo_views.cc105 web_view->SetWebContents(web_contents_.get());
/external/chromium_org/chrome/browser/ui/views/
H A Dconstrained_web_dialog_delegate_views.cc113 SetWebContents(GetWebContents());
/external/chromium_org/components/native_app_window/
H A Dnative_app_window_views.cc54 web_view_->SetWebContents(NULL);
319 web_view_->SetWebContents(app_window_->web_contents());
/external/chromium_org/content/shell/browser/
H A Dshell_views.cc136 void SetWebContents(WebContents* web_contents, const gfx::Size& size) { function in class:content::__anon7872::ShellWindowDelegateView
139 web_view_->SetWebContents(web_contents);
535 delegate_view->SetWebContents(web_contents_.get(), content_size_);
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views_unittest.cc64 view_delegate_.SetWebContents(contents);
H A Dautofill_dialog_views.cc1431 sign_in_web_view_->SetWebContents(NULL);
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_view_delegate.cc571 web_view->SetWebContents(web_contents);
589 web_view->SetWebContents(web_contents);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc781 contents_web_view_->SetWebContents(NULL);
782 devtools_web_view_->SetWebContents(NULL);
812 contents_web_view_->SetWebContents(new_contents);
1451 contents_web_view_->SetWebContents(NULL);
2133 devtools_web_view_->SetWebContents(devtools);
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model.cc138 void SetWebContents(WebContents* contents);
220 void TabStripModel::WebContentsData::SetWebContents(WebContents* contents) { function in class:TabStripModel::WebContentsData
347 contents_data_[index]->SetWebContents(new_contents);
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_view.cc747 web_view_->SetWebContents(contents);
751 web_view_->SetWebContents(NULL);
/external/chromium_org/chrome/browser/android/
H A Dtab_android.cc437 synced_tab_delegate_->SetWebContents(web_contents());

Completed in 6384 milliseconds