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

  /external/chromium_org/content/test/plugin/
plugin_npobject_identity_test.cc 64 NPVariant func_var; local
65 HostFunctions()->getproperty(id(), window, are_these_the_same_id, &func_var); local
66 NPObject* func = NPVARIANT_TO_OBJECT(func_var);
plugin_delete_plugin_in_deallocate_test.cc 105 NPVariant func_var; local
106 NULL_TO_NPVARIANT(func_var);
107 HostFunctions()->getproperty(id(), window, set_test_object_id, &func_var); local
109 NPObject* func = NPVARIANT_TO_OBJECT(func_var);

Completed in 3567 milliseconds