OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dictionaryArg
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/core/
TestInterfaceConstructor2.idl
42
Constructor(Dictionary
dictionaryArg
),
TestInterfaceConstructor.idl
38
Dictionary
dictionaryArg
,
TestObject.idl
372
void voidMethodDictionaryArg(Dictionary
dictionaryArg
);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterfaceConstructor2.cpp
51
Dictionary
dictionaryArg
;
54
V8ThrowException::throwTypeError(ExceptionMessages::failedToConstruct("TestInterfaceConstructor2", "parameter 1 ('
dictionaryArg
') is not an object."), info.GetIsolate());
57
dictionaryArg
= Dictionary(info[0], info.GetIsolate());
59
RefPtr<TestInterfaceConstructor2> impl = TestInterfaceConstructor2::create(
dictionaryArg
);
V8TestInterfaceConstructor.cpp
59
Dictionary
dictionaryArg
;
69
exceptionState.throwTypeError("parameter 4 ('
dictionaryArg
') is not an object.");
73
dictionaryArg
= Dictionary(info[3], info.GetIsolate());
86
RefPtr<TestInterfaceConstructor> impl = TestInterfaceConstructor::create(executionContext, document, doubleArg, stringArg, testInterfaceEmptyArg,
dictionaryArg
, sequenceStringArg, sequenceDictionaryArg, optionalDictionaryArg, optionalTestInterfaceEmptyArg, exceptionState);
V8TestObject.cpp
[
all
...]
Completed in 98 milliseconds