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

  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin.cc 229 int BrowserPlugin::GetAdjustedMaxWidth() const {
249 return std::min(min_width, GetAdjustedMaxWidth());
328 params->max_size = gfx::Size(GetAdjustedMaxWidth(), GetAdjustedMaxHeight());
624 int backing_store_width = auto_size ? GetAdjustedMaxWidth() : width();
673 return size.width() <= GetAdjustedMaxWidth() &&
    [all...]
browser_plugin.h 232 int GetAdjustedMaxWidth() const;

Completed in 28 milliseconds