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

  /external/chromium_org/content/renderer/pepper/
npapi_glue.cc 214 checked_exception_(false) {
221 DCHECK(checked_exception_);
230 DCHECK(!checked_exception_); // Don't call more than once.
233 checked_exception_ = true;
258 DCHECK(!checked_exception_); // Don't call more than once.
261 checked_exception_ = true;
275 checked_exception_ = true;
npapi_glue.h 143 bool checked_exception_; // SetResult/CheckExceptionForNoResult was called. member in class:content::PPResultAndExceptionToNPResult

Completed in 435 milliseconds