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 599 WebstorePrivateGetWebGLStatusFunction::WebstorePrivateGetWebGLStatusFunction() {
602 base::Bind(&WebstorePrivateGetWebGLStatusFunction::OnFeatureCheck,
606 WebstorePrivateGetWebGLStatusFunction::
607 ~WebstorePrivateGetWebGLStatusFunction() {}
609 void WebstorePrivateGetWebGLStatusFunction::CreateResult(bool webgl_allowed) {
614 bool WebstorePrivateGetWebGLStatusFunction::RunAsync() {
619 void WebstorePrivateGetWebGLStatusFunction::
webstore_private_api.h 247 class WebstorePrivateGetWebGLStatusFunction
253 WebstorePrivateGetWebGLStatusFunction();
256 virtual ~WebstorePrivateGetWebGLStatusFunction();

Completed in 1118 milliseconds