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

  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterfaceConstructor3.cpp 41 V8StringResource<> stringArg;
43 TOSTRING_VOID_INTERNAL(stringArg, info[0]);
45 RefPtr<TestInterfaceConstructor3> impl = TestInterfaceConstructor3::create(stringArg);
V8TestInterfaceNamedConstructor2.cpp 54 V8StringResource<> stringArg;
56 TOSTRING_VOID_INTERNAL(stringArg, info[0]);
58 RefPtr<TestInterfaceNamedConstructor2> impl = TestInterfaceNamedConstructor2::createForJSConstructor(stringArg);
V8TestInterfaceConstructor2.cpp 39 V8StringResource<> stringArg;
41 TOSTRING_VOID_INTERNAL(stringArg, info[0]);
43 RefPtr<TestInterfaceConstructor2> impl = TestInterfaceConstructor2::create(stringArg);
V8TestInterfaceNamedConstructor.cpp 81 V8StringResource<> stringArg;
88 TOSTRING_VOID_INTERNAL(stringArg, info[0]);
99 RefPtr<TestInterfaceNamedConstructor> impl = TestInterfaceNamedConstructor::createForJSConstructor(document, stringArg, defaultUndefinedOptionalBooleanArg, defaultUndefinedOptionalLongArg, defaultUndefinedOptionalStringArg, defaultNullStringOptionalstringArg, exceptionState);
112 RefPtr<TestInterfaceNamedConstructor> impl = TestInterfaceNamedConstructor::createForJSConstructor(document, stringArg, defaultUndefinedOptionalBooleanArg, defaultUndefinedOptionalLongArg, defaultUndefinedOptionalStringArg, defaultNullStringOptionalstringArg, optionalStringArg, exceptionState);
V8TestInterfaceConstructor.cpp 57 V8StringResource<> stringArg;
66 TOSTRING_VOID_INTERNAL(stringArg, info[1]);
86 RefPtr<TestInterfaceConstructor> impl = TestInterfaceConstructor::create(executionContext, document, doubleArg, stringArg, testInterfaceEmptyArg, dictionaryArg, sequenceStringArg, sequenceDictionaryArg, optionalDictionaryArg, optionalTestInterfaceEmptyArg, exceptionState);
V8TestTypedefs.cpp 121 V8StringResource<> stringArg;
124 TOSTRING_VOID_INTERNAL(stringArg, info[1]);
126 impl->voidMethodFloatArgStringArg(floatArg, stringArg);
284 V8StringResource<> stringArg;
286 TOSTRING_VOID_INTERNAL(stringArg, info[0]);
288 RefPtr<TestTypedefs> impl = TestTypedefs::create(stringArg);
V8TestObject.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
transreg.cpp 435 // NOTE: stringArg cannot go inside the union because
437 UnicodeString stringArg; // For RULES_*, ALIAS, COMPOUND_RBT
573 entry->stringArg = UNICODE_STRING_SIMPLE("Any-NULL");
580 entry->stringArg = *(UnicodeString*)(parser.idBlockVector.elementAt(0));
588 entry->stringArg.remove();
598 entry->stringArg += *idBlock;
603 entry->stringArg += (UChar)0xffff; // use U+FFFF to mark position of RBTs in ID block
655 entry->stringArg.setTo(TRUE, resourceName.getBuffer(), -1);
658 entry->stringArg = resourceName;
673 entry->stringArg.setTo(TRUE, alias.getBuffer(), -1)
    [all...]
  /external/icu/icu4c/source/i18n/
transreg.cpp 435 // NOTE: stringArg cannot go inside the union because
437 UnicodeString stringArg; // For RULES_*, ALIAS, COMPOUND_RBT
573 entry->stringArg = UNICODE_STRING_SIMPLE("Any-NULL");
580 entry->stringArg = *(UnicodeString*)(parser.idBlockVector.elementAt(0));
588 entry->stringArg.remove();
598 entry->stringArg += *idBlock;
603 entry->stringArg += (UChar)0xffff; // use U+FFFF to mark position of RBTs in ID block
655 entry->stringArg.setTo(TRUE, resourceName.getBuffer(), -1);
658 entry->stringArg = resourceName;
673 entry->stringArg.setTo(TRUE, alias.getBuffer(), -1)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 

Completed in 103 milliseconds