Home
last modified time | relevance | path

Searched refs:resize_ack_pending_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_unittest.cc211 using RenderWidgetHostImpl::resize_ack_pending_;
792 EXPECT_FALSE(host_->resize_ack_pending_); in TEST_F()
802 EXPECT_FALSE(host_->resize_ack_pending_); in TEST_F()
811 EXPECT_FALSE(host_->resize_ack_pending_); in TEST_F()
819 EXPECT_FALSE(host_->resize_ack_pending_); in TEST_F()
822 EXPECT_TRUE(host_->resize_ack_pending_); in TEST_F()
826 EXPECT_TRUE(host_->resize_ack_pending_); in TEST_F()
835 EXPECT_TRUE(host_->resize_ack_pending_); in TEST_F()
846 EXPECT_TRUE(host_->resize_ack_pending_); in TEST_F()
854 EXPECT_FALSE(host_->resize_ack_pending_); in TEST_F()
[all …]
Drender_widget_host_impl.cc171 resize_ack_pending_(false), in RenderWidgetHostImpl()
369 resize_ack_pending_ = false; in ResetSizeAndRepaintPendingFlags()
602 if (resize_ack_pending_ || !process_->HasConnection() || !view_ || in WasResized()
635 resize_ack_pending_ = g_check_for_pending_resize_ack; in WasResized()
645 resize_ack_pending_ = false; in WasResized()
827 if (!repaint_ack_pending_ && !resize_ack_pending_ && !view_being_painted_) { in GetBackingStore()
895 resize_ack_pending_ || view_being_painted_) { in ScheduleComposite()
1557 DCHECK(!g_check_for_pending_resize_ack || resize_ack_pending_); in OnUpdateRect()
1558 resize_ack_pending_ = false; in OnUpdateRect()
Drender_widget_host_impl.h784 bool resize_ack_pending_; variable