Searched refs:WebCookieJar (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebCookieJar.h38 * You can obtain an instance of WebCookieJar by calling WebPage::cookieJar().
40 class BLACKBERRY_EXPORT WebCookieJar { class in namespace:BlackBerry::WebKit
63 WebCookieJar();
66 WebCookieJar(const WebCookieJar&);
67 WebCookieJar& operator=(const WebCookieJar&);
H A DWebCookieJar.cpp21 #include "WebCookieJar.h"
32 WebCookieJar::WebCookieJar() function in class:BlackBerry::WebKit::WebCookieJar
36 std::vector<BlackBerry::Platform::String> WebCookieJar::cookies(const BlackBerry::Platform::String& url)
50 void WebCookieJar::setCookies(const BlackBerry::Platform::String& url, const std::vector<BlackBerry::Platform::String>& cookies)
H A DWebPage.h66 class WebCookieJar;
125 WebCookieJar* cookieJar() const;
H A DWebPage_p.h86 class WebCookieJar;
480 WebCookieJar* m_cookieJar;
H A DWebPage.cpp140 #include "WebCookieJar.h"
3069 WebCookieJar* WebPage::cookieJar() const
3072 d->m_cookieJar = new WebCookieJar();

Completed in 107 milliseconds