HomeSort by relevance Sort by last modified time
    Searched refs:webgl_allowed (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_apitest.cc 315 void RunTest(bool webgl_allowed) {
317 static const char kWebGLStatusAllowed[] = "webgl_allowed";
327 EXPECT_STREQ(webgl_allowed ? kWebGLStatusAllowed : kWebGLStatusBlocked,
334 bool webgl_allowed = true; local
335 RunTest(webgl_allowed);
359 bool webgl_allowed = false; local
360 RunTest(webgl_allowed);
webstore_private_api.h 263 void CreateResult(bool webgl_allowed);
webstore_private_api.cc 664 void WebstorePrivateGetWebGLStatusFunction::CreateResult(bool webgl_allowed) {
666 webgl_allowed ? "webgl_allowed" : "webgl_blocked"));

Completed in 72 milliseconds