Searched defs:CoreIPC (Results 101 - 109 of 109) sorted by relevance

12345

/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DConnection.cpp38 namespace CoreIPC { namespace
203 , m_connectionQueue("com.apple.CoreIPC.ReceiveQueue")
671 } // namespace CoreIPC
H A DConnection.h55 namespace CoreIPC { namespace
405 } // namespace CoreIPC
H A DMessageID.h29 namespace CoreIPC { namespace
177 } // namespace CoreIPC
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.h70 namespace CoreIPC { namespace
122 class WebPage : public APIObject, public CoreIPC::MessageSender<WebPage> {
130 CoreIPC::Connection* connection() const;
188 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
189 CoreIPC::SyncReplyMode didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC
[all...]
/external/webkit/Source/WebKit2/Shared/
H A DWebEvent.h36 namespace CoreIPC { namespace
102 void encode(CoreIPC::ArgumentEncoder*) const;
103 static bool decode(CoreIPC::ArgumentDecoder*, WebEvent&);
139 void encode(CoreIPC::ArgumentEncoder*) const;
140 static bool decode(CoreIPC::ArgumentDecoder*, WebMouseEvent&);
194 void encode(CoreIPC::ArgumentEncoder*) const;
195 static bool decode(CoreIPC::ArgumentDecoder*, WebWheelEvent&);
229 void encode(CoreIPC::ArgumentEncoder*) const;
230 static bool decode(CoreIPC::ArgumentDecoder*, WebKeyboardEvent&);
257 void encode(CoreIPC
[all...]
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkpage.cpp266 void QWKPagePrivate::didFinishLoadingDataForCustomRepresentation(const String& suggestedFilename, const CoreIPC::DataReference&) argument
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.h60 namespace CoreIPC { namespace
348 void registerWebProcessAccessibilityToken(const CoreIPC::DataReference&);
350 void registerUIProcessAccessibilityTokens(const CoreIPC::DataReference& elemenToken, const CoreIPC::DataReference& windowToken);
406 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
407 void didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC
[all...]
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DWebView.cpp528 void WebView::didFinishLoadingDataForCustomRepresentation(const String& suggestedFilename, const CoreIPC::DataReference&) argument
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebView.cpp1448 void WebView::didFinishLoadingDataForCustomRepresentation(const String& suggestedFilename, const CoreIPC::DataReference&) argument

Completed in 532 milliseconds

12345