Searched refs:OnOrientationChange (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/content/public/browser/
H A Dscreen_orientation_dispatcher_host.h31 virtual void OnOrientationChange() = 0;
H A Dscreen_orientation_provider.h31 virtual void OnOrientationChange() = 0;
/external/chromium_org/content/browser/screen_orientation/
H A Dscreen_orientation_provider_android.h32 virtual void OnOrientationChange() OVERRIDE;
H A Dscreen_orientation_dispatcher_host_impl.cc106 void ScreenOrientationDispatcherHostImpl::OnOrientationChange() { function in class:content::ScreenOrientationDispatcherHostImpl
108 provider_->OnOrientationChange();
H A Dscreen_orientation_dispatcher_host_impl.h33 virtual void OnOrientationChange() OVERRIDE;
H A Dscreen_orientation_provider_android.cc101 void ScreenOrientationProviderAndroid::OnOrientationChange() { function in class:content::ScreenOrientationProviderAndroid
/external/chromium_org/content/renderer/
H A Drender_widget.h429 virtual void OnOrientationChange();
H A Drender_widget.cc781 OnOrientationChange();
1668 void RenderWidget::OnOrientationChange() { function in class:content::RenderWidget
H A Drender_view_impl.h531 virtual void OnOrientationChange() OVERRIDE;
H A Drender_view_impl.cc3139 void RenderViewImpl::OnOrientationChange() { function in class:content::RenderViewImpl
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc1258 screen_orientation_dispatcher_host()->OnOrientationChange();

Completed in 2257 milliseconds