Searched refs:cookieEnabled (Results 1 – 19 of 19) sorted by relevance
148 bool Navigator::cookieEnabled() const in cookieEnabled() function in WebCore::Navigator153 if (m_frame->page() && !m_frame->page()->cookieEnabled()) in cookieEnabled()
62 bool cookieEnabled() const;
38 readonly attribute boolean cookieEnabled;
235 bool cookieEnabled() const { return m_cookieEnabled; } in cookieEnabled() function
60 // The value of 'navigator.cookieEnabled' property.
160 HRESULT cookieEnabled([out, retval] BOOL* enabled);
177 if (!frame || !frame->page() || !frame->page()->cookieEnabled()) in setUpCookiesForQuickTime()
264 if (!frame || !frame->page() || !frame->page()->cookieEnabled()) in setUpCookiesForQuickTime()
759 virtual HRESULT STDMETHODCALLTYPE cookieEnabled(
5800 HRESULT STDMETHODCALLTYPE WebView::cookieEnabled(BOOL* enabled) in cookieEnabled() function in WebView5808 *enabled = m_page->cookieEnabled(); in cookieEnabled()
2902 (WebView::cookieEnabled):
3683 if (page() && !page()->cookieEnabled()) in cookie()3704 if (page() && !page()->cookieEnabled()) in setCookie()
2226 return _private->page->cookieEnabled();
2290 Radar 3092747 (javascript cookieEnabled property returns incorrect value)2292 Now, we return "true" for navigator.cookieEnabled when 12369 2943749 - JavaScript navigator.cookieEnabled property is always "true"
15340 (KWQKCookieJar::cookieEnabled):16434 (KWQKCookieJar::cookieEnabled):16492 (KWQKCookieJar::cookieEnabled):18230 (KWQKCookieJar::cookieEnabled):
10464 2943749 - JavaScript navigator.cookieEnabled property is always "true"10476 (KWQKCookieJar::cookieEnabled): Likewise.
1222 (KWQKCookieJar::cookieEnabled):
40069 (WebCore::Navigator::cookieEnabled):73474 (WebCore::Navigator::cookieEnabled): Ditto.73478 (WebCore::Page::cookieEnabled): Added.
42986 (WebCore::Navigator::cookieEnabled):