Searched refs:GetWindowAndroid (Results 1 – 15 of 15) sorted by relevance
256 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 …]
25 view->GetWindowAndroid(), png_representation, snapshot_bounds); in GrabViewSnapshot()91 view->GetWindowAndroid(), source_rect, background_task_runner, callback); in GrabViewSnapshotAsync()
22 ui::WindowAndroid* WindowAndroidHelper::GetWindowAndroid() { in GetWindowAndroid() function in WindowAndroidHelper
21 ui::WindowAndroid* GetWindowAndroid();
235 WindowAndroidHelper::FromWebContents(contents)->GetWindowAndroid(); in ShowSSLClientCertificateSelector()
25 WindowAndroid* GetWindowAndroid();
34 WindowAndroid* ViewAndroid::GetWindowAndroid() { in GetWindowAndroid() function in ui::ViewAndroid
27 return view->GetWindowAndroid(); in GetTopLevel()
48 virtual ui::WindowAndroid* GetWindowAndroid() const = 0;
34 view_android->GetWindowAndroid()->GetJavaObject().obj(), in Show()
409 GetWindowAndroid()->GetJavaObject().obj(), in Show()
65 return content_view_core_ ? content_view_core_->GetWindowAndroid() : NULL; in GetTopLevelNativeWindow()
51 virtual ui::WindowAndroid* GetWindowAndroid() const OVERRIDE;
813 ui::WindowAndroid* ContentViewCoreImpl::GetWindowAndroid() const { in GetWindowAndroid() function in content::ContentViewCoreImpl
293 SetWindowAndroid(content_view_core->GetWindowAndroid()); in InitWebContents()