Home
last modified time | relevance | path

Searched refs:GetWindowAndroid (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_android.cc256 content_view_core_->GetWindowAndroid()->AddObserver(this); in WasShown()
257 content_view_core_->GetWindowAndroid()->RequestVSyncUpdate(); in WasShown()
273 content_view_core_->GetWindowAndroid()->RemoveObserver(this); in WasHidden()
537 content_view_core_->GetWindowAndroid()->RequestVSyncUpdate(); in OnSetNeedsBeginFrame()
697 DCHECK(content_view_core_->GetWindowAndroid()); in CopyFromCompositingSurface()
699 content_view_core_->GetWindowAndroid()->GetCompositor(); in CopyFromCompositingSurface()
1049 content_view_core_->GetWindowAndroid()->SetNeedsAnimate(); in SetNeedsAnimate()
1148 content_view_core_->GetWindowAndroid()->RequestVSyncUpdate(); in OnSetNeedsFlushInput()
1194 content_view_core_->GetWindowAndroid()->RequestVSyncUpdate(); in SendTouchEvent()
1257 content_view_core_->GetWindowAndroid()->RemoveObserver(this); in SetContentViewCore()
[all …]
/external/chromium_org/ui/snapshot/
Dsnapshot_android.cc25 view->GetWindowAndroid(), png_representation, snapshot_bounds); in GrabViewSnapshot()
91 view->GetWindowAndroid(), source_rect, background_task_runner, callback); in GrabViewSnapshotAsync()
/external/chromium_org/chrome/browser/ui/android/
Dwindow_android_helper.cc22 ui::WindowAndroid* WindowAndroidHelper::GetWindowAndroid() { in GetWindowAndroid() function in WindowAndroidHelper
Dwindow_android_helper.h21 ui::WindowAndroid* GetWindowAndroid();
Dssl_client_certificate_request.cc235 WindowAndroidHelper::FromWebContents(contents)->GetWindowAndroid(); in ShowSSLClientCertificateSelector()
/external/chromium_org/ui/base/android/
Dview_android.h25 WindowAndroid* GetWindowAndroid();
Dview_android.cc34 WindowAndroid* ViewAndroid::GetWindowAndroid() { in GetWindowAndroid() function in ui::ViewAndroid
/external/chromium_org/chrome/browser/
Dplatform_util_android.cc27 return view->GetWindowAndroid(); in GetTopLevel()
/external/chromium_org/content/public/browser/android/
Dcontent_view_core.h48 virtual ui::WindowAndroid* GetWindowAndroid() const = 0;
/external/chromium_org/chrome/browser/ui/android/autofill/
Dautofill_popup_view_android.cc34 view_android->GetWindowAndroid()->GetJavaObject().obj(), in Show()
Dautofill_dialog_controller_android.cc409 GetWindowAndroid()->GetJavaObject().obj(), in Show()
/external/chromium_org/content/browser/web_contents/
Dweb_contents_view_android.cc65 return content_view_core_ ? content_view_core_->GetWindowAndroid() : NULL; in GetTopLevelNativeWindow()
/external/chromium_org/content/browser/android/
Dcontent_view_core_impl.h51 virtual ui::WindowAndroid* GetWindowAndroid() const OVERRIDE;
Dcontent_view_core_impl.cc813 ui::WindowAndroid* ContentViewCoreImpl::GetWindowAndroid() const { in GetWindowAndroid() function in content::ContentViewCoreImpl
/external/chromium_org/chrome/browser/android/
Dtab_android.cc293 SetWindowAndroid(content_view_core->GetWindowAndroid()); in InitWebContents()