OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConvertPoint
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/content/test/plugin/
plugin_windowless_test.h
34
void
ConvertPoint
(NPNetscapeFuncs* browser);
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/ash/display/
display_manager.h
269
FRIEND_TEST_ALL_PREFIXES(ExtendedDesktopTest,
ConvertPoint
);
/external/chromium_org/content/child/npapi/
plugin_instance.h
180
bool
ConvertPoint
(double source_x, double source_y,
plugin_instance.cc
587
bool PluginInstance::
ConvertPoint
(double source_x, double source_y,
plugin_host.cc
157
host_funcs_.
convertpoint
= NPN_ConvertPoint;
[
all
...]
/external/chromium_org/ash/
extended_desktop_unittest.cc
610
TEST_F(ExtendedDesktopTest,
ConvertPoint
) {
[
all
...]
Completed in 370 milliseconds