Searched defs:m_arguments (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/inspector/
H A DScriptArguments.h51 size_t argumentCount() const { return m_arguments.size(); }
62 Vector<ScriptValue> m_arguments; member in class:WebCore::ScriptArguments
H A DConsoleMessage.h72 RefPtr<ScriptArguments> m_arguments; member in class:WebCore::ConsoleMessage
/external/webkit/Source/WebCore/storage/
H A DSQLStatementSync.h55 Vector<SQLValue> m_arguments; member in class:WebCore::SQLStatementSync
H A DSQLStatement.h71 Vector<SQLValue> m_arguments; member in class:WebCore::SQLStatement
/external/webkit/Source/WebCore/bindings/js/
H A DScriptFunctionCall.h66 JSC::MarkedArgumentBuffer m_arguments; member in class:WebCore::ScriptCallArgumentHandler
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptFunctionCall.h60 Vector<ScriptValue> m_arguments; member in class:WebCore::ScriptCallArgumentHandler
/external/emma/core/java12/com/vladium/util/exception/
H A DAbstractException.java99 m_arguments = null;
111 m_arguments = null;
126 m_arguments = arguments == null ? null : (Object []) arguments.clone ();
138 m_arguments = null;
151 m_arguments = null;
167 m_arguments = arguments == null ? null : (Object []) arguments.clone ();
189 if (m_arguments == null)
195 msg = ExceptionCommon.getMessage (_class, supermsg, m_arguments);
324 private transient final Object [] m_arguments; field in class:AbstractException
H A DAbstractRuntimeException.java99 m_arguments = null;
111 m_arguments = null;
126 m_arguments = arguments == null ? null : (Object []) arguments.clone ();
138 m_arguments = null;
151 m_arguments = null;
167 m_arguments = arguments == null ? null : (Object []) arguments.clone ();
189 if (m_arguments == null)
195 msg = ExceptionCommon.getMessage (_class, supermsg, m_arguments);
324 private transient final Object [] m_arguments; field in class:AbstractRuntimeException
/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DConnection.h160 : m_arguments(0)
166 , m_arguments(arguments.leakPtr())
171 uint64_t destinationID() const { return m_arguments->destinationID(); }
173 T* arguments() const { return m_arguments; }
177 T* arguments = m_arguments;
178 m_arguments = 0;
185 T* m_arguments; member in class:CoreIPC::Connection::Message
/external/webkit/Tools/DumpRenderTree/chromium/
H A DEventSender.cpp798 : MethodTask<EventSender>(obj), m_arguments(arg) {}
799 virtual void runIfValid() { m_object->mouseDown(m_arguments, 0); }
801 CppArgumentList m_arguments; member in class:MouseDownTask
807 : MethodTask<EventSender>(obj), m_arguments(arg) {}
808 virtual void runIfValid() { m_object->mouseUp(m_arguments, 0); }
810 CppArgumentList m_arguments; member in class:MouseUpTask
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 112 milliseconds