OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STANDARD_MARGINS
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/components/cloud_devices/common/
printer_description.h
67
STANDARD_MARGINS
,
printer_description_unittest.cc
353
margins.AddOption(Margins(
STANDARD_MARGINS
, 100, 200, 300, 400));
449
EXPECT_TRUE(margins.Contains(Margins(
STANDARD_MARGINS
, 100, 200, 300, 400)));
printer_description.cc
131
{
STANDARD_MARGINS
, kTypeMarginsStandard},
405
: type(
STANDARD_MARGINS
), top_um(0), right_um(0), bottom_um(0), left_um(0) {
Completed in 827 milliseconds