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

  /external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_view_delegate.h 33 virtual void OnNativeTabContentsViewWheelZoom(int distance) = 0;
tab_contents_view_views.h 84 virtual void OnNativeTabContentsViewWheelZoom(int distance) OVERRIDE;
native_tab_contents_view_win.cc 188 delegate_->OnNativeTabContentsViewWheelZoom(
323 delegate_->OnNativeTabContentsViewWheelZoom(distance);
tab_contents_view_views.cc 318 void TabContentsViewViews::OnNativeTabContentsViewWheelZoom(int distance) {

Completed in 91 milliseconds