HomeSort by relevance Sort by last modified time
    Searched defs:CFXJSE_Arguments (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fxjs/
cfxjse_arguments.h 16 class CFXJSE_Arguments {
18 CFXJSE_Arguments(const v8::FunctionCallbackInfo<v8::Value>* pInfo,
20 ~CFXJSE_Arguments();
cfxjse_arguments.cpp 7 #include "fxjs/cfxjse_arguments.h"
13 CFXJSE_Arguments::CFXJSE_Arguments(
18 CFXJSE_Arguments::~CFXJSE_Arguments() {}
20 int32_t CFXJSE_Arguments::GetLength() const {
24 std::unique_ptr<CFXJSE_Value> CFXJSE_Arguments::GetValue(int32_t index) const {
30 bool CFXJSE_Arguments::GetBoolean(int32_t index) const {
34 int32_t CFXJSE_Arguments::GetInt32(int32_t index) const {
38 float CFXJSE_Arguments::GetFloat(int32_t index) const
    [all...]

Completed in 304 milliseconds