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 146 ConvertPoint(browser);
217 void WindowlessPluginTest::ConvertPoint(NPNetscapeFuncs* browser) {
228 if (!(browser->convertpoint(id(), 0, 0, spaces[i], &x, &y, spaces[j])) ||
229 !(browser->convertpoint(id(), x, y, spaces[j], &round_trip_x,
250 browser->convertpoint(id(), 0, 0, NPCoordinateSpacePlugin,
253 browser->convertpoint(id(), 0, 0, NPCoordinateSpacePlugin,
257 browser->convertpoint(id(), 0, 0, NPCoordinateSpacePlugin,
260 browser->convertpoint(id(), 0, 0, NPCoordinateSpacePlugin,
  /external/chromium_org/content/child/npapi/
plugin_instance.cc 598 bool PluginInstance::ConvertPoint(double source_x, double source_y,

Completed in 153 milliseconds