OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CXFA_FM2JSContext
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fm2jsapi.cpp
35
return (XFA_HFM2JSCONTEXT)
CXFA_FM2JSContext
::Create();
41
CXFA_FM2JSContext
* pContext =
42
reinterpret_cast<
CXFA_FM2JSContext
*>(hFM2JSContext);
47
CXFA_FM2JSContext
* pContext =
48
reinterpret_cast<
CXFA_FM2JSContext
*>(hFM2JSContext);
52
CXFA_FM2JSContext
* pContext =
53
reinterpret_cast<
CXFA_FM2JSContext
*>(hFM2JSContext);
xfa_fm2jscontext.cpp
233
void
CXFA_FM2JSContext
::Abs(FXJSE_HOBJECT hThis,
249
CXFA_FM2JSContext
* pContext =
250
(
CXFA_FM2JSContext
*)FXJSE_Value_ToObject(hThis, NULL);
255
void
CXFA_FM2JSContext
::Avg(FXJSE_HOBJECT hThis,
258
CXFA_FM2JSContext
* pContext =
259
(
CXFA_FM2JSContext
*)FXJSE_Value_ToObject(hThis, NULL);
323
void
CXFA_FM2JSContext
::Ceil(FXJSE_HOBJECT hThis,
326
CXFA_FM2JSContext
* pContext =
327
(
CXFA_FM2JSContext
*)FXJSE_Value_ToObject(hThis, NULL);
342
void
CXFA_FM2JSContext
::Count(FXJSE_HOBJECT hThis,
[
all
...]
xfa_fm2jscontext.h
9
class
CXFA_FM2JSContext
{
430
CXFA_FM2JSContext
();
431
~
CXFA_FM2JSContext
();
432
static
CXFA_FM2JSContext
* Create();
Completed in 35 milliseconds