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

  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumSkia.cpp 69 static const float defaultSearchFieldResultsButtonWidth = 18;
347 int magnifierWidth = lroundf(magnifierHeight * defaultSearchFieldResultsButtonWidth / defaultSearchFieldResultsDecorationSize);
363 int magnifierWidth = std::min(inputContentBox.width(), static_cast<int>(magnifierHeight * defaultSearchFieldResultsButtonWidth / defaultSearchFieldResultsDecorationSize));
RenderThemeWin.cpp 140 static const float defaultSearchFieldResultsButtonWidth = 18;
    [all...]
  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.cpp 108 static const float defaultSearchFieldResultsButtonWidth = 18;
    [all...]

Completed in 28 milliseconds