OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAdjustedMaxHeight
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/browser_plugin/
browser_plugin.cc
224
int BrowserPlugin::
GetAdjustedMaxHeight
() const {
240
return std::min(min_height,
GetAdjustedMaxHeight
());
328
params->max_size = gfx::Size(GetAdjustedMaxWidth(),
GetAdjustedMaxHeight
());
625
int backing_store_height = auto_size ?
GetAdjustedMaxHeight
(): height();
674
size.height() <=
GetAdjustedMaxHeight
();
[
all
...]
browser_plugin.h
230
int
GetAdjustedMaxHeight
() const;
Completed in 29 milliseconds