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

  /external/pdfium/fxjs/
cjs_app.cpp 312 v8::Local<v8::Object> pRetObj =
314 if (pRetObj.IsEmpty())
318 static_cast<CJS_TimerObj*>(pRuntime->GetObjectPrivate(pRetObj));
322 return CJS_Return(pRetObj);
340 v8::Local<v8::Object> pRetObj =
342 if (pRetObj.IsEmpty())
346 static_cast<CJS_TimerObj*>(pRuntime->GetObjectPrivate(pRetObj));
350 return CJS_Return(pRetObj);
cjs_document.cpp     [all...]

Completed in 58 milliseconds