OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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