HomeSort by relevance Sort by last modified time
    Searched refs:OverscrollNavigationOverlay (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/browser/web_contents/aura/
overscroll_navigation_overlay.cc 134 OverscrollNavigationOverlay::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::CreateFrontLayer()
    [all...]
overscroll_navigation_overlay.h 27 class CONTENT_EXPORT OverscrollNavigationOverlay
31 explicit OverscrollNavigationOverlay(WebContentsImpl* web_contents);
32 virtual ~OverscrollNavigationOverlay();
123 DISALLOW_COPY_AND_ASSIGN(OverscrollNavigationOverlay);
overscroll_navigation_overlay_unittest.cc 89 overlay_.reset(new OverscrollNavigationOverlay(contents()));
111 OverscrollNavigationOverlay* GetOverlay() {
116 scoped_ptr<OverscrollNavigationOverlay> overlay_;
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.h 31 class OverscrollNavigationOverlay;
229 scoped_ptr<OverscrollNavigationOverlay> navigation_overlay_;
web_contents_view_aura.cc 808 navigation_overlay_.reset(new OverscrollNavigationOverlay(web_contents_));
    [all...]

Completed in 3800 milliseconds