Searched refs:preferred_size_for_capture_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc960 if (!capture_size.IsEmpty() && preferred_size_for_capture_.IsEmpty()) {
961 preferred_size_for_capture_ = capture_size;
976 const gfx::Size old_size = preferred_size_for_capture_;
977 preferred_size_for_capture_ = gfx::Size();
2404 return capturer_count_ == 0 ? preferred_size_ : preferred_size_for_capture_;
H A Dweb_contents_impl.h952 // |preferred_size_for_capture_| changes, to propagate the new value to the
1153 gfx::Size preferred_size_for_capture_; member in class:content::WebContentsImpl

Completed in 67 milliseconds