Lines Matching full:javascript
16 // Get the number of JavaScript actions in |document|.
20 // Returns the number of JavaScript actions in |document| or -1 on error.
25 // Get the JavaScript action at |index| in |document|.
28 // index - the index of the requested JavaScript action.
30 // Returns the handle to the JavaScript action, or NULL on failure.
39 // javascript - Handle to a JavaScript action.
41 FPDFDoc_CloseJavaScriptAction(FPDF_JAVASCRIPT_ACTION javascript);
44 // Get the name from the |javascript| handle. |buffer| is only modified if
48 // javascript - handle to an JavaScript action.
52 // Returns the length of the JavaScript action name in bytes.
54 FPDFJavaScriptAction_GetName(FPDF_JAVASCRIPT_ACTION javascript,
59 // Get the script from the |javascript| handle. |buffer| is only modified if
63 // javascript - handle to an JavaScript action.
67 // Returns the length of the JavaScript action name in bytes.
69 FPDFJavaScriptAction_GetScript(FPDF_JAVASCRIPT_ACTION javascript,