OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kDefaultTestWindowWidthDip
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/shell/browser/
shell.cc
38
const int Shell::
kDefaultTestWindowWidthDip
= 800;
149
gfx::Size(
kDefaultTestWindowWidthDip
, kDefaultTestWindowHeightDip));
155
return gfx::Size(
kDefaultTestWindowWidthDip
, kDefaultTestWindowHeightDip);
shell.h
58
static const int
kDefaultTestWindowWidthDip
;
Completed in 27 milliseconds