HomeSort by relevance Sort by last modified time
    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 129 milliseconds