MayForce() is used when implementing functions taking callbacks. If the callback is required and result indicates that it has not been scheduled, it will be forced on the main thread. Example: @code int32_t OpenURL(pp::URLLoader* loader, pp::URLRequestInfo* url_request_info, const CompletionCallback& cc) { if (loader == NULL || url_request_info == NULL) return cc.M
source not stored for this graph (policy: none)
no test coverage detected