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

  /external/chromium_org/athena/content/
app_activity.cc 44 web_view_->SetWebContents(web_contents);
  /external/chromium_org/chrome/browser/sync/glue/
synced_tab_delegate_android.h 53 virtual void SetWebContents(content::WebContents* web_contents);
synced_tab_delegate_android.cc 94 void SyncedTabDelegateAndroid::SetWebContents(
  /external/chromium_org/chrome/browser/ui/autofill/
mock_autofill_dialog_view_delegate.cc 61 void MockAutofillDialogViewDelegate::SetWebContents(
mock_autofill_dialog_view_delegate.h 87 void SetWebContents(content::WebContents* contents);
  /external/chromium_org/ui/views/controls/webview/
webview.h 49 void SetWebContents(content::WebContents* web_contents);
webview_interactive_uitest.cc 68 // Case 2: Replaces a WebContents by SetWebContents().
72 webview->SetWebContents(web_contents.get());
webview.cc 42 SetWebContents(NULL); // Make sure all necessary tear-down takes place.
50 SetWebContents(wc_owner_.get());
55 void WebView::SetWebContents(content::WebContents* replacement) {
  /external/chromium_org/content/browser/download/
mhtml_generation_manager.cc 24 void SetWebContents(WebContents* web_contents);
70 void MHTMLGenerationManager::Job::SetWebContents(WebContents* web_contents) {
224 job->SetWebContents(web_contents);
  /external/chromium_org/ui/app_list/demo/
app_list_demo_views.cc 98 web_view->SetWebContents(web_contents_.get());
  /external/chromium_org/chrome/browser/ui/views/
constrained_web_dialog_delegate_views.cc 74 SetWebContents(GetWebContents());
  /external/chromium_org/apps/ui/views/
native_app_window_views.cc 51 web_view_->SetWebContents(NULL);
292 web_view_->SetWebContents(app_window_->web_contents());
  /external/chromium_org/content/shell/browser/
shell_views.cc 136 void SetWebContents(WebContents* web_contents, const gfx::Size& size) {
139 web_view_->SetWebContents(web_contents);
532 delegate_view->SetWebContents(web_contents_.get(), content_size_);
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views_unittest.cc 64 view_delegate_.SetWebContents(contents);
autofill_dialog_views.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 785 contents_web_view_->SetWebContents(NULL);
786 devtools_web_view_->SetWebContents(NULL);
813 contents_web_view_->SetWebContents(new_contents);
    [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.cc 140 void SetWebContents(WebContents* contents);
222 void TabStripModel::WebContentsData::SetWebContents(WebContents* contents) {
346 contents_data_[index]->SetWebContents(new_contents);
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_view_delegate.cc 452 web_view->SetWebContents(web_contents);
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view.cc 748 web_view_->SetWebContents(contents);
752 web_view_->SetWebContents(NULL);
    [all...]
  /external/chromium_org/chrome/browser/android/
tab_android.cc 315 synced_tab_delegate_->SetWebContents(web_contents());

Completed in 436 milliseconds