HomeSort by relevance Sort by last modified time
    Searched defs:WebstorePrivateGetWebGLStatusFunction (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_api.cc 654 WebstorePrivateGetWebGLStatusFunction::WebstorePrivateGetWebGLStatusFunction() {
657 base::Bind(&WebstorePrivateGetWebGLStatusFunction::OnFeatureCheck,
661 WebstorePrivateGetWebGLStatusFunction::
662 ~WebstorePrivateGetWebGLStatusFunction() {}
664 void WebstorePrivateGetWebGLStatusFunction::CreateResult(bool webgl_allowed) {
669 bool WebstorePrivateGetWebGLStatusFunction::RunImpl() {
674 void WebstorePrivateGetWebGLStatusFunction::
webstore_private_api.h 247 class WebstorePrivateGetWebGLStatusFunction : public AsyncExtensionFunction {
252 WebstorePrivateGetWebGLStatusFunction();
255 virtual ~WebstorePrivateGetWebGLStatusFunction();

Completed in 38 milliseconds