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

  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/core/
TestInterfaceConstructor3.idl 33 Constructor(DOMString stringArg),
TestInterfaceNamedConstructor2.idl 33 NamedConstructor=Audio(DOMString stringArg),
TestCallbackInterface.idl 36 void voidMethodTestInterfaceEmptyStringArg(TestInterfaceEmpty testInterfaceEmptyArg, DOMString stringArg);
37 [CallWith=ThisValue] void callbackWithThisValueVoidMethodStringArg(DOMString stringArg);
TestInterfaceConstructor2.idl 41 Constructor(DOMString stringArg),
TestInterfaceNamedConstructor.idl 32 DOMString stringArg,
TestTypedefs.idl 47 Constructor(String stringArg),
54 void voidMethodFloatArgStringArg(Float floatArg, String stringArg);
TestInterfaceConstructor.idl 36 DOMString stringArg,
TestObject.idl 262 // void voidMethodStringArgLongArrayArg(DOMString stringArg, long[] longArrayArg);
286 void voidMethodStringArg(DOMString stringArg);
287 void voidMethodByteStringArg(ByteString stringArg);
382 void voidMethodStringArgLongArg(DOMString stringArg, long longArg);
412 void voidMethodStringArgVariadicStringArg(DOMString stringArg, DOMString... variadicStringArgs);
422 void overloadedMethodB(DOMString stringArg, optional long longArg);
429 void overloadedMethodF(optional DOMString stringArg);
435 void overloadedMethodI(DOMString stringArg);
437 void overloadedMethodJ(DOMString stringArg);
511 [RuntimeEnabled=FeatureName] void runtimeEnabledOverloadedVoidMethod(DOMString stringArg);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestCallbackInterface.h 32 virtual void voidMethodTestInterfaceEmptyStringArg(TestInterfaceEmpty* testInterfaceEmptyArg, const String& stringArg) OVERRIDE;
33 virtual void callbackWithThisValueVoidMethodStringArg(ScriptValue thisValue, const String& stringArg) OVERRIDE;
V8TestInterfaceConstructor3.cpp 41 V8StringResource<> stringArg;
43 TOSTRING_VOID_INTERNAL(stringArg, info[0]);
45 RefPtr<TestInterfaceConstructor3> impl = TestInterfaceConstructor3::create(stringArg);
V8TestCallbackInterface.cpp 143 void V8TestCallbackInterface::voidMethodTestInterfaceEmptyStringArg(TestInterfaceEmpty* testInterfaceEmptyArg, const String& stringArg)
158 v8::Handle<v8::Value> stringArgHandle = v8String(m_scriptState->isolate(), stringArg);
169 void V8TestCallbackInterface::callbackWithThisValueVoidMethodStringArg(ScriptValue thisValue, const String& stringArg)
184 v8::Handle<v8::Value> stringArgHandle = v8String(m_scriptState->isolate(), 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);
V8TestInterfaceNamedConstructor2.cpp 54 V8StringResource<> stringArg;
56 TOSTRING_VOID_INTERNAL(stringArg, info[0]);
58 RefPtr<TestInterfaceNamedConstructor2> impl = TestInterfaceNamedConstructor2::createForJSConstructor(stringArg);
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);
V8TestInterfaceConstructor2.cpp 39 V8StringResource<> stringArg;
41 TOSTRING_VOID_INTERNAL(stringArg, info[0]);
43 RefPtr<TestInterfaceConstructor2> impl = TestInterfaceConstructor2::create(stringArg);
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);
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...]
  /frameworks/base/core/java/android/content/
ContentProviderNative.java 280 String stringArg = data.readString();
283 Bundle responseBundle = call(callingPkg, method, stringArg, args);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 

Completed in 398 milliseconds