Searched refs:resize_ack_pending_ (Results 1 – 3 of 3) sorted by relevance
211 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 …]
171 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()
784 bool resize_ack_pending_; variable