Searched defs:SetCookie (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/net/
H A Dsafe_search_util_unittest.cc33 static void SetCookie(net::HttpRequestHeaders* headers, function in class:SafeSearchUtilTest
43 SetCookie(&headers, header_string_original);
47 SetCookie(&headers_expected, header_string_expected);
/external/apache-http/src/org/apache/http/cookie/
H A DSetCookie.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/cookie/SetCookie.java $
37 * This interface represents a <code>SetCookie</code> response header sent by the
49 public interface SetCookie extends Cookie { interface in inherits:Cookie
/external/chromium_org/chrome/browser/ui/views/
H A Dcookie_info_view.cc52 void CookieInfoView::SetCookie(const std::string& domain, function in class:CookieInfoView
77 SetCookie(pc.HasDomain() ? pc.Domain() : url.host(), cookie);
/external/chromium_org/net/cookies/
H A Dcookie_monster_perftest.cc64 void SetCookie( function in class:net::__anon9123::SetCookieCallback
133 setCookieCallback.SetCookie(cm.get(), GURL(kGoogleURL), *it);
166 setCookieCallback.SetCookie(cm.get(), *it, cookie);
224 setCookieCallback.SetCookie(cm.get(), gurl, cookie);
266 setCookieCallback.SetCookie(cm.get(), gurl, cookie);
376 setCookieCallback.SetCookie(cm.get(), gurl, cookie_line);
380 setCookieCallback.SetCookie(cm.get(), gurl, cookie_line);
H A Dcookie_store_unittest.h143 bool SetCookie(CookieStore* cs, function in class:net::CookieStoreTest
276 EXPECT_TRUE(this->SetCookie(cs.get(), this->url_google_, "A=B"));
278 EXPECT_TRUE(this->SetCookie(
289 EXPECT_TRUE(this->SetCookie(
296 EXPECT_TRUE(this->SetCookie(
303 this->SetCookie(cs.get(), this->url_google_, "I=J; domain=.izzle"));
306 EXPECT_FALSE(this->SetCookie(
319 EXPECT_FALSE(this->SetCookie(
321 EXPECT_FALSE(this->SetCookie(
336 EXPECT_TRUE(this->SetCookie(c
[all...]
/external/chromium_org/ppapi/tests/
H A Dtesting_instance.cc119 void TestingInstance::SetCookie(const std::string& name, function in class:TestingInstance
121 SendTestCommand("SetCookie", name + "=" + value);
/external/chromium_org/android_webview/native/
H A Dcookie_manager.cc152 void SetCookie(const GURL& host,
339 void CookieManager::SetCookie( function in class:android_webview::__anon1827::CookieManager
530 static void SetCookie(JNIEnv* env, function in namespace:android_webview
539 CookieManager::GetInstance()->SetCookie(host, cookie_value, callback.Pass());
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_helper_unittest.cc875 void SetCookie(const std::string& value) { function in class:OneClickSyncStarterWrapperTest
953 SetCookie("LSID=1234; secure; httponly");
983 SetCookie("LSID=1234; domain=google.com; secure; httponly");
/external/chromium_org/content/plugin/
H A Dwebplugin_proxy.cc228 void WebPluginProxy::SetCookie(const GURL& url, function in class:content::WebPluginProxy
/external/chromium_org/content/public/test/
H A Dbrowser_test_utils.cc566 bool SetCookie(BrowserContext* browser_context, function in namespace:content
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.cc768 void WebPluginImpl::SetCookie(const GURL& url, function in class:content::WebPluginImpl
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpclient-4.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 7077 milliseconds