7 #include "ppapi/c/samsung/ppb_extension_system_samsung.h"
8 #include "ppapi/c/pp_errors.h"
16 const char* interface_name<PPB_ExtensionSystem_Samsung_0_1>() {
17 return PPB_EXTENSIONSYSTEM_SAMSUNG_INTERFACE_0_1;
23 : instance_(instance) {}
28 if (!has_interface<PPB_ExtensionSystem_Samsung_0_1>())
37 if (!has_interface<PPB_ExtensionSystem_Samsung_0_1>())
46 const Var& operation_data) {
47 if (!has_interface<PPB_ExtensionSystem_Samsung_0_1>())
~ExtensionSystemSamsung()
Destructor.
std::string AsString() const
Var GetCurrentExtensionInfo()
std::string GetEmbedderName() const
GetEmbedderName() returns name of the extension system provider.
const PP_Var & pp_var() const
ExtensionSystemSamsung(const InstanceHandle &instance)
Var GenericSyncCall(const Var &operation_name, const Var &operation_data)
A generic type used for passing data types between the module and the page.
PP_Instance pp_instance() const