Home
last modified time | relevance | path

Searched refs:sourceId (Results 1 – 22 of 22) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
DWebScriptDebugDelegate.h65 sourceId:(WebSourceId)sid
72 sourceId:(WebSourceId)sid
84 sourceId:(WebSourceId)sid
90 sourceId:(WebSourceId)sid
96 sourceId:(WebSourceId)sid
103 sourceId:(WebSourceId)sid
109 sourceId:(WebSourceId)sid
DWebScriptDebugger.mm101 …ns->didEnterCallFrameFunc, webView, @selector(webView:didEnterCallFrame:sourceId:line:forWebFrame:…
125 …eFunc, webView, @selector(webView:didParseSource:baseLineNumber:fromURL:sourceId:forWebFrame:), ns…
127 …->didParseSourceFunc, webView, @selector(webView:didParseSource:fromURL:sourceId:forWebFrame:), ns…
158 …ns->didEnterCallFrameFunc, webView, @selector(webView:didEnterCallFrame:sourceId:line:forWebFrame:…
177 …llExecuteStatementFunc, webView, @selector(webView:willExecuteStatement:sourceId:line:forWebFrame:…
196 …->willLeaveCallFrameFunc, webView, @selector(webView:willLeaveCallFrame:sourceId:line:forWebFrame:…
218 …WasRaisedFunc, webView, @selector(webView:exceptionWasRaised:hasHandler:sourceId:line:forWebFrame:…
220 …->exceptionWasRaisedFunc, webView, @selector(webView:exceptionWasRaised:sourceId:line:forWebFrame:…
DWebView.mm1649 …etMethod(delegate, @selector(webView:didParseSource:baseLineNumber:fromURL:sourceId:forWebFrame:));
1654 …eSourceFunc = getMethod(delegate, @selector(webView:didParseSource:fromURL:sourceId:forWebFrame:));
1658 …cache->didEnterCallFrameFunc = getMethod(delegate, @selector(webView:didEnterCallFrame:sourceId:li…
1659 …tementFunc = getMethod(delegate, @selector(webView:willExecuteStatement:sourceId:line:forWebFrame:…
1660 …allFrameFunc = getMethod(delegate, @selector(webView:willLeaveCallFrame:sourceId:line:forWebFrame:…
1662 …c = getMethod(delegate, @selector(webView:exceptionWasRaised:hasHandler:sourceId:line:forWebFrame:…
1667 …asRaisedFunc = getMethod(delegate, @selector(webView:exceptionWasRaised:sourceId:line:forWebFrame:…
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/
DLwjglAudioRenderer.java637 private boolean fillStreamingSource(int sourceId, AudioStream stream){ in fillStreamingSource() argument
642 int processed = alGetSourcei(sourceId, AL_BUFFERS_PROCESSED); in fillStreamingSource()
649 alSourceUnqueueBuffers(sourceId, ib); in fillStreamingSource()
656 alSourceQueueBuffers(sourceId, ib); in fillStreamingSource()
665 private boolean attachStreamToSource(int sourceId, AudioStream stream){ in attachStreamToSource() argument
671 alSourceQueueBuffers(sourceId, ib); in attachStreamToSource()
676 private boolean attachBufferToSource(int sourceId, AudioBuffer buffer){ in attachBufferToSource() argument
677 alSourcei(sourceId, AL_BUFFER, buffer.getId()); in attachBufferToSource()
681 private boolean attachAudioToSource(int sourceId, AudioData data){ in attachAudioToSource() argument
683 return attachBufferToSource(sourceId, (AudioBuffer) data); in attachAudioToSource()
[all …]
/external/webkit/Source/WebCore/inspector/
DInspectorDebuggerAgent.cpp177 …ion(ErrorString* errorString, RefPtr<InspectorObject> location, String* sourceId, int* lineNumber,… in parseLocation() argument
179 …if (!location->getString("sourceID", sourceId) || !location->getNumber("lineNumber", lineNumber)) { in parseLocation()
191 String sourceId; in setBreakpoint() local
195 if (!parseLocation(errorString, location, &sourceId, &lineNumber, &columnNumber)) in setBreakpoint()
200 …String breakpointId = makeString(sourceId, ":", String::number(lineNumber), ":", String::number(co… in setBreakpoint()
204 *actualLocation = resolveBreakpoint(breakpointId, sourceId, breakpoint); in setBreakpoint()
232 String sourceId; in continueToLocation() local
236 if (!parseLocation(errorString, location, &sourceId, &lineNumber, &columnNumber)) in continueToLocation()
240 …m_continueToLocationBreakpointId = scriptDebugServer().setBreakpoint(sourceId, breakpoint, &lineNu… in continueToLocation()
244 …uggerAgent::resolveBreakpoint(const String& breakpointId, const String& sourceId, const ScriptBrea… in resolveBreakpoint() argument
[all …]
DInspectorDebuggerAgent.h127 …ctorObject> resolveBreakpoint(const String& breakpointId, const String& sourceId, const ScriptBrea…
/external/webkit/Source/WebKit/chromium/src/
DWebWorkerClientImpl.cpp255 int sourceId, in postConsoleMessageToWorkerObject() argument
265 sourceId, in postConsoleMessageToWorkerObject()
274 m_scriptExecutionContext->addMessage(static_cast<MessageSource>(sourceId), in postConsoleMessageToWorkerObject()
281 void WebWorkerClientImpl::postConsoleMessageToWorkerObject(int sourceId, in postConsoleMessageToWorkerObject() argument
288 …postConsoleMessageToWorkerObject(0, sourceId, messageType, messageLevel, message, lineNumber, sour… in postConsoleMessageToWorkerObject()
390 int sourceId, in postConsoleMessageToWorkerObjectTask() argument
397 thisPtr->m_scriptExecutionContext->addMessage(static_cast<MessageSource>(sourceId), in postConsoleMessageToWorkerObjectTask()
DWebWorkerClientImpl.h137 int sourceId,
/external/chromium/chrome/browser/resources/net_internals/
Ddataview.js420 var sourceId = eventList[0].source.id;
427 ' (id=' + sourceId + ')' +
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DChromeClientGtk.cpp316 …ssageLevel level, const WTF::String& message, unsigned int lineNumber, const WTF::String& sourceId) in addMessageToConsole() argument
319 …g_signal_emit_by_name(m_webView, "console-message", message.utf8().data(), lineNumber, sourceId.ut… in addMessageToConsole()
/external/webkit/Tools/DumpRenderTree/gtk/
DDumpRenderTree.cpp844 …WebKitWebView* view, const gchar* message, unsigned int line, const gchar* sourceId, gpointer data) in webViewConsoleMessage() argument
/external/webkit/Source/WebKit/mac/
DChangeLog-2007-10-143428 … (-[WebScriptDebugServer webView:didParseSource:baseLineNumber:fromURL:sourceId:forWebFrame:]):
17800 … (-[WebScriptDebugServer webView:didParseSource:baseLineNumber:fromURL:sourceId:forWebFrame:]):
17802 (-[WebScriptDebugServer webView:didEnterCallFrame:sourceId:line:forWebFrame:]):
17803 (-[WebScriptDebugServer webView:willExecuteStatement:sourceId:line:forWebFrame:]):
17804 (-[WebScriptDebugServer webView:willLeaveCallFrame:sourceId:line:forWebFrame:]):
17805 (-[WebScriptDebugServer webView:exceptionWasRaised:sourceId:line:forWebFrame:]):
18315 (-[WebDefaultScriptDebugDelegate webView:exceptionWasRaised:sourceId:line:forWebFrame:]):
18318 (-[WebScriptDebugServer webView:exceptionWasRaised:sourceId:line:forWebFrame:]): Notify
18322 (-[WebScriptCallFrame exceptionRaised:sourceId:line:]): Dispatch through to delegate and
19342 (-[WebScriptCallFrame parsedSource:fromURL:sourceId:startLine:errorLine:errorMessage:]):
[all …]
DChangeLog-2010-01-299490 <rdar://problem/6263293> WebScriptDebugDelegate should use intptr_t for sourceId, not int
12580 should use intptr_t for sourceId, not int
12582 Added a conditional typedef (currently disabled) to switch sourceId to
12586 (-[WebDefaultScriptDebugDelegate webView:didParseSource:fromURL:sourceId:forWebFrame:]):
12587 …(-[WebDefaultScriptDebugDelegate webView:didParseSource:baseLineNumber:fromURL:sourceId:forWebFram…
12588 (-[WebDefaultScriptDebugDelegate webView:didEnterCallFrame:sourceId:line:forWebFrame:]):
12589 (-[WebDefaultScriptDebugDelegate webView:willExecuteStatement:sourceId:line:forWebFrame:]):
12590 (-[WebDefaultScriptDebugDelegate webView:willLeaveCallFrame:sourceId:line:forWebFrame:]):
12591 (-[WebDefaultScriptDebugDelegate webView:exceptionWasRaised:sourceId:line:forWebFrame:]):
14682 broken out parameters; treat sourceId as intptr_t.
[all …]
DChangeLog-2006-02-094280 (-[WebDefaultScriptDebugDelegate webView:didParseSource:fromURL:sourceId:forWebFrame:]):
4281 (-[WebDefaultScriptDebugDelegate webView:didEnterCallFrame:sourceId:line:forWebFrame:]):
4282 (-[WebDefaultScriptDebugDelegate webView:willExecuteStatement:sourceId:line:forWebFrame:]):
4283 (-[WebDefaultScriptDebugDelegate webView:willLeaveCallFrame:sourceId:line:forWebFrame:]):
4294 (-[WebScriptDebugger parsedSource:fromURL:sourceId:]):
4295 (-[WebScriptDebugger enteredFrame:sourceId:line:]):
4296 (-[WebScriptDebugger hitStatement:sourceId:line:]):
4297 (-[WebScriptDebugger leavingFrame:sourceId:line:]):
/external/webkit/Tools/
DChangeLog-2009-06-1613148 (-[ServerConnection webView:didParseSource:baseLineNumber:fromURL:sourceId:forWebFrame:]):
13150 (-[ServerConnection webView:didEnterCallFrame:sourceId:line:forWebFrame:]):
13151 (-[ServerConnection webView:willExecuteStatement:sourceId:line:forWebFrame:]):
13152 (-[ServerConnection webView:willLeaveCallFrame:sourceId:line:forWebFrame:]):
13153 (-[ServerConnection webView:exceptionWasRaised:sourceId:line:forWebFrame:]):
15082 (-[DebuggerClientMac webView:didParseSource:baseLineNumber:fromURL:sourceId:forWebFrame:]):
15164 (-[DebuggerClientMac webView:didEnterCallFrame:sourceId:line:forWebFrame:]):
15165 (-[DebuggerClientMac webView:willExecuteStatement:sourceId:line:forWebFrame:]):
15166 (-[DebuggerClientMac webView:willLeaveCallFrame:sourceId:line:forWebFrame:]):
15167 (-[DebuggerClientMac webView:exceptionWasRaised:sourceId:line:forWebFrame:]):
[all …]
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebview.cpp1236 …ole_message(WebKitWebView* webView, const gchar* message, unsigned int line, const gchar* sourceId) in webkit_web_view_real_console_message() argument
1238 g_message("console message: %s @%d: %s\n", sourceId, line, message); in webkit_web_view_real_console_message()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-109791 sourceId we send to the debugger matches the sourceId recorded in the
9897 A little more debugger action: supply a real line number, sourceId,
17236 … When -[NSObject(WebScriptDebugDelegate) webView:willLeaveCallFrame:sourceId:line:forWebFrame:]
25792 "sid" => "sourceId"
25804 (KJS::Parser::sourceId):
DChangeLog-2009-06-1631545 of broken out parameters. Stop tracking sourceId as an integer, since we
31584 * kjs/debugger.h: Treat sourceId as intptr_t to avoid loss of precision
31614 (JSC::ScopeNode::sourceId):
DChangeLog-2007-10-1412234 (currentSourceId): Inline helper to get sourceId from function body via context.
12259 (KJS::FunctionBodyNode::sourceId): added
/external/webkit/Source/WebKit/win/
DChangeLog-2009-06-1614919 (-[WebInspector webView:didParseSource:baseLineNumber:fromURL:sourceId:forWebFrame:]):
14920 (-[WebInspector webView:exceptionWasRaised:sourceId:line:forWebFrame:]):
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1682183 broken out parameters; treat sourceId as intptr_t.
82244 * page/inspector/ScriptsPanel.js: Renamed internal uses of sourceId and
DChangeLog-2006-12-3141614 (-[WebScriptDebugger exceptionRaised:sourceId:line::]): Add delegate method.