Home | History | Annotate | Download | only in UIProcess

Lines Matching full:uint64_t

57     typedef HashMap<uint64_t, RefPtr<WebFrameProxy> > WebFrameProxyMap;
58 typedef HashMap<uint64_t, RefPtr<WebBackForwardListItem> > WebBackForwardListItemMap;
65 template<typename T> bool send(const T& message, uint64_t destinationID, unsigned messageSendFlags = 0);
66 template<typename U> bool sendSync(const U& message, const typename U::Reply& reply, uint64_t destinationID, double timeout = 1);
79 WebPageProxy* webPage(uint64_t pageID) const;
81 void addExistingWebPage(WebPageProxy*, uint64_t pageID);
82 void removeWebPage(uint64_t pageID);
84 WebBackForwardListItem* webBackForwardItem(uint64_t itemID) const;
92 WebFrameProxy* webFrame(uint64_t) const;
93 bool canCreateFrame(uint64_t frameID) const;
94 void frameCreated(uint64_t, WebFrameProxy*);
103 template<typename E, typename T> bool deprecatedSend(E messageID, uint64_t destinationID, const T& arguments);
118 void addBackForwardItem(uint64_t itemID, const String& originalURLString, const String& urlString, const String& title, const CoreIPC::DataReference& backForwardData);
119 void didDestroyFrame(uint64_t);
164 HashMap<uint64_t, WebPageProxy*> m_pageMap;
170 bool WebProcessProxy::deprecatedSend(E messageID, uint64_t destinationID, const T& arguments)
179 bool WebProcessProxy::send(const T& message, uint64_t destinationID, unsigned messageSendFlags)
188 bool WebProcessProxy::sendSync(const U& message, const typename U::Reply& reply, uint64_t destinationID, double timeout)