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

  /external/pdfium/fpdfsdk/javascript/
app.cpp 471 v8::Local<v8::Object> pRetObj =
473 if (pRetObj.IsEmpty())
477 static_cast<CJS_TimerObj*>(pRuntime->GetObjectPrivate(pRetObj));
481 vRet = CJS_Value(pRuntime, pRetObj);
506 v8::Local<v8::Object> pRetObj =
508 if (pRetObj.IsEmpty())
512 static_cast<CJS_TimerObj*>(pRuntime->GetObjectPrivate(pRetObj));
515 vRet = CJS_Value(pRuntime, pRetObj);
Document.cpp     [all...]

Completed in 56 milliseconds