Searched defs:hValue (Results 1 – 4 of 4) sorted by relevance
| /external/pdfium/fxjs/xfa/ |
| D | cfxjse_value.cpp | 228 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(pIsolate, m_hValue); in IsUndefined() local 237 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(pIsolate, m_hValue); in IsNull() local 246 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(pIsolate, m_hValue); in IsBoolean() local 255 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(pIsolate, m_hValue); in IsString() local 264 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(pIsolate, m_hValue); in IsNumber() local 273 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(pIsolate, m_hValue); in IsInteger() local 282 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(pIsolate, m_hValue); in IsObject() local 291 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(pIsolate, m_hValue); in IsArray() local 300 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(pIsolate, m_hValue); in IsFunction() local
|
| D | cfxjse_context.cpp | 84 v8::Local<v8::Value> hValue = in CreateReturnValue() local 145 CFXJSE_HostObject* FXJSE_RetrieveObjectBinding(v8::Local<v8::Value> hValue) { in FXJSE_RetrieveObjectBinding() 254 v8::Local<v8::Value> hValue; in ExecuteScript() local 279 v8::Local<v8::Value> hValue; in ExecuteScript() local
|
| D | cfxjse_value.h | 87 void ForceSetValue(v8::Isolate* pIsolate, v8::Local<v8::Value> hValue) { in ForceSetValue()
|
| /external/pdfium/xfa/fxfa/layout/ |
| D | cxfa_contentlayoutprocessor.cpp | 102 absl::optional<CXFA_Measurement> hValue = in CalculateContainerSpecifiedSize() local
|