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

  /external/chromium_org/content/browser/renderer_host/
render_widget_host_unittest.cc 148 using RenderWidgetHostImpl::resize_ack_pending_;
651 EXPECT_FALSE(host_->resize_ack_pending_);
661 EXPECT_FALSE(host_->resize_ack_pending_);
670 EXPECT_FALSE(host_->resize_ack_pending_);
678 EXPECT_FALSE(host_->resize_ack_pending_);
681 EXPECT_TRUE(host_->resize_ack_pending_);
685 EXPECT_TRUE(host_->resize_ack_pending_);
694 EXPECT_TRUE(host_->resize_ack_pending_);
705 EXPECT_TRUE(host_->resize_ack_pending_);
713 EXPECT_FALSE(host_->resize_ack_pending_);
    [all...]
render_widget_host_impl.cc 175 resize_ack_pending_(false),
359 resize_ack_pending_ = false;
551 // 2. WasResized -> do nothing as resize_ack_pending_ is true
569 if (resize_ack_pending_ || !process_->HasConnection() || !view_ ||
604 resize_ack_pending_ = g_check_for_pending_resize_ack;
615 resize_ack_pending_ = false;
728 if (!repaint_ack_pending_ && !resize_ack_pending_)
777 if (!repaint_ack_pending_ && !resize_ack_pending_) {
821 resize_ack_pending_) {
    [all...]
render_widget_host_impl.h 731 bool resize_ack_pending_; member in class:content::RenderWidgetHostImpl
759 // |resize_ack_pending_|, but the latter is not set if the new size has width
    [all...]

Completed in 45 milliseconds