HomeSort by relevance Sort by last modified time
    Searched refs:GetWebContents (Results 201 - 225 of 337) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/content/browser/webui/
web_ui_mojo_browsertest.cc 111 web_ui->GetWebContents()->GetBrowserContext());
  /external/chromium_org/content/public/test/
test_renderer_host.cc 52 controller->GetWebContents());
  /external/chromium_org/chrome/browser/extensions/
webstore_standalone_installer.cc 181 return make_scoped_ptr(new ExtensionInstallPrompt(GetWebContents()));
257 GetWebContents(),
  /external/chromium_org/chrome/browser/ui/webui/options/
certificate_manager_handler.cc 546 ShowCertificateViewerModalDialog(web_ui()->GetWebContents(),
552 ShowCertificateViewer(web_ui()->GetWebContents(), GetParentWindow(), cert);
623 this, new ChromeSelectFilePolicy(web_ui()->GetWebContents()));
715 this, new ChromeSelectFilePolicy(web_ui()->GetWebContents()));
834 this, new ChromeSelectFilePolicy(web_ui()->GetWebContents()));
    [all...]
browser_options_handler.cc     [all...]
options_ui.cc 250 WebContentsObserver(web_ui->GetWebContents()),
422 web_ui()->GetWebContents()->GetRenderViewHost() &&
  /external/chromium_org/chrome/browser/sessions/
session_restore.cc 279 content::WebContents* contents = tab->GetWebContents();
414 content::Source<WebContents>(tab->GetWebContents()));
436 WebContents* web_contents = tab->GetWebContents();
448 content::Source<WebContents>(controller->GetWebContents()));
496 content::Source<WebContents>(controller->GetWebContents())) ||
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/ntp/
app_launcher_handler.cc 194 content::Source<WebContents>(web_ui()->GetWebContents()));
531 web_ui()->GetWebContents());
608 web_ui()->GetWebContents());
781 extension_enable_flow_->StartForWebContents(web_ui()->GetWebContents());
842 web_ui()->GetWebContents());
foreign_session_handler.cc 89 web_ui->GetWebContents(), *tab, disposition);
116 web_ui->GetWebContents()->GetNativeView());
  /external/chromium_org/content/browser/service_worker/
service_worker_internals_ui.cc 403 web_ui->GetWebContents()->GetBrowserContext();
447 web_ui()->GetWebContents()->GetBrowserContext();
478 web_ui()->GetWebContents()->GetBrowserContext();
546 web_ui()->GetWebContents()->GetBrowserContext();
631 agent_host->Inspect(web_ui()->GetWebContents()->GetBrowserContext());
  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_api.cc 345 InfoBarService::FromWebContents(agent_host_->GetWebContents())));
358 InfoBarService::FromWebContents(agent_host_->GetWebContents());
600 agent_host_->GetWebContents(), extension()->name());
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
gaia_screen_handler.cc 372 web_ui()->GetWebContents(),
386 web_ui()->GetWebContents(),
525 web_ui()->GetWebContents(),
  /external/chromium_org/chrome/browser/ui/webui/local_discovery/
local_discovery_ui_handler.cc 289 web_ui()->GetWebContents());
300 web_ui()->GetWebContents());
691 web_ui()->GetWebContents()->OpenURL(params);
  /external/chromium_org/content/browser/download/
download_item_impl.cc 509 if (!GetWebContents())
771 WebContents* DownloadItemImpl::GetWebContents() const {
772 // TODO(rdsmith): Remove null check after removing GetWebContents() from
777 return request_handle_->GetWebContents();
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
consumer_management_service.cc 84 virtual content::WebContents* GetWebContents() const OVERRIDE;
113 content::WebContents* DesktopNotificationDelegate::GetWebContents() const {
  /external/chromium_org/chrome/browser/printing/
print_preview_dialog_controller.cc 244 content::Source<NavigationController>(source)->GetWebContents();
378 WebContents* preview_dialog = web_dialog_delegate->GetWebContents();
  /external/chromium_org/chrome/browser/renderer_context_menu/
spelling_menu_observer_browsertest.cc 62 virtual WebContents* GetWebContents() const OVERRIDE;
170 WebContents* MockRenderViewContextMenu::GetWebContents() const {
  /external/chromium_org/chrome/browser/ui/webui/help/
help_handler.cc 398 web_ui()->GetWebContents());
405 web_ui()->GetWebContents());
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
change_picture_options_handler.cc 192 this, new ChromeSelectFilePolicy(web_ui()->GetWebContents()));
461 chrome::FindBrowserWithWebContents(web_ui()->GetWebContents());
  /external/chromium_org/content/browser/tracing/
tracing_ui.cc 271 web_ui->GetWebContents()->GetBrowserContext();
351 web_ui()->GetWebContents()->GetBrowserContext();
  /external/chromium_org/chrome/browser/chromeos/login/
oobe_localization_browsertest.cc 270 GetOobeUI()->web_ui()->GetWebContents());
wizard_controller_browsertest.cc 238 content::WebContents* GetWebContents() {
246 return webui_login_view->GetWebContents();
266 GetWebContents(),
    [all...]
  /external/chromium_org/chrome/browser/chromeos/power/
peripheral_battery_observer.cc 84 virtual content::WebContents* GetWebContents() const OVERRIDE {
  /external/chromium_org/chrome/browser/extensions/api/tabs/
ash_panel_contents.cc 215 content::WebContents* AshPanelContents::GetWebContents() const {
tabs_api.h 278 content::WebContents* GetWebContents(int tab_id);

Completed in 799 milliseconds

1 2 3 4 5 6 7 891011>>