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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.cpp 132 static const float kMaxFSM = 1.3f;
139 return kMaxFSM;
141 // The font scale multiplier varies linearly between kMinFSM and kMaxFSM.
143 return ratio * (kMaxFSM - kMinFSM) + kMinFSM;
    [all...]
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc 551 static const float kMaxFSM = 1.3f;
560 return kMaxFSM;
562 // The font scale multiplier varies linearly between kMinFSM and kMaxFSM.
565 return ratio * (kMaxFSM - kMinFSM) + kMinFSM;
    [all...]

Completed in 105 milliseconds