OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:threshold_px
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/extensions/
web_view_interactive_browsertest.cc
319
// If the popup is placed within |
threshold_px
| of the expected position,
321
const int
threshold_px
= 10;
local
323
EXPECT_LE(std::abs(diff.x() - left_spacing),
threshold_px
);
local
324
EXPECT_LE(std::abs(diff.y() - top_spacing),
threshold_px
);
local
Completed in 51 milliseconds