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

  /external/chromium_org/content/browser/renderer_host/
render_widget_host_unittest.cc 146 using RenderWidgetHostImpl::last_requested_size_;
662 EXPECT_EQ(original_size.size(), host_->last_requested_size_);
671 EXPECT_EQ(original_size.size(), host_->last_requested_size_);
686 EXPECT_EQ(second_size.size(), host_->last_requested_size_);
695 EXPECT_EQ(second_size.size(), host_->last_requested_size_);
706 EXPECT_EQ(third_size.size(), host_->last_requested_size_);
714 EXPECT_EQ(third_size.size(), host_->last_requested_size_);
724 EXPECT_EQ(gfx::Size(), host_->last_requested_size_);
732 EXPECT_EQ(gfx::Size(0, 30), host_->last_requested_size_);
739 EXPECT_EQ(gfx::Size(0, 30), host_->last_requested_size_);
    [all...]
render_widget_host_impl.h 761 gfx::Size last_requested_size_; member in class:content::RenderWidgetHostImpl
    [all...]
render_widget_host_impl.cc 365 last_requested_size_.SetSize(0, 0);
585 bool size_changed = new_size != last_requested_size_;
617 last_requested_size_ = new_size;
    [all...]

Completed in 36 milliseconds