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

  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterfaceConstructor.cpp 62 Dictionary optionalDictionaryArg;
77 exceptionState.throwTypeError("parameter 7 ('optionalDictionaryArg') is not an object.");
81 optionalDictionaryArg = Dictionary(info[6], info.GetIsolate());
86 RefPtr<TestInterfaceConstructor> impl = TestInterfaceConstructor::create(executionContext, document, doubleArg, stringArg, testInterfaceEmptyArg, dictionaryArg, sequenceStringArg, sequenceDictionaryArg, optionalDictionaryArg, optionalTestInterfaceEmptyArg, exceptionState);
V8TestObject.cpp     [all...]

Completed in 111 milliseconds