| 274 | std::string DefaultUrlsJSON() const; |
| 275 | |
| 276 | bool IsTablet() const { return m_isTablet; } |
| 277 | |
| 278 | /// @return information about kinds of memory which are relevant for a platform. |
| 279 | /// This method is implemented for iOS and Android only. |
no outgoing calls
no test coverage detected