Lines Matching refs:report_error
140 bool report_error);
145 bool report_error);
159 void SetStateForCallbackError(bool report_error);
177 EnterResource(PP_Resource resource, bool report_error)
179 Init(resource, report_error);
182 bool report_error)
184 Init(resource, report_error);
192 void Init(PP_Resource resource, bool report_error) {
199 SetStateForResourceError(resource, resource_, object_, report_error);
213 EnterResourceNoLock(PP_Resource resource, bool report_error)
214 : EnterResource<ResourceT, false>(resource, report_error) {
218 bool report_error)
219 : EnterResource<ResourceT, false>(resource, callback, report_error) {