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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.cpp 133 static const int kWidthForMaxFSM = 800;
138 if (minWidth >= kWidthForMaxFSM)
142 float ratio = static_cast<float>(minWidth - kWidthForMinFSM) / (kWidthForMaxFSM - kWidthForMinFSM);
    [all...]
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc 552 static const int kWidthForMaxFSM = 800;
559 if (minWidth >= kWidthForMaxFSM)
564 (kWidthForMaxFSM - kWidthForMinFSM);
    [all...]

Completed in 55 milliseconds