OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:defaultSearchFieldResultsDecorationSize
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/rendering/
RenderThemeChromiumSkia.cpp
63
static const float
defaultSearchFieldResultsDecorationSize
= 13;
442
int magnifierSize = lroundf(std::min(std::max(minSearchFieldResultsDecorationSize,
defaultSearchFieldResultsDecorationSize
* fontScale),
475
int magnifierHeight = lroundf(std::min(std::max(minSearchFieldResultsDecorationSize,
defaultSearchFieldResultsDecorationSize
* fontScale),
477
int magnifierWidth = lroundf(magnifierHeight * defaultSearchFieldResultsButtonWidth /
defaultSearchFieldResultsDecorationSize
);
496
bounds.setWidth(std::min(parentBox.width(), static_cast<int>(bounds.height() * defaultSearchFieldResultsButtonWidth /
defaultSearchFieldResultsDecorationSize
)));
RenderThemeWin.cpp
120
static const float
defaultSearchFieldResultsDecorationSize
= 13;
846
int magnifierSize = lroundf(min(max(minSearchFieldResultsDecorationSize,
defaultSearchFieldResultsDecorationSize
* fontScale),
879
int magnifierHeight = lroundf(min(max(minSearchFieldResultsDecorationSize,
defaultSearchFieldResultsDecorationSize
* fontScale),
881
int magnifierWidth = lroundf(magnifierHeight * defaultSearchFieldResultsButtonWidth /
defaultSearchFieldResultsDecorationSize
);
900
bounds.setWidth(min(parentBox.width(), static_cast<int>(bounds.height() * defaultSearchFieldResultsButtonWidth /
defaultSearchFieldResultsDecorationSize
)));
[
all
...]
Completed in 14 milliseconds