Searched refs:setCookieEnabled (Results 1 – 7 of 7) sorted by relevance
236 void setCookieEnabled(bool enabled) { m_cookieEnabled = enabled; } in setCookieEnabled() function
159 HRESULT setCookieEnabled([in] BOOL enable);
756 virtual HRESULT STDMETHODCALLTYPE setCookieEnabled(
5791 HRESULT STDMETHODCALLTYPE WebView::setCookieEnabled(BOOL enable) in setCookieEnabled() function in WebView5796 m_page->setCookieEnabled(enable); in setCookieEnabled()
2901 (WebView::setCookieEnabled):
2233 _private->page->setCookieEnabled(enable);
73479 (WebCore::Page::setCookieEnabled): Added.