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

/external/chromium/net/base/
H A Dcookie_store.cc11 bool CookieStore::SetCookie(const GURL& url, const std::string& cookie_line) { function in class:net::CookieStore
/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
44 public interface SetCookie extends Cookie { interface in inherits:Cookie
/external/chromium_org/chrome/browser/ui/views/
H A Dcookie_info_view.cc64 void CookieInfoView::SetCookie(const std::string& domain, function in class:CookieInfoView
89 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::__anon8607::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.h142 bool SetCookie(CookieStore* cs, function in class:net::CookieStoreTest
255 EXPECT_TRUE(this->SetCookie(cs.get(), this->url_google_, "A=B"));
257 EXPECT_TRUE(this->SetCookie(
268 EXPECT_TRUE(this->SetCookie(
275 EXPECT_TRUE(this->SetCookie(
282 this->SetCookie(cs.get(), this->url_google_, "I=J; domain=.izzle"));
285 EXPECT_FALSE(this->SetCookie(
298 EXPECT_FALSE(this->SetCookie(
300 EXPECT_FALSE(this->SetCookie(
315 EXPECT_TRUE(this->SetCookie(c
[all...]
/external/chromium/chrome/browser/automation/
H A Dautomation_util.cc58 SetCookie(url, value);
133 void SetCookie(const GURL& url, function in namespace:automation_util
H A Dtesting_automation_provider.cc233 IPC_MESSAGE_HANDLER(AutomationMsg_SetCookie, SetCookie)
521 void TestingAutomationProvider::SetCookie(const GURL& url, function in class:TestingAutomationProvider
527 automation_util::SetCookie(url, value, contents, response_value);
2076 handler_map["SetCookie"] =
/external/chromium/chrome/browser/ui/views/
H A Dcookie_info_view.cc58 void CookieInfoView::SetCookie( function in class:CookieInfoView
100 SetCookie(pc.HasDomain() ? pc.Domain() : url.host(), cookie);
/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.cc89 void SetCookie(const GURL& host, const std::string& cookie_value);
286 void CookieManager::SetCookie(const GURL& host, function in class:android_webview::__anon3445::CookieManager
308 // The CookieManager API does not return a value for SetCookie,
459 static void SetCookie(JNIEnv* env, jobject obj, jstring url, jstring value) { function in namespace:android_webview
463 CookieManager::GetInstance()->SetCookie(host, cookie_value);
/external/chromium_org/chrome/browser/automation/
H A Dautomation_util.cc253 void SetCookie(const GURL& url, function in namespace:automation_util
/external/chromium_org/content/public/test/
H A Dbrowser_test_utils.cc391 bool SetCookie(BrowserContext* browser_context, function in namespace:content
/external/chromium_org/content/plugin/
H A Dwebplugin_proxy.cc261 void WebPluginProxy::SetCookie(const GURL& url, function in class:content::WebPluginProxy
/external/chromium_org/chrome/test/webdriver/
H A Dwebdriver_automation.cc863 void Automation::SetCookie(const std::string& url, function in class:webdriver::Automation
H A Dwebdriver_session.cc590 Error* Session::SetCookie(const std::string& url, function in class:webdriver::Session
594 &Automation::SetCookie,
1448 // See SetCookie for why it is essential that we wait here.
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.cc761 void WebPluginImpl::SetCookie(const GURL& url, function in class:content::WebPluginImpl
/external/chromium_org/chrome/test/pyautolib/
H A Dpyauto.py1951 def SetCookie(self, url, value, windex=0): member in class:PyUITest
/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/ ...
/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/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 8669 milliseconds