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

  /external/chromium_org/content/test/plugin/
plugin_windowless_test.cc 152 ConvertPoint(browser);
223 void WindowlessPluginTest::ConvertPoint(NPNetscapeFuncs* browser) {
234 if (!(browser->convertpoint(id(), 0, 0, spaces[i], &x, &y, spaces[j])) ||
235 !(browser->convertpoint(id(), x, y, spaces[j], &round_trip_x,
256 browser->convertpoint(id(), 0, 0, NPCoordinateSpacePlugin,
259 browser->convertpoint(id(), 0, 0, NPCoordinateSpacePlugin,
263 browser->convertpoint(id(), 0, 0, NPCoordinateSpacePlugin,
266 browser->convertpoint(id(), 0, 0, NPCoordinateSpacePlugin,
  /external/chromium_org/content/child/npapi/
plugin_instance.cc 585 bool PluginInstance::ConvertPoint(double source_x, double source_y,

Completed in 142 milliseconds