Searched refs:cookie (Results 201 - 225 of 424) sorted by relevance

1234567891011>>

/external/iproute2/ip/
H A Dipl2tp.c50 uint8_t cookie[8]; member in struct:l2tp_parm
179 p->cookie, p->cookie_len);
214 static void print_cookie(char *name, const uint8_t *cookie, int len) argument
217 cookie[0], cookie[1],
218 cookie[2], cookie[3]);
221 cookie[4], cookie[5],
222 cookie[
[all...]
/external/chromium_org/chrome/browser/printing/
H A Dprinting_message_filter.cc80 // Always use an invalid cookie.
302 params.document_cookie = printer_query->cookie();
309 if (printer_query->cookie() && printer_query->settings().dpi()) {
321 queue_->PopPrinterQuery(params.cookie);
351 params.params.document_cookie = printer_query->cookie();
424 params.params.document_cookie = printer_query->cookie();
435 if (printer_query->cookie() && printer_query->settings().dpi()) {
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri.c189 xcb_dri2_get_buffers_cookie_t cookie; local
190 cookie = xcb_dri2_get_buffers_unchecked(scrn->conn, drawable, 1, 1, attachments);
191 reply = xcb_dri2_get_buffers_reply(scrn->conn, cookie, NULL);
260 xcb_dri2_get_msc_cookie_t cookie; local
267 cookie = xcb_dri2_get_msc_unchecked(scrn->conn, drawable);
268 reply = xcb_dri2_get_msc_reply(scrn->conn, cookie, NULL);
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri.c189 xcb_dri2_get_buffers_cookie_t cookie; local
190 cookie = xcb_dri2_get_buffers_unchecked(scrn->conn, drawable, 1, 1, attachments);
191 reply = xcb_dri2_get_buffers_reply(scrn->conn, cookie, NULL);
260 xcb_dri2_get_msc_cookie_t cookie; local
267 cookie = xcb_dri2_get_msc_unchecked(scrn->conn, drawable);
268 reply = xcb_dri2_get_msc_reply(scrn->conn, cookie, NULL);
/external/chromium_org/chrome/test/chromedriver/
H A Dwindow_commands.cc78 base::DictionaryValue* CreateDictionaryFrom(const Cookie& cookie) { argument
80 dict->SetString("name", cookie.name);
81 dict->SetString("value", cookie.value);
82 if (!cookie.domain.empty())
83 dict->SetString("domain", cookie.domain);
84 if (!cookie.path.empty())
85 dict->SetString("path", cookie.path);
86 if (!cookie.session)
87 dict->SetDouble("expiry", cookie.expiry);
88 dict->SetBoolean("secure", cookie
799 const base::DictionaryValue* cookie; local
[all...]
/external/chromium_org/base/win/
H A Diat_patch_function.cc46 IMAGE_THUNK_DATA* iat, void* cookie) {
48 reinterpret_cast<InterceptFunctionInformation*>(cookie);
44 InterceptEnumCallback(const base::win::PEImage& image, const char* module, DWORD ordinal, const char* name, DWORD hint, IMAGE_THUNK_DATA* iat, void* cookie) argument
/external/chromium_org/chrome/browser/chromeos/login/test/
H A Dhttps_forwarder.py78 if key == 'set-cookie':
79 for cookie in value.split(','):
80 self.send_header(key, cookie)
/external/chromium_org/chrome/browser/extensions/api/cookies/
H A Dcookies_api.cc88 // cookie store by default.
146 scoped_ptr<Cookie> cookie(
147 cookies_helpers::CreateCookie(*details->cookie,
149 dict->Set(keys::kCookieKey, cookie->ToValue().release());
182 cookies_helpers::GetURLFromCanonicalCookie(*details->cookie);
249 // Return the first matching cookie. Relies on the fact that the
253 scoped_ptr<Cookie> cookie(
255 results_ = Get::Results::Create(*cookie);
260 // The cookie doesn't exist; return null.
407 // Pull the newly set cookie
[all...]
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DDownloadInfo.java154 public Builder setCookie(String cookie) { argument
155 mCookie = cookie;
/external/chromium_org/remoting/webapp/
H A Dxmpp_login_handler.js231 var cookie = window.btoa("\0" + this.username_ + "\0" + this.authToken_);
240 cookie +
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DWorkerInspectorController.cpp81 virtual void updateInspectorStateCookie(const String& cookie) OVERRIDE
83 m_workerGlobalScope->thread()->workerReportingProxy().updateInspectorStateCookie(cookie); variable
/external/dhcpcd/
H A Ddhcp.h154 uint32_t cookie; member in struct:dhcp_message
155 uint8_t options[DHCP_OPTION_LEN]; /* message options - cookie */
169 uint32_t cookie; member in struct:dhcp_lease
/external/dnsmasq/contrib/wrt/
H A Ddhcp_lease_time.c67 u32 cookie; member in struct:dhcp_packet
100 /* skip over DHCP cookie; */
164 packet.cookie = htonl(DHCP_COOKIE);
/external/chromium_org/chrome/browser/signin/
H A Dchrome_signin_client.h79 // The callbacks that will be called when notifications about cookie changes
81 base::CallbackList<void(const net::CanonicalCookie* cookie)> callbacks_;
H A Dchrome_signin_client.cc173 // credentials should be merge into the cookie jar.
223 const net::CanonicalCookie* cookie = local
224 content::Details<ChromeCookieDetails>(details).ptr()->cookie;
225 callbacks_.Notify(cookie);
/external/chromium_org/content/child/npapi/
H A Dwebplugin.h69 const std::string& cookie) = 0;
/external/chromium_org/net/cookies/
H A Dcookie_store_test_helpers.h76 void GetCookiesWithOptionsInternalCallback(const std::string& cookie);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Ddtls1.h175 * with a cookie from a HelloVerifyRequest. */
178 uint8_t cookie[DTLS1_COOKIE_LENGTH]; member in struct:dtls1_state_st
/external/openssl/include/openssl/
H A Ddtls1.h187 unsigned char cookie[DTLS1_COOKIE_LENGTH]; member in struct:dtls1_state_st
/external/openssl/ssl/
H A Ddtls1.h187 unsigned char cookie[DTLS1_COOKIE_LENGTH]; member in struct:dtls1_state_st
/external/qemu/include/hw/android/goldfish/
H A Ddevice.h22 void *cookie; member in struct:goldfish_device
/external/sonivox/arm-wt-22k/host_src/
H A Deas_host.h51 extern EAS_RESULT EAS_HWUnRegisterSignalHandler(void *cookie);
/external/chromium_org/chrome/renderer/
H A Dchrome_mock_render_thread.cc127 printer_->ScriptedPrint(params.cookie,
135 int cookie, int number_pages) {
136 printer_->SetPrintedPagesCount(cookie, number_pages);
134 OnDidGetPrintedPagesCount( int cookie, int number_pages) argument
/external/chromium_org/components/signin/core/browser/
H A Daccount_reconcilor.cc162 void AccountReconcilor::OnCookieChanged(const net::CanonicalCookie* cookie) { argument
163 if (cookie->Name() == "LSID" &&
164 cookie->Domain() == GaiaUrls::GetInstance()->gaia_url().host() &&
165 cookie->IsSecure() && cookie->IsHttpOnly()) {
170 VLOG(1) << "AccountReconcilor::OnCookieChanged: cookie change is ingored"
229 // Reset state for validating gaia cookie.
354 // If there are any accounts in the gaia cookie but not in chrome, then
355 // those accounts need to be removed from the cookie. This means we need
356 // to blow the cookie awa
[all...]
/external/chromium_org/win8/metro_driver/ime/
H A Dtext_service.cc175 EventSink(DWORD cookie, base::win::ScopedComPtr<ITfSource> source) argument
176 : cookie_(cookie),
196 DWORD cookie = TF_INVALID_EDIT_COOKIE; local
202 hr = source->AdviseSink(IID_ITfTextEditSink, text_store, &cookie);
207 return scoped_ptr<EventSink>(new EventSink(cookie, source));

Completed in 696 milliseconds

1234567891011>>