/external/chromium_org/ui/views/controls/webview/ |
D | webview.cc | 43 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()
|
D | webview_unittest.cc | 153 webview->SetWebContents(web_contents1.get()); in TEST_F() 171 webview->SetWebContents(web_contents2.get()); in TEST_F()
|
D | webview_interactive_uitest.cc | 72 webview->SetWebContents(web_contents.get()); in TEST_F()
|
D | webview.h | 49 void SetWebContents(content::WebContents* web_contents);
|
/external/chromium_org/content/browser/download/ |
D | mhtml_generation_manager.cc | 24 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/ |
D | synced_tab_delegate_android.h | 53 virtual void SetWebContents(content::WebContents* web_contents);
|
D | synced_tab_delegate_android.cc | 94 void SyncedTabDelegateAndroid::SetWebContents( in SetWebContents() function in browser_sync::SyncedTabDelegateAndroid
|
/external/chromium_org/chrome/browser/ui/autofill/ |
D | mock_autofill_dialog_view_delegate.cc | 61 void MockAutofillDialogViewDelegate::SetWebContents( in SetWebContents() function in autofill::MockAutofillDialogViewDelegate
|
D | mock_autofill_dialog_view_delegate.h | 87 void SetWebContents(content::WebContents* contents);
|
/external/chromium_org/components/native_app_window/ |
D | native_app_window_views.cc | 54 web_view_->SetWebContents(NULL); in ~NativeAppWindowViews() 319 web_view_->SetWebContents(app_window_->web_contents()); in ViewHierarchyChanged()
|
/external/chromium_org/content/shell/browser/ |
D | shell_views.cc | 136 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/ |
D | app_list_demo_views.cc | 105 web_view->SetWebContents(web_contents_.get()); in CreateStartPageWebView()
|
/external/chromium_org/chrome/browser/ui/views/ |
D | constrained_web_dialog_delegate_views.cc | 113 SetWebContents(GetWebContents()); in ConstrainedWebDialogDelegateViewViews()
|
/external/chromium_org/chrome/browser/ui/views/autofill/ |
D | autofill_dialog_views_unittest.cc | 64 view_delegate_.SetWebContents(contents); in SetUp()
|
D | autofill_dialog_views.cc | 1431 sign_in_web_view_->SetWebContents(NULL); in HideSignIn()
|
/external/chromium_org/chrome/browser/ui/app_list/ |
D | app_list_view_delegate.cc | 571 web_view->SetWebContents(web_contents); in CreateStartPageWebView() 589 web_view->SetWebContents(web_contents); in CreateCustomPageWebViews()
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
D | browser_view.cc | 781 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/ |
D | tab_strip_model.cc | 138 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/ |
D | panel_view.cc | 747 web_view_->SetWebContents(contents); in AttachWebContents() 751 web_view_->SetWebContents(NULL); in DetachWebContents()
|
/external/chromium_org/chrome/browser/android/ |
D | tab_android.cc | 437 synced_tab_delegate_->SetWebContents(web_contents()); in InitWebContents()
|