Home
last modified time | relevance | path

Searched refs:has_horizontal_scrollbar (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/content/public/browser/
Drender_widget_host_view_mac_delegate.h37 - (void)setHasHorizontalScrollbar:(BOOL)has_horizontal_scrollbar;
/external/chromium_org/chrome/browser/renderer_host/
Dchrome_render_widget_host_view_mac_delegate.mm121 - (void)setHasHorizontalScrollbar:(BOOL)has_horizontal_scrollbar {
122 [historySwiper_ setHasHorizontalScrollbar:has_horizontal_scrollbar];
/external/chromium_org/content/port/browser/
Drender_widget_host_view_port.h274 virtual void SetHasHorizontalScrollbar(bool has_horizontal_scrollbar) = 0;
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_guest.cc421 bool has_horizontal_scrollbar) { in SetHasHorizontalScrollbar() argument
422 platform_view_->SetHasHorizontalScrollbar(has_horizontal_scrollbar); in SetHasHorizontalScrollbar()
Drender_widget_host_view_guest.h134 bool has_horizontal_scrollbar) OVERRIDE;
Drender_widget_host_view_gtk.h126 bool has_horizontal_scrollbar) OVERRIDE;
Drender_widget_host_view_android.h150 bool has_horizontal_scrollbar) OVERRIDE;
Drender_widget_host_view_mac.h314 bool has_horizontal_scrollbar) OVERRIDE;
Drender_view_host_impl.h557 void OnDidChangeScrollbarsForMainFrame(bool has_horizontal_scrollbar,
Drender_widget_host_view_win.h222 bool has_horizontal_scrollbar) OVERRIDE;
Drender_widget_host_view_aura.h239 bool has_horizontal_scrollbar) OVERRIDE;
Drender_view_host_impl.cc1690 bool has_horizontal_scrollbar, bool has_vertical_scrollbar) { in OnDidChangeScrollbarsForMainFrame() argument
1692 view_->SetHasHorizontalScrollbar(has_horizontal_scrollbar); in OnDidChangeScrollbarsForMainFrame()
Drender_widget_host_view_android.cc1004 bool has_horizontal_scrollbar) { in SetHasHorizontalScrollbar() argument
Drender_widget_host_view_gtk.cc1251 bool has_horizontal_scrollbar) { in SetHasHorizontalScrollbar() argument
Drender_widget_host_view_mac.mm172 - (void)setHasHorizontalScrollbar:(BOOL)has_horizontal_scrollbar;
1857 bool has_horizontal_scrollbar) {
1858 [cocoa_view_ setHasHorizontalScrollbar:has_horizontal_scrollbar];
2165 - (void)setHasHorizontalScrollbar:(BOOL)has_horizontal_scrollbar {
2168 [delegate_ setHasHorizontalScrollbar:has_horizontal_scrollbar];
Drender_widget_host_view_win.cc975 bool has_horizontal_scrollbar) { in SetHasHorizontalScrollbar() argument
Drender_widget_host_view_aura.cc2140 bool has_horizontal_scrollbar) { in SetHasHorizontalScrollbar() argument
/external/chromium_org/content/test/
Dtest_render_view_host.h162 bool has_horizontal_scrollbar) OVERRIDE { } in SetHasHorizontalScrollbar() argument
/external/chromium_org/content/renderer/
Drender_view_impl.cc4050 bool has_horizontal_scrollbar = frame->hasHorizontalScrollbar(); in didChangeContentsSize() local
4053 if (has_horizontal_scrollbar != cached_has_main_frame_horizontal_scrollbar_ || in didChangeContentsSize()
4056 routing_id_, has_horizontal_scrollbar, has_vertical_scrollbar)); in didChangeContentsSize()
4058 cached_has_main_frame_horizontal_scrollbar_ = has_horizontal_scrollbar; in didChangeContentsSize()