Home
last modified time | relevance | path

Searched refs:round_trip_x (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/content/test/plugin/
Dplugin_windowless_test.cc227 double x, y, round_trip_x, round_trip_y; in ConvertPoint() local
229 !(browser->convertpoint(id(), x, y, spaces[j], &round_trip_x, in ConvertPoint()
240 if (round_trip_x != 0 || round_trip_y != 0) { in ConvertPoint()