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

  /external/chromium_org/content/shell/browser/
shell.h 56 static const int kDefaultTestWindowWidthDip;
shell.cc 33 const int Shell::kDefaultTestWindowWidthDip = 800;
144 gfx::Size(kDefaultTestWindowWidthDip, kDefaultTestWindowHeightDip));
150 return gfx::Size(kDefaultTestWindowWidthDip, kDefaultTestWindowHeightDip);

Completed in 51 milliseconds