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

  /external/pdfium/fxjs/xfa/
cjx_treelist.cpp 47 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate()));
cjx_tree.cpp 64 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate()));
78 return CJS_Return(pValue->DirectGetValue().Get(runtime->GetIsolate()));
101 return CJS_Return(pValue->DirectGetValue().Get(runtime->GetIsolate()));
cjx_model.cpp 69 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate()));
cjx_form.cpp 52 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate()));
cjx_instancemanager.cpp 250 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate()));
294 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate()));
cjx_node.cpp 143 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate()));
175 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate()));
cjx_exclgroup.cpp 107 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate()));
cjx_hostpseudomodel.cpp 484 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate()));
  /external/pdfium/fxjs/
cfxjse_value.h 73 const v8::Global<v8::Value>& DirectGetValue() const { return m_hValue; }
cfxjse_value.cpp 101 m_pIsolate, v.get()->DirectGetValue()));
128 v8::Local<v8::Value>::New(m_pIsolate, lpPropValue->DirectGetValue());
162 v8::Local<v8::Value>::New(m_pIsolate, lpPropValue->DirectGetValue());
238 v8::Local<v8::Value>::New(m_pIsolate, lpOldFunction->DirectGetValue());
244 v8::Local<v8::Value>::New(m_pIsolate, lpNewThis->DirectGetValue());
cfxjse_class.cpp 35 if (!lpRetValue->DirectGetValue().IsEmpty())
36 info.GetReturnValue().Set(lpRetValue->DirectGetValue());
196 info.GetReturnValue().Set(lpNewValue->DirectGetValue());
cjs_runtime.cpp 260 v8::Local<v8::Value>::New(GetIsolate(), pValue->DirectGetValue());

Completed in 287 milliseconds