Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/controls/webview/
Dwebview.cc43 SetWebContents(NULL); // Make sure all necessary tear-down takes place. in ~WebView()
51 SetWebContents(wc_owner_.get()); in GetWebContents()
56 void WebView::SetWebContents(content::WebContents* replacement) { in SetWebContents() function in views::WebView
135 SetWebContents(wc_owner_.get()); in SwapWebContents()
Dwebview_unittest.cc153 webview->SetWebContents(web_contents1.get()); in TEST_F()
171 webview->SetWebContents(web_contents2.get()); in TEST_F()
Dwebview_interactive_uitest.cc72 webview->SetWebContents(web_contents.get()); in TEST_F()
Dwebview.h49 void SetWebContents(content::WebContents* web_contents);
/external/chromium_org/content/browser/download/
Dmhtml_generation_manager.cc24 void SetWebContents(WebContents* web_contents);
70 void MHTMLGenerationManager::Job::SetWebContents(WebContents* web_contents) { in SetWebContents() function in content::MHTMLGenerationManager::Job
224 job->SetWebContents(web_contents); in NewJob()
/external/chromium_org/chrome/browser/sync/glue/
Dsynced_tab_delegate_android.h53 virtual void SetWebContents(content::WebContents* web_contents);
Dsynced_tab_delegate_android.cc94 void SyncedTabDelegateAndroid::SetWebContents( in SetWebContents() function in browser_sync::SyncedTabDelegateAndroid
/external/chromium_org/chrome/browser/ui/autofill/
Dmock_autofill_dialog_view_delegate.cc61 void MockAutofillDialogViewDelegate::SetWebContents( in SetWebContents() function in autofill::MockAutofillDialogViewDelegate
Dmock_autofill_dialog_view_delegate.h87 void SetWebContents(content::WebContents* contents);
/external/chromium_org/components/native_app_window/
Dnative_app_window_views.cc54 web_view_->SetWebContents(NULL); in ~NativeAppWindowViews()
319 web_view_->SetWebContents(app_window_->web_contents()); in ViewHierarchyChanged()
/external/chromium_org/content/shell/browser/
Dshell_views.cc136 void SetWebContents(WebContents* web_contents, const gfx::Size& size) { in SetWebContents() function in content::__anona6b727ff0111::ShellWindowDelegateView
139 web_view_->SetWebContents(web_contents); in SetWebContents()
535 delegate_view->SetWebContents(web_contents_.get(), content_size_); in PlatformSetContents()
/external/chromium_org/ui/app_list/demo/
Dapp_list_demo_views.cc105 web_view->SetWebContents(web_contents_.get()); in CreateStartPageWebView()
/external/chromium_org/chrome/browser/ui/views/
Dconstrained_web_dialog_delegate_views.cc113 SetWebContents(GetWebContents()); in ConstrainedWebDialogDelegateViewViews()
/external/chromium_org/chrome/browser/ui/views/autofill/
Dautofill_dialog_views_unittest.cc64 view_delegate_.SetWebContents(contents); in SetUp()
Dautofill_dialog_views.cc1431 sign_in_web_view_->SetWebContents(NULL); in HideSignIn()
/external/chromium_org/chrome/browser/ui/app_list/
Dapp_list_view_delegate.cc571 web_view->SetWebContents(web_contents); in CreateStartPageWebView()
589 web_view->SetWebContents(web_contents); in CreateCustomPageWebViews()
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_view.cc781 contents_web_view_->SetWebContents(NULL); in OnActiveTabChanged()
782 devtools_web_view_->SetWebContents(NULL); in OnActiveTabChanged()
812 contents_web_view_->SetWebContents(new_contents); in OnActiveTabChanged()
1451 contents_web_view_->SetWebContents(NULL); in TabDetachedAt()
2133 devtools_web_view_->SetWebContents(devtools); in UpdateDevToolsForContents()
/external/chromium_org/chrome/browser/ui/tabs/
Dtab_strip_model.cc138 void SetWebContents(WebContents* contents);
220 void TabStripModel::WebContentsData::SetWebContents(WebContents* contents) { in SetWebContents() function in TabStripModel::WebContentsData
347 contents_data_[index]->SetWebContents(new_contents); in ReplaceWebContentsAt()
/external/chromium_org/chrome/browser/ui/views/panels/
Dpanel_view.cc747 web_view_->SetWebContents(contents); in AttachWebContents()
751 web_view_->SetWebContents(NULL); in DetachWebContents()
/external/chromium_org/chrome/browser/android/
Dtab_android.cc437 synced_tab_delegate_->SetWebContents(web_contents()); in InitWebContents()