GetIsInstalled     64 chrome/renderer/extensions/app_bindings.cc       base::Bind(&AppBindings::GetIsInstalled, base::Unretained(this)));
GetIsInstalled     33 chrome/renderer/extensions/app_bindings.h   void GetIsInstalled(const v8::FunctionCallbackInfo<v8::Value>& args);
GetIsInstalled    612 components/nacl/renderer/ppb_nacl_private_impl.cc   &GetIsInstalled,
GetIsInstalled    323 ppapi/c/private/ppb_nacl_private.h   PP_Bool (*GetIsInstalled)(PP_Instance instance);
GetIsInstalled    190 ppapi/native_client/src/trusted/plugin/plugin.cc   const char* name = nacl_interface_->GetIsInstalled(pp_instance()) ?
GetIsInstalled    643 ppapi/native_client/src/trusted/plugin/plugin.cc       nacl_interface_->GetIsInstalled(pp_instance()) ?
GetIsInstalled    819 ppapi/native_client/src/trusted/plugin/plugin.cc       nacl_interface_->GetIsInstalled(pp_instance()) ?
GetIsInstalled   3217 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->GetIsInstalled(instance);
GetIsInstalled   5139 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetIsInstalled = (PP_Bool (*)(PP_Instance instance))&Pnacl_M25_PPB_NaCl_Private_GetIsInstalled,