Searched refs:kWidthForMinFSM (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorPageAgent.cpp131 static const int kWidthForMinFSM = 320; local
136 if (minWidth <= kWidthForMinFSM)
142 float ratio = static_cast<float>(minWidth - kWidthForMinFSM) / (kWidthForMaxFSM - kWidthForMinFSM);
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.cc550 static const int kWidthForMinFSM = 320; local
557 if (minWidth <= kWidthForMinFSM)
563 float ratio = static_cast<float>(minWidth - kWidthForMinFSM) /
564 (kWidthForMaxFSM - kWidthForMinFSM);

Completed in 629 milliseconds