HomeSort by relevance Sort by last modified time
    Searched defs:GetWebContents (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/chromeos/first_run/
first_run_view.cc 50 content::WebContents* FirstRunView::GetWebContents() {
  /external/chromium_org/chrome/browser/notifications/
notification_object_proxy.cc 52 content::WebContents* NotificationObjectProxy::GetWebContents() const {
notification_test_util.cc 14 content::WebContents* MockNotificationDelegate::GetWebContents() const {
  /external/chromium_org/chrome/browser/ui/webui/
constrained_web_dialog_delegate_base.cc 89 WebContents* ConstrainedWebDialogDelegateBase::GetWebContents() {
  /external/chromium_org/chrome/browser/chromeos/file_manager/
app_installer.cc 83 content::WebContents* AppInstaller::GetWebContents() const {
  /external/chromium_org/chrome/browser/extensions/
extension_infobar_delegate.cc 63 content::WebContents* ExtensionInfoBarDelegate::GetWebContents() {
webstore_install_with_prompt.cc 77 WebContents* WebstoreInstallWithPrompt::GetWebContents() const {
webstore_reinstaller.cc 67 content::WebContents* WebstoreReinstaller::GetWebContents() const {
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_widget_host_view_mac_delegate_browsertest.cc 43 content::WebContents* GetWebContents() {
51 GetWebContents(),
76 GetWebContents()->GetRenderViewHost()->ForwardWheelEvent(event);
89 ASSERT_EQ(url1_, GetWebContents()->GetURL());
96 ASSERT_EQ(url2_, GetWebContents()->GetURL());
100 ASSERT_EQ(url1_, GetWebContents()->GetURL());
107 ASSERT_EQ(url1_, GetWebContents()->GetURL());
114 ASSERT_EQ(url2_, GetWebContents()->GetURL());
127 ASSERT_EQ(url1_, GetWebContents()->GetURL());
  /external/chromium_org/chrome/browser/task_manager/
resource_provider.cc 51 content::WebContents* Resource::GetWebContents() const {
guest_information.cc 46 virtual content::WebContents* GetWebContents() const OVERRIDE;
66 WebContents* web_contents = GetWebContents();
79 WebContents* web_contents = GetWebContents();
87 WebContents* GuestResource::GetWebContents() const {
printing_information.cc 39 virtual content::WebContents* GetWebContents() const OVERRIDE;
68 WebContents* PrintingResource::GetWebContents() const { return web_contents_; }
panel_information.cc 41 virtual content::WebContents* GetWebContents() const OVERRIDE;
54 panel->GetWebContents()->GetRenderProcessHost()->GetHandle(),
55 panel->GetWebContents()->GetRenderViewHost()),
94 WebContents* PanelResource::GetWebContents() const {
95 return panel_->GetWebContents();
109 if (panels[i]->GetWebContents() == web_contents) {
120 callback.Run(panels[i]->GetWebContents());
127 if (panels[i]->GetWebContents() == web_contents) {
  /external/chromium_org/chrome/browser/ui/webui/password_manager_internals/
password_manager_internals_ui_browsertest.cc 26 content::WebContents* GetWebContents();
49 PasswordManagerInternalsWebUIBrowserTest::GetWebContents() {
63 GetWebContents()->GetWebUI()->GetController());
  /external/chromium_org/content/browser/download/
download_request_handle.cc 37 WebContents* DownloadRequestHandle::GetWebContents() const {
  /external/chromium_org/chrome/browser/ui/cocoa/apps/
quit_with_apps_controller_mac.cc 96 content::WebContents* QuitWithAppsController::GetWebContents() const {
  /external/chromium_org/components/dom_distiller/content/
distiller_page_web_contents.cc 33 scoped_ptr<content::WebContents> SourcePageHandleWebContents::GetWebContents() {
63 web_contents_ = optional_web_contents_handle->GetWebContents().Pass();
  /external/chromium_org/extensions/browser/app_window/
app_window_contents.cc 95 content::WebContents* AppWindowContentsImpl::GetWebContents() const {
  /external/chromium_org/athena/content/
app_activity_proxy.cc 60 content::WebContents* AppActivityProxy::GetWebContents() {
  /external/chromium_org/athena/test/
sample_activity.cc 53 content::WebContents* SampleActivity::GetWebContents() {
  /external/chromium_org/chrome/browser/extensions/api/page_capture/
page_capture_api.cc 128 WebContents* web_contents = GetWebContents();
167 WebContents* web_contents = GetWebContents();
189 WebContents* PageCaptureSaveAsMHTMLFunction::GetWebContents() {
  /external/chromium_org/chrome/browser/password_manager/
password_generation_interactive_uitest.cc 69 ChromePasswordManagerClient::FromWebContents(GetWebContents());
80 ChromePasswordManagerClient::FromWebContents(GetWebContents());
84 content::WebContents* GetWebContents() {
89 return GetWebContents()->GetRenderViewHost();
  /external/chromium_org/chrome/browser/signin/
signin_error_notifier_ash.cc 60 virtual content::WebContents* GetWebContents() const OVERRIDE;
111 content::WebContents* SigninNotificationDelegate::GetWebContents() const {
  /external/chromium_org/chrome/browser/sync/glue/
synced_tab_delegate_android.cc 90 content::WebContents* SyncedTabDelegateAndroid::GetWebContents() const {
  /external/chromium_org/chrome/browser/sync/
sync_error_notifier_ash.cc 55 virtual content::WebContents* GetWebContents() const OVERRIDE;
106 content::WebContents* SyncNotificationDelegate::GetWebContents() const {

Completed in 1062 milliseconds

1 2 3