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

  /external/chromium_org/chrome/browser/ui/
active_tab_tracker.cc 58 SetWebContents(new_contents);
66 SetWebContents(new_contents);
110 SetWebContents(web_contents);
113 void ActiveTabTracker::SetWebContents(content::WebContents* web_contents) {
active_tab_tracker.h 64 void SetWebContents(content::WebContents* 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/bookmarks/
bookmark_prompt_controller.h 92 void SetWebContents(content::WebContents* web_contents);
bookmark_prompt_controller.cc 270 SetWebContents(new_contents);
380 SetWebContents(browser_ ? browser_->tab_strip_model()->GetActiveWebContents()
384 void BookmarkPromptController::SetWebContents(WebContents* web_contents) {
  /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 43 void SetWebContents(content::WebContents* web_contents);
webview.cc 61 void WebView::SetWebContents(content::WebContents* web_contents) {
215 SetWebContents(NULL);
  /external/chromium_org/content/shell/browser/
shell_views.cc 92 void SetWebContents(WebContents* web_contents, const gfx::Size& size) {
95 web_view_->SetWebContents(web_contents);
381 delegate_view->SetWebContents(web_contents_.get(), content_size_);
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views_unittest.cc 63 view_delegate_.SetWebContents(contents);
autofill_dialog_views.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/
constrained_web_dialog_delegate_views.cc 196 SetWebContents(GetWebContents());
external_tab_container_win.cc 460 tab_contents_container_->SetWebContents(NULL);
    [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.cc 141 void SetWebContents(WebContents* contents);
223 void TabStripModel::WebContentsData::SetWebContents(WebContents* contents) {
347 contents_data_[index]->SetWebContents(new_contents);
    [all...]
  /external/chromium_org/chrome/browser/android/
tab_android.cc 326 synced_tab_delegate_->SetWebContents(web_contents());
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 841 contents_web_view_->SetWebContents(NULL);
856 contents_web_view_->SetWebContents(new_contents);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/apps/
native_app_window_views.cc 279 web_view_->SetWebContents(NULL);
917 web_view_->SetWebContents(web_contents());
    [all...]
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view.cc 718 web_view_->SetWebContents(contents);
722 web_view_->SetWebContents(NULL);
    [all...]
  /external/chromium_org/ui/app_list/views/
apps_grid_view.cc 357 start_page_view_->SetWebContents(start_page_contents);
    [all...]

Completed in 4241 milliseconds