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

  /external/webkit/Source/WebKit/chromium/src/
DebuggerAgentManager.cpp 62 explicit CallerIdWrapper(int callerId)
64 , m_callerId(callerId) { }
67 int callerId() const { return m_callerId; }
185 DebuggerAgentImpl* debuggerAgent = debuggerAgentForHostId(wrapper->callerId());
237 void DebuggerAgentManager::executeDebuggerCommand(const WTF::String& command, int callerId)
239 sendCommandToV8(command, new CallerIdWrapper(callerId));
DebuggerAgentManager.h 72 static void executeDebuggerCommand(const WTF::String& command, int callerId);
WebDevToolsAgentImpl.cpp 310 void WebDevToolsAgent::executeDebuggerCommand(const WebString& command, int callerId)
312 DebuggerAgentManager::executeDebuggerCommand(command, callerId);
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/generateviewbylayout/codegenerators/
AbstractLayoutCodeGenerator.java 81 protected void addMethodInvocationToListenerHandler(String callerId, String invocationMethod,
87 addMethodInvocationToListenerHandler(callerId, invocationMethod, classType,
95 protected void addMethodInvocationToListenerHandler(String callerId, String invocationMethod,
102 SimpleName listenerOptionalName = onCreateDeclaration.getAST().newSimpleName(callerId);

Completed in 156 milliseconds