| /external/apache-http/src/org/apache/http/cookie/ | 
| SetCookie2.java | 42 public interface SetCookie2 extends SetCookie { 
 | 
| /external/chromium/chrome/browser/ui/views/ | 
| cookie_info_view.h | 49   void SetCookie(const std::string& domain, 
 | 
| cookie_info_view.cc | 58 void CookieInfoView::SetCookie( 100   SetCookie(pc.HasDomain() ? pc.Domain() : url.host(), cookie);
 
 | 
| collected_cookies_win.cc | 460       cookie_info_view_->SetCookie(detailed_info.cookie->Domain(), 
 | 
| /external/chromium/net/base/ | 
| cookie_store.h | 54   bool SetCookie(const GURL& url, const std::string& cookie_line); 
 | 
| cookie_monster.cc | [all...] | 
| /external/apache-http/src/org/apache/http/impl/cookie/ | 
| RFC2965DomainAttributeHandler.java | 41 import org.apache.http.cookie.SetCookie; 59     public void parse(final SetCookie cookie, String domain)
 
 | 
| BasicClientCookie.java | 40 import org.apache.http.cookie.SetCookie; 60 public class BasicClientCookie implements SetCookie, ClientCookie, Cloneable {
 
 | 
| /external/chromium/chrome/browser/automation/ | 
| automation_util.cc | 58       SetCookie(url, value); 133 void SetCookie(const GURL& url,
 
 | 
| testing_automation_provider.cc | 233     IPC_MESSAGE_HANDLER(AutomationMsg_SetCookie, SetCookie) 521 void TestingAutomationProvider::SetCookie(const GURL& url,
 527   automation_util::SetCookie(url, value, contents, response_value);
 [all...]
 | 
| testing_automation_provider.h | 74   void SetCookie(const GURL& url, [all...]
 | 
| /frameworks/base/core/java/android/webkit/ | 
| CookieManager.java | 295     public void setCookie(String url, String value) { 297             setCookie(url, value, false);
 309         setCookie(uri, value);
 321     public void setCookie(String url, String value, boolean privateBrowsing) {
 323             setCookie(url, value);
 347     public synchronized void setCookie(WebAddress uri, String value) {
 360             Log.v(LOGTAG, "setCookie: uri: " + uri + " value: " + value);
 [all...]
 | 
| JWebCoreJavaBridge.java | 186         CookieManager.getInstance().setCookie(url, value); 
 | 
| LoadListener.java | 310         // call db (setCookie) in the non-WebCore thread 314             CookieManager.getInstance().setCookie(mUri, cookies.get(i));
 [all...]
 | 
| /prebuilt/common/http-client/ | 
| httpclient-4.1.1.jar |  | 
| /external/webkit/Source/WebKit/win/Interfaces/ | 
| DOMHTML.idl | 178         - (void)setCookie:(NSString *)cookie; 180     HRESULT setCookie([in] BSTR cookie);
 
 | 
| /external/webkit/Source/WebKit/android/WebCoreSupport/ | 
| PlatformBridge.cpp | 78     WebCookieJar::get(isPrivateBrowsing)->cookieStore()->SetCookie(cookieGurl, cookieValue); 
 | 
| /external/libvpx/examples/includes/geshi/geshi/ | 
| php-brief.php | 83             'import_request_variables', 'error_log', 'serialize', 'unserialize', 'memory_get_usage', 'var_dump', 'var_export', 'debug_zval_dump', 'print_r','highlight_file', 'show_source', 'highlight_string', 'ini_get', 'ini_get_all', 'ini_set', 'ini_alter', 'ini_restore', 'get_include_path', 'set_include_path', 'restore_include_path', 'setcookie', 'header', 'headers_sent', 'connection_aborted', 'connection_status', 'ignore_user_abort', 'parse_ini_file', 'is_uploaded_file', 'move_uploaded_file', 'intval', 'floatval', 'doubleval', 'strval', 'gettype', 'settype', 'is_null', 'is_resource', 'is_bool', 'is_long', 'is_float', 'is_int', 'is_integer', 'is_double', 'is_real', 'is_numeric', 'is_string', 'is_array', 'is_object', 'is_scalar', 
 | 
| php.php | [all...] | 
| /external/webkit/Source/WebCore/websockets/ | 
| WebSocketChannel.cpp | 289                         document->setCookie(m_handshake.serverSetCookie(), ec); 
 | 
| /external/webkit/Source/WebKit/win/ | 
| DOMHTMLClasses.cpp | 326 HRESULT STDMETHODCALLTYPE DOMHTMLDocument::setCookie( [all...]
 | 
| /external/webkit/Source/WebCore/dom/ | 
| Document.cpp | [all...] | 
| Document.h | 814     void setCookie(const String&, ExceptionCode&); [all...]
 | 
| /external/webkit/Source/WebKit/chromium/src/ | 
| PlatformBridge.cpp | 263         cookieJar->setCookie(url, document->firstPartyForCookies(), value); [all...]
 | 
| /external/webkit/Source/WebCore/ | 
| ChangeLog-2002-12-03 | [all...] |