Package blackberry.web.widget.html5

Examples of blackberry.web.widget.html5.GearsHTML5Extension


            }
            _widgetCacheExtension = new WidgetCacheNamespace( this );
        }

        if( DeviceInfo.isBlackBerry5() ) {
            _HTML5ToGearsExtension = new GearsHTML5Extension();
        }
    }
View Full Code Here

TOP

Related Classes of blackberry.web.widget.html5.GearsHTML5Extension

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.