HomeSort by relevance Sort by last modified time
    Searched refs:ActivateContents (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog.cc 31 web_contents_->GetDelegate()->ActivateContents(web_contents_);
  /external/chromium_org/chrome/browser/chromeos/dbus/
printer_service_provider.cc 44 void ActivateContents(Browser* browser, content::WebContents* contents) {
52 ActivateContents(it.browser(), *it);
  /external/chromium_org/android_webview/native/
aw_web_contents_delegate.h 51 virtual void ActivateContents(content::WebContents* contents) OVERRIDE;
aw_web_contents_delegate.cc 186 void AwWebContentsDelegate::ActivateContents(WebContents* contents) {
  /external/chromium_org/chrome/browser/printing/
background_printing_manager.cc 86 initiator->GetDelegate()->ActivateContents(initiator);
print_preview_dialog_controller.cc 246 initiator->GetDelegate()->ActivateContents(initiator);
  /external/chromium_org/chrome/browser/ui/panels/
panel_host.h 62 virtual void ActivateContents(content::WebContents* contents) OVERRIDE;
panel_host.cc 155 void PanelHost::ActivateContents(content::WebContents* contents) {
  /external/chromium_org/chrome/browser/ui/webui/
web_dialog_web_contents_delegate_unittest.cc 71 test_web_contents_delegate_->ActivateContents(NULL);
sync_setup_handler.cc     [all...]
  /external/chromium_org/components/web_contents_delegate_android/
web_contents_delegate_android.h 65 virtual void ActivateContents(content::WebContents* contents) OVERRIDE;
web_contents_delegate_android.cc 165 void WebContentsDelegateAndroid::ActivateContents(WebContents* contents) {
  /external/chromium_org/content/shell/browser/
shell_devtools_frontend.cc 89 frontend_shell_->ActivateContents(web_contents());
shell.h 150 virtual void ActivateContents(WebContents* contents) OVERRIDE;
shell_devtools_delegate.cc 128 web_contents->GetDelegate()->ActivateContents(web_contents);
shell.cc 351 void Shell::ActivateContents(WebContents* contents) {
  /external/chromium_org/chrome/browser/devtools/
devtools_window.h 230 virtual void ActivateContents(content::WebContents* contents) OVERRIDE;
devtools_target_impl.cc 138 web_contents->GetDelegate()->ActivateContents(web_contents);
devtools_window.cc 769 void DevToolsWindow::ActivateContents(WebContents* contents) {
772 inspected_tab->GetDelegate()->ActivateContents(inspected_tab);
    [all...]
  /external/chromium_org/content/public/browser/
web_contents_delegate.h 110 virtual void ActivateContents(WebContents* contents) {}
  /external/chromium_org/chrome/browser/android/
dev_tools_server.cc 251 web_contents->GetDelegate()->ActivateContents(web_contents);
  /external/chromium_org/chrome/browser/media/
media_stream_capture_indicator.cc 316 web_contents->GetDelegate()->ActivateContents(web_contents);
  /external/chromium_org/chrome/browser/extensions/
extension_tab_util.cc 577 web_contents->GetDelegate()->ActivateContents(web_contents);
  /external/chromium_org/chrome/browser/ui/
browser.h 545 virtual void ActivateContents(content::WebContents* contents) OVERRIDE;
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
cros_language_options_handler.cc 509 web_contents->GetDelegate()->ActivateContents(web_contents);

Completed in 1258 milliseconds

1 2