Searched defs:OverscrollNavigationOverlay (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/web_contents/aura/
H A Doverscroll_navigation_overlay.h27 class CONTENT_EXPORT OverscrollNavigationOverlay class in namespace:content
31 explicit OverscrollNavigationOverlay(WebContentsImpl* web_contents);
32 virtual ~OverscrollNavigationOverlay();
123 DISALLOW_COPY_AND_ASSIGN(OverscrollNavigationOverlay);
H A Doverscroll_navigation_overlay.cc134 OverscrollNavigationOverlay::OverscrollNavigationOverlay( function in class:content::OverscrollNavigationOverlay
143 OverscrollNavigationOverlay::~OverscrollNavigationOverlay() {
146 void OverscrollNavigationOverlay::StartObserving() {
165 void OverscrollNavigationOverlay::SetOverlayWindow(
183 void OverscrollNavigationOverlay::StopObservingIfDone() {
211 ui::Layer* OverscrollNavigationOverlay::CreateSlideLayer(int offset) {
231 ui::Layer* OverscrollNavigationOverlay::CreateBackLayer() {
238 ui::Layer* OverscrollNavigationOverlay
[all...]

Completed in 71 milliseconds