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

  /external/chromium_org/content/renderer/pepper/
npapi_glue.h 76 // PPResultAndExceptionToNPResult ----------------------------------------------
91 class PPResultAndExceptionToNPResult {
101 PPResultAndExceptionToNPResult(NPObject* object_var, NPVariant* np_result);
103 ~PPResultAndExceptionToNPResult();
143 DISALLOW_COPY_AND_ASSIGN(PPResultAndExceptionToNPResult);
npapi_glue.cc 204 // PPResultAndExceptionToNPResult ----------------------------------------------
206 PPResultAndExceptionToNPResult::PPResultAndExceptionToNPResult(
215 PPResultAndExceptionToNPResult::~PPResultAndExceptionToNPResult() {
227 bool PPResultAndExceptionToNPResult::SetResult(PP_Var result) {
255 bool PPResultAndExceptionToNPResult::CheckExceptionForNoResult() {
272 void PPResultAndExceptionToNPResult::IgnoreException() {
277 void PPResultAndExceptionToNPResult::ThrowException() {

Completed in 991 milliseconds