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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorPageAgent.cpp133 static const int kWidthForMaxFSM = 800; local
138 if (minWidth >= kWidthForMaxFSM)
142 float ratio = static_cast<float>(minWidth - kWidthForMinFSM) / (kWidthForMaxFSM - kWidthForMinFSM);
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.cc552 static const int kWidthForMaxFSM = 800; local
559 if (minWidth >= kWidthForMaxFSM)
564 (kWidthForMaxFSM - kWidthForMinFSM);

Completed in 797 milliseconds