Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.cc960 if (!capture_size.IsEmpty() && preferred_size_for_capture_.IsEmpty()) { in IncrementCapturerCount()
961 preferred_size_for_capture_ = capture_size; in IncrementCapturerCount()
976 const gfx::Size old_size = preferred_size_for_capture_; in DecrementCapturerCount()
977 preferred_size_for_capture_ = gfx::Size(); in DecrementCapturerCount()
2404 return capturer_count_ == 0 ? preferred_size_ : preferred_size_for_capture_; in GetPreferredSize()
Dweb_contents_impl.h1153 gfx::Size preferred_size_for_capture_; in NON_EXPORTED_BASE() local