Searched refs:is_host (Results 1 – 9 of 9) sorted by relevance
68 const bool is_host = false; in CreateInstance() local114 return new PlatformMacOSX (is_host); in CreateInstance()119 PlatformMacOSX::GetPluginNameStatic (bool is_host) in GetPluginNameStatic() argument121 if (is_host) in GetPluginNameStatic()134 PlatformMacOSX::GetDescriptionStatic (bool is_host) in GetDescriptionStatic() argument136 if (is_host) in GetDescriptionStatic()145 PlatformMacOSX::PlatformMacOSX (bool is_host) : in PlatformMacOSX() argument146 PlatformDarwin (is_host) in PlatformMacOSX()
36 GetPluginNameStatic (bool is_host);39 GetDescriptionStatic(bool is_host);44 PlatformMacOSX (bool is_host);
22 PlatformDarwin (bool is_host);
38 PlatformDarwin::PlatformDarwin (bool is_host) : in PlatformDarwin() argument39 Platform(is_host), // This is the local host platform in PlatformDarwin()
36 const bool is_host = false; in CreateInstance() local83 return new PlatformFreeBSD (is_host); in CreateInstance()89 PlatformFreeBSD::GetPluginNameStatic (bool is_host) in GetPluginNameStatic() argument91 if (is_host) in GetPluginNameStatic()104 PlatformFreeBSD::GetDescriptionStatic (bool is_host) in GetDescriptionStatic() argument106 if (is_host) in GetDescriptionStatic()141 PlatformFreeBSD::PlatformFreeBSD (bool is_host) : in PlatformFreeBSD() argument142 Platform(is_host) in PlatformFreeBSD()
37 GetPluginNameStatic (bool is_host);40 GetDescriptionStatic (bool is_host);45 PlatformFreeBSD (bool is_host);
31 PlatformLinux (bool is_host);43 GetPluginNameStatic (bool is_host);46 GetPluginDescriptionStatic (bool is_host);
91 PlatformLinux::GetPluginNameStatic (bool is_host) in GetPluginNameStatic() argument93 if (is_host) in GetPluginNameStatic()106 PlatformLinux::GetPluginDescriptionStatic (bool is_host) in GetPluginDescriptionStatic() argument108 if (is_host) in GetPluginDescriptionStatic()303 PlatformLinux::PlatformLinux (bool is_host) : in PlatformLinux() argument304 Platform(is_host), // This is the local host platform in PlatformLinux()
233 Platform::Platform (bool is_host) : in Platform() argument234 m_is_host (is_host), in Platform()