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

  /external/pdfium/fpdfsdk/javascript/
JS_Object.h 21 class CJS_EmbedObj {
23 explicit CJS_EmbedObj(CJS_Object* pJSObject);
24 virtual ~CJS_EmbedObj();
45 void SetEmbedObject(CJS_EmbedObj* pObj) { m_pEmbedObj.reset(pObj); }
46 CJS_EmbedObj* GetEmbedObject() const { return m_pEmbedObj.get(); }
51 std::unique_ptr<CJS_EmbedObj> m_pEmbedObj;
JS_Object.cpp 12 CJS_EmbedObj::CJS_EmbedObj(CJS_Object* pJSObject) : m_pJSObject(pJSObject) {}
14 CJS_EmbedObj::~CJS_EmbedObj() {
Icon.cpp 24 : CJS_EmbedObj(pJSObject), m_swIconName(L"") {}
Icon.h 14 class Icon : public CJS_EmbedObj {
report.cpp 25 Report::Report(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {}
report.h 14 class Report : public CJS_EmbedObj {
Annot.h 15 class Annot : public CJS_EmbedObj {
console.cpp 29 console::console(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {}
console.h 14 class console : public CJS_EmbedObj {
util.h 15 class util : public CJS_EmbedObj {
Annot.cpp 34 Annot::Annot(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {}
global.h 33 class JSGlobalAlternate : public CJS_EmbedObj {
color.h 15 class color : public CJS_EmbedObj {
event.h 12 class event : public CJS_EmbedObj {
app.h 19 class TimerObj : public CJS_EmbedObj {
39 class app : public CJS_EmbedObj {
168 // CJS_EmbedObj
event.cpp 45 event::event(CJS_Object* pJsObject) : CJS_EmbedObj(pJsObject) {}
Document.h 19 class PrintParamsObj : public CJS_EmbedObj {
48 class Document : public CJS_EmbedObj {
color.cpp 41 color::color(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {
util.cpp 108 util::util(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {}
app.cpp 143 : CJS_EmbedObj(pJSObject), m_nTimerID(0) {}
205 : CJS_EmbedObj(pJSObject), m_bCalculate(true), m_bRuntimeHighLight(false) {}
global.cpp 50 : CJS_EmbedObj(pJSObject), m_pFormFillEnv(nullptr) {}
Document.cpp 49 : CJS_EmbedObj(pJSObject) {
155 : CJS_EmbedObj(pJSObject),
    [all...]
Field.h 75 class Field : public CJS_EmbedObj {
Field.cpp 177 : CJS_EmbedObj(pJSObject),
    [all...]

Completed in 150 milliseconds