Home
last modified time | relevance | path

Searched defs:appendArgument (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DScriptFunctionCall.cpp45 void ScriptCallArgumentHandler::appendArgument(const ScriptObject& argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler
54 void ScriptCallArgumentHandler::appendArgument(const ScriptValue& argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler
59 void ScriptCallArgumentHandler::appendArgument(const String& argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler
65 void ScriptCallArgumentHandler::appendArgument(const JSC::UString& argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler
71 void ScriptCallArgumentHandler::appendArgument(const char* argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler
77 void ScriptCallArgumentHandler::appendArgument(JSC::JSValue argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler
82 void ScriptCallArgumentHandler::appendArgument(long argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler
88 void ScriptCallArgumentHandler::appendArgument(long long argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler
94 void ScriptCallArgumentHandler::appendArgument(unsigned int argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler
100 void ScriptCallArgumentHandler::appendArgument(unsigned long argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler
[all …]
/external/webkit/Source/WebCore/bindings/v8/
DScriptFunctionCall.cpp47 void ScriptCallArgumentHandler::appendArgument(const ScriptObject& argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler
56 void ScriptCallArgumentHandler::appendArgument(const ScriptValue& argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler
61 void ScriptCallArgumentHandler::appendArgument(const String& argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler
67 void ScriptCallArgumentHandler::appendArgument(const char* argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler
73 void ScriptCallArgumentHandler::appendArgument(long argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler
79 void ScriptCallArgumentHandler::appendArgument(long long argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler
85 void ScriptCallArgumentHandler::appendArgument(unsigned int argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler
91 void ScriptCallArgumentHandler::appendArgument(unsigned long argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler
97 void ScriptCallArgumentHandler::appendArgument(int argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler
103 void ScriptCallArgumentHandler::appendArgument(bool argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler
/external/easymock/src/org/easymock/internal/
DArgumentToString.java27 public static void appendArgument(Object value, StringBuffer buffer) { in appendArgument() method in ArgumentToString