OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setConversionType
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterfaceEventConstructor.cpp
290
if (!DictionaryHelper::convert(options, conversionContext.
setConversionType
("DOMString", false), "initializedByEventConstructorReadonlyStringAttribute", eventInit.initializedByEventConstructorReadonlyStringAttribute))
292
if (!DictionaryHelper::convert(options, conversionContext.
setConversionType
("boolean", false), "initializedByEventConstructorReadonlyBooleanAttribute", eventInit.initializedByEventConstructorReadonlyBooleanAttribute))
294
if (!DictionaryHelper::convert(options, conversionContext.
setConversionType
("long", false), "initializedByEventConstructorReadonlyLongAttribute", eventInit.initializedByEventConstructorReadonlyLongAttribute))
296
if (!DictionaryHelper::convert(options, conversionContext.
setConversionType
("Uint8Array", false), "initializedByEventConstructorReadonlyUint8ArrayAttribute", eventInit.initializedByEventConstructorReadonlyUint8ArrayAttribute))
298
if (!DictionaryHelper::convert(options, conversionContext.
setConversionType
("TestInterfaceEmpty", false), "initializedByEventConstructorReadonlyTestInterfaceEmptyAttribute", eventInit.initializedByEventConstructorReadonlyTestInterfaceEmptyAttribute))
300
if (!DictionaryHelper::convert(options, conversionContext.
setConversionType
("TestInterfaceEmpty[]", false), "initializedByEventConstructorReadonlyTestInterfaceEmptyArrayAttribute", eventInit.initializedByEventConstructorReadonlyTestInterfaceEmptyArrayAttribute))
302
if (!DictionaryHelper::convert(options, conversionContext.
setConversionType
("TestInterfaceEmpty", true), "initializedByEventConstructorReadonlyNullableTestInterfaceEmptyAttribute", eventInit.initializedByEventConstructorReadonlyNullableTestInterfaceEmptyAttribute))
304
if (DictionaryHelper::convert(options, conversionContext.
setConversionType
("DOMString", false), "deprecatedInitializedByEventConstructorReadonlyStringAttribute", eventInit.deprecatedInitializedByEventConstructorReadonlyStringAttribute)) {
310
if (!DictionaryHelper::convert(options, conversionContext.
setConversionType
("DOMString", false), "implementedAsInitializedByEventConstructorReadonlyStringAttribute", eventInit.implementedAsName))
312
if (DictionaryHelper::convert(options, conversionContext.
setConversionType
("DOMString", false), "deprecatedImplementedAsInitializedByEventConstructorReadonlyStringAttribute" (…)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
Dictionary.h
96
ConversionContext&
setConversionType
(const String&, bool);
Dictionary.cpp
289
Dictionary::ConversionContext& Dictionary::ConversionContext::
setConversionType
(const String& typeName, bool isNullable)
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.cpp
747
if (DictionaryHelper::convert(options, conversionContext.
setConversionType
("{{attribute.idl_type}}", {{is_nullable}}), "{{attribute.name}}", eventInit.{{attribute.cpp_name}})) {
754
if (!DictionaryHelper::convert(options, conversionContext.
setConversionType
("{{attribute.idl_type}}", {{is_nullable}}), "{{attribute.name}}", eventInit.{{attribute.cpp_name}}))
[
all
...]
Completed in 91 milliseconds