OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:defaultSearchFieldResultsDecorationSize
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderThemeChromiumSkia.cpp
66
static const float
defaultSearchFieldResultsDecorationSize
= 13;
311
int magnifierSize = lroundf(std::min(std::max(minSearchFieldResultsDecorationSize,
defaultSearchFieldResultsDecorationSize
* fontScale),
345
int magnifierHeight = lroundf(std::min(std::max(minSearchFieldResultsDecorationSize,
defaultSearchFieldResultsDecorationSize
* fontScale),
347
int magnifierWidth = lroundf(magnifierHeight * defaultSearchFieldResultsButtonWidth /
defaultSearchFieldResultsDecorationSize
);
363
int magnifierWidth = std::min(inputContentBox.width(), static_cast<int>(magnifierHeight * defaultSearchFieldResultsButtonWidth /
defaultSearchFieldResultsDecorationSize
));
RenderThemeWin.cpp
137
static const float
defaultSearchFieldResultsDecorationSize
= 13;
[
all
...]
/external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.cpp
105
static const float
defaultSearchFieldResultsDecorationSize
= 13;
[
all
...]
Completed in 70 milliseconds