PPP_INSTANCE_INTERFACE   62 chrome/test/data/nacl/bad/ppapi_bad_event_replay_crash.cc   if (0 == std::strcmp(interface_name, PPP_INSTANCE_INTERFACE))  // Required.
PPP_INSTANCE_INTERFACE   30 chrome/test/data/nacl/bad/ppapi_bad_get_ppp_instance_crash.cc   if (0 == std::strcmp(interface_name, PPP_INSTANCE_INTERFACE))  // Required.
PPP_INSTANCE_INTERFACE   67 chrome/test/data/nacl/bad/ppapi_bad_get_ppp_messaging_crash.cc   if (0 == std::strcmp(interface_name, PPP_INSTANCE_INTERFACE))  // Required.
PPP_INSTANCE_INTERFACE   67 chrome/test/data/nacl/bad/ppapi_bad_get_ppp_printing_crash.cc   if (0 == std::strcmp(interface_name, PPP_INSTANCE_INTERFACE))  // Required.
PPP_INSTANCE_INTERFACE   36 chrome/test/data/nacl/bad/ppapi_bad_no_ppp_instance.cc   if (0 == std::strcmp(interface_name, PPP_INSTANCE_INTERFACE))  // Required.
PPP_INSTANCE_INTERFACE   69 chrome/test/data/nacl/bad/ppapi_bad_ppp_initialize_crash.cc   if (0 == std::strcmp(interface_name, PPP_INSTANCE_INTERFACE))  // Required.
PPP_INSTANCE_INTERFACE   66 chrome/test/data/nacl/bad/ppapi_bad_ppp_instance_didcreate.cc   if (0 == std::strcmp(interface_name, PPP_INSTANCE_INTERFACE))  // Required.
PPP_INSTANCE_INTERFACE   57 chrome/test/data/nacl/bad/ppapi_bad_ppp_instance_didcreate_crash.cc   if (0 == std::strcmp(interface_name, PPP_INSTANCE_INTERFACE))  // Required.
PPP_INSTANCE_INTERFACE  143 chrome/test/data/nacl/extension_mime_handler/ppapi_extension_mime_handler.cc   RegisterPluginInterface(PPP_INSTANCE_INTERFACE, &ppp_instance_interface);
PPP_INSTANCE_INTERFACE   96 chrome/test/data/nacl/ppapi/ppp_instance/ppapi_ppp_instance.cc   RegisterPluginInterface(PPP_INSTANCE_INTERFACE, &ppp_instance_interface);
PPP_INSTANCE_INTERFACE  367 native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.c   if (strcmp(interface_name, PPP_INSTANCE_INTERFACE) == 0) {
PPP_INSTANCE_INTERFACE  152 native_client_sdk/src/examples/tutorial/debugging/debugging.c   if (strcmp(interface_name, PPP_INSTANCE_INTERFACE) == 0) {
PPP_INSTANCE_INTERFACE  165 ppapi/cpp/module.cc   if (strcmp(interface_name, PPP_INSTANCE_INTERFACE) == 0)
PPP_INSTANCE_INTERFACE  208 ppapi/examples/2d/graphics_2d_example.c   if (strcmp(interface_name, PPP_INSTANCE_INTERFACE) == 0)
PPP_INSTANCE_INTERFACE  152 ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/test_runner_ppapi.c   if (strcmp(interface_name, PPP_INSTANCE_INTERFACE) == 0) {
PPP_INSTANCE_INTERFACE  160 ppapi/native_client/tests/ppapi_test_lib/module_instance.cc   if (ppp == NULL && 0 == strncmp(PPP_INSTANCE_INTERFACE, interface_name,
PPP_INSTANCE_INTERFACE  161 ppapi/native_client/tests/ppapi_test_lib/module_instance.cc                                   strlen(PPP_INSTANCE_INTERFACE))) {
PPP_INSTANCE_INTERFACE  319 ppapi/proxy/plugin_dispatcher.cc   if (!*result && interface_name == PPP_INSTANCE_INTERFACE)
PPP_INSTANCE_INTERFACE   62 ppapi/proxy/plugin_dispatcher_unittest.cc   RegisterTestInterface(PPP_INSTANCE_INTERFACE, &dummy_ppp_instance_interface);
PPP_INSTANCE_INTERFACE   68 ppapi/proxy/plugin_dispatcher_unittest.cc   EXPECT_TRUE(SupportsInterface(PPP_INSTANCE_INTERFACE));