HomeSort by relevance Sort by last modified time
    Searched refs:defaultSearchFieldResultsButtonWidth (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/rendering/
RenderThemeChromiumSkia.cpp 66 static const float defaultSearchFieldResultsButtonWidth = 18;
477 int magnifierWidth = lroundf(magnifierHeight * defaultSearchFieldResultsButtonWidth / defaultSearchFieldResultsDecorationSize);
496 bounds.setWidth(std::min(parentBox.width(), static_cast<int>(bounds.height() * defaultSearchFieldResultsButtonWidth / defaultSearchFieldResultsDecorationSize)));
RenderThemeWin.cpp 123 static const float defaultSearchFieldResultsButtonWidth = 18;
881 int magnifierWidth = lroundf(magnifierHeight * defaultSearchFieldResultsButtonWidth / defaultSearchFieldResultsDecorationSize);
900 bounds.setWidth(min(parentBox.width(), static_cast<int>(bounds.height() * defaultSearchFieldResultsButtonWidth / defaultSearchFieldResultsDecorationSize)));
    [all...]

Completed in 289 milliseconds