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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.cpp 131 static const int kWidthForMinFSM = 320;
136 if (minWidth <= kWidthForMinFSM)
142 float ratio = static_cast<float>(minWidth - kWidthForMinFSM) / (kWidthForMaxFSM - kWidthForMinFSM);
    [all...]
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc 550 static const int kWidthForMinFSM = 320;
557 if (minWidth <= kWidthForMinFSM)
563 float ratio = static_cast<float>(minWidth - kWidthForMinFSM) /
564 (kWidthForMaxFSM - kWidthForMinFSM);
    [all...]

Completed in 915 milliseconds