Searched refs:current_web_contents (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/translate/
H A Dtranslate_manager_browsertest.cc37 content::WebContents* current_web_contents = local
40 ChromeTranslateClient::FromWebContents(current_web_contents);
41 content::Source<content::WebContents> source(current_web_contents);
70 content::WebContents* current_web_contents = local
72 content::Source<content::WebContents> source(current_web_contents);
/external/chromium_org/chrome/browser/ui/views/translate/
H A Dtranslate_bubble_view_browsertest.cc44 content::WebContents* current_web_contents = local
46 content::Source<content::WebContents> source(current_web_contents);
68 content::WebContents* current_web_contents = local
70 content::Source<content::WebContents> source(current_web_contents);
83 chrome::CloseWebContents(browser(), current_web_contents, false); local
/external/chromium_org/components/dom_distiller/content/
H A Ddistiller_page_web_contents_browsertest.cc328 content::WebContents* current_web_contents = shell()->web_contents(); local
331 current_web_contents);
334 WebContentsMainFrameHelper main_frame_loaded(current_web_contents,
337 current_web_contents->GetController().LoadURL(
344 scoped_ptr<content::WebContents> old_web_contents_sptr(current_web_contents);
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_command_controller.cc1074 WebContents* current_web_contents = local
1076 if (!current_web_contents) // May be NULL during tab restore.
1094 BookmarkTabHelper::FromWebContents(current_web_contents)->is_starred());
1104 NavigationController& nc = current_web_contents->GetController();
1106 current_web_contents->ShowingInterstitialPage();
1108 !is_chrome_internal && current_web_contents->IsSavable());
1123 CanRequestTabletSite(current_web_contents));
H A Dbrowser_browsertest.cc1421 WebContents* current_web_contents = local
1424 ChromeTranslateClient::FromWebContents(current_web_contents);
1425 content::Source<WebContents> source(current_web_contents);

Completed in 841 milliseconds