OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:optionalDictionaryArg
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/core/
TestInterfaceConstructor.idl
41
optional Dictionary
optionalDictionaryArg
,
TestObject.idl
395
void voidMethodOptionalDictionaryArg(optional Dictionary
optionalDictionaryArg
);
[
all
...]
/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 2409 milliseconds