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

  /external/webkit/Source/WebKit2/UIProcess/
WebContext.cpp 118 , m_cookieManagerProxy(WebCookieManagerProxy::create(this))
157 m_cookieManagerProxy->invalidate();
158 m_cookieManagerProxy->clearContext();
286 if (!m_cookieManagerProxy->shouldTerminate(process))
337 m_cookieManagerProxy->invalidate();
593 m_cookieManagerProxy->didReceiveMessage(connection, messageID, arguments);
WebContext.h 147 WebCookieManagerProxy* cookieManagerProxy() const { return m_cookieManagerProxy.get(); }
249 RefPtr<WebCookieManagerProxy> m_cookieManagerProxy;

Completed in 708 milliseconds