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

  /external/chromium_org/chrome/browser/ui/autofill/
mock_autofill_dialog_view_delegate.cc 61 void MockAutofillDialogViewDelegate::SetWebContents(
  /external/chromium_org/chrome/browser/sync/glue/
synced_tab_delegate_android.cc 94 void SyncedTabDelegateAndroid::SetWebContents(
  /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/views/controls/webview/
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/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/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...]

Completed in 185 milliseconds