Home
last modified time | relevance | path

Searched refs:AutomaticReply (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
DWebProcessProxy.cpp274 return CoreIPC::AutomaticReply; in didReceiveSyncMessage()
278 return CoreIPC::AutomaticReply; in didReceiveSyncMessage()
281 return CoreIPC::AutomaticReply; in didReceiveSyncMessage()
DWebContext.cpp654 return CoreIPC::AutomaticReply; in didReceiveSyncMessage()
668 return CoreIPC::AutomaticReply; in didReceiveSyncMessage()
673 return CoreIPC::AutomaticReply; in didReceiveSyncMessage()
679 return CoreIPC::AutomaticReply; in didReceiveSyncMessage()
/external/webkit/Source/WebKit2/Platform/CoreIPC/
DConnection.h60 AutomaticReply, enumerator
86 …n*, MessageID, ArgumentDecoder*, ArgumentEncoder*) { ASSERT_NOT_REACHED(); return AutomaticReply; } in didReceiveSyncMessage()
/external/webkit/Source/WebKit2/WebProcess/Plugins/
DPluginProcessConnection.cpp121 return CoreIPC::AutomaticReply; in didReceiveSyncMessage()
/external/webkit/Source/WebKit2/WebProcess/
DWebProcess.cpp560 return CoreIPC::AutomaticReply; in didReceiveSyncMessage()
564 return CoreIPC::AutomaticReply; in didReceiveSyncMessage()
567 return CoreIPC::AutomaticReply; in didReceiveSyncMessage()
/external/webkit/Source/WebKit2/PluginProcess/
DWebProcessConnection.cpp128 return CoreIPC::AutomaticReply; in didReceiveSyncMessage()
/external/webkit/Source/WebKit2/Shared/Plugins/
DNPRemoteObjectMap.cpp226 return CoreIPC::AutomaticReply; in didReceiveSyncMessage()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1630441AutomaticReply, the reply will be sent when the didReceiveSyncMessage function returns. However, i…
30450 …Check the return value of didReceiveSyncMessage. If it is AutomaticReply, immediately send the rep…