Searched refs:cookie (Results 226 - 250 of 468) sorted by relevance

1234567891011>>

/external/qemu/hw/
H A Dgoldfish_device.h19 void *cookie; member in struct:goldfish_device
/external/chromium_org/chrome/renderer/
H A Dmock_printer.cc102 // Assign a unit document cookie and set the print settings.
139 void MockPrinter::ScriptedPrint(int cookie, argument
144 EXPECT_EQ(document_cookie_, cookie);
168 void MockPrinter::UpdateSettings(int cookie, argument
182 void MockPrinter::SetPrintedPagesCount(int cookie, int number_pages) { argument
185 EXPECT_EQ(document_cookie_, cookie);
/external/chromium/base/
H A Dmessage_loop_unittest.cc617 cookie(c),
622 int cookie; member in struct:TaskItem
626 return type == other.type && cookie == other.cookie && start == other.start;
652 return os << item.type << " " << item.cookie << " starts";
654 return os << item.type << " " << item.cookie << " ends";
660 OrderedTasks(TaskList* order, int cookie) argument
663 cookie_(cookie) {
665 OrderedTasks(TaskList* order, TaskType type, int cookie) argument
668 cookie_(cookie) {
692 int cookie() const { function in class:OrderedTasks
709 MessageBoxTask(TaskList* order, int cookie, bool is_reentrant) argument
729 EndDialogTask(TaskList* order, int cookie) argument
749 RecursiveTask(int depth, TaskList* order, int cookie, bool is_reentrant) argument
773 RecursiveSlowTask(int depth, TaskList* order, int cookie, bool is_reentrant) argument
785 QuitTask(TaskList* order, int cookie) argument
798 SleepTask(TaskList* order, int cookie, int ms) argument
1073 TaskThatPumps(TaskList* order, int cookie) argument
[all...]
/external/chromium/chrome/browser/
H A Dprocess_singleton_linux.cc15 // them, we store a unique cookie in the profile directory, which must also be
16 // present in the remote directory to connect. The cookie is checked both before
18 // different cookies. Thus, a matching cookie before and after means the
19 // connection was to a directory with a valid cookie.
394 bool CheckCookie(const FilePath& path, const FilePath& cookie) { argument
395 return (cookie == ReadLink(path));
403 // It's a symlink. Read the cookie.
404 FilePath cookie = ReadLink(cookie_path); local
405 if (cookie.empty())
409 // Verify the cookie befor
[all...]
/external/ppp/pppd/plugins/rp-pppoe/
H A Ddiscovery.c140 printf("Got a cookie:");
141 /* Print first 20 bytes of cookie */
148 conn->cookie.type = htons(type);
149 conn->cookie.length = htons(len);
150 memcpy(conn->cookie.payload, data, len);
458 /* Copy cookie and relay-ID if needed */
459 if (conn->cookie.type) {
461 ntohs(conn->cookie.length) + TAG_HDR_SIZE);
462 memcpy(cursor, &conn->cookie, ntohs(conn->cookie
[all...]
/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/third_party/WebKit/Source/modules/websockets/
H A DWebSocketHandshake.cpp215 String cookie = cookieRequestHeaderFieldValue(document, url); local
216 if (!cookie.isEmpty())
217 fields.append("Cookie: " + cookie);
218 // Set "Cookie2: <cookie>" if cookies 2 exists for url?
267 String cookie = cookieRequestHeaderFieldValue(document, url); local
268 if (!cookie.isEmpty())
269 request->addHeaderField("Cookie", cookie);
270 // Set "Cookie2: <cookie>" if cookies 2 exists for url?
358 return m_response.headerFields().get("set-cookie");
/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
786 const base::DictionaryValue* cookie; local
[all...]
/external/chromium/chrome/browser/extensions/
H A Disolated_app_apitest.cc22 // Returns whether the given tab's current URL has the given cookie.
23 bool WARN_UNUSED_RESULT HasCookie(TabContents* contents, std::string cookie) { argument
28 return actual_cookie.find(cookie) != std::string::npos;
78 // Check that each tab sees its own cookie.
95 // Check that the non_app iframe cookie is associated with app1 and not the
/external/chromium_org/base/win/
H A Diat_patch_function.cc85 IMAGE_THUNK_DATA* iat, void* cookie) {
87 reinterpret_cast<InterceptFunctionInformation*>(cookie);
83 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/extensions/api/cookies/
H A Dcookies_api.cc90 scoped_ptr<Cookie> cookie(
91 cookies_helpers::CreateCookie(*details->cookie,
93 dict->Set(keys::kCookieKey, cookie->ToValue().release());
126 cookies_helpers::GetURLFromCanonicalCookie(*details->cookie);
181 // cookie store by default.
246 // Return the first matching cookie. Relies on the fact that the
250 scoped_ptr<Cookie> cookie(
252 results_ = Get::Results::Create(*cookie);
257 // The cookie doesn't exist; return null.
405 // Pull the newly set cookie
[all...]
/external/chromium_org/chrome_frame/
H A DCFInstall.js157 document.cookie = "disableGCFCheck=1;path=/;max-age="+age;
296 if (document.cookie.indexOf("disableGCFCheck=1") >=0) {
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DDownloadInfo.java147 public Builder setCookie(String cookie) { argument
148 mCookie = cookie;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DScriptedAnimationController.cpp136 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willFireAnimationFrame(m_document, callback->m_id); local
141 InspectorInstrumentation::didFireAnimationFrame(cookie);
/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/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DSession.java139 * @param cookie if non-null, then present this cookie to the real X11 server
145 public void requestX11Forwarding(String hostname, int port, byte[] cookie, boolean singleConnection) argument
173 x11data.x11_magic_cookie = cookie; /* if non-null, then present this cookie to the real X11 server */
175 /* Generate fake cookie - this one is used between remote clients and the ganymed proxy */
180 /* Make sure that this fake cookie is unique for this connection */
186 /* Generate also hex representation of fake cookie */
/external/kernel-headers/original/asm-x86/
H A Dsignal.h248 #define ptrace_signal_deliver(regs, cookie) \
260 #define ptrace_signal_deliver(regs, cookie) do { } while (0)
/external/chromium/chrome/browser/printing/
H A Dprint_job.h60 virtual int cookie() const;
H A Dprint_job_unittest.cc58 virtual int cookie() const { function in class:__anon2373::TestOwner
123 job->cookie();
/external/chromium/chrome/browser/profiles/
H A Dprofile_io_data.cc53 const net::CookieMonster::CanonicalCookie& cookie,
60 cookie,
114 const net::CookieMonster::CanonicalCookie& cookie,
118 ChromeCookieDetails cookie_details(&cookie, removed, cause);
52 OnCookieChanged( const net::CookieMonster::CanonicalCookie& cookie, bool removed, net::CookieMonster::Delegate::ChangeCause cause) argument
113 OnCookieChangedAsyncHelper( const net::CookieMonster::CanonicalCookie& cookie, bool removed, net::CookieMonster::Delegate::ChangeCause cause) argument
/external/chromium/chrome/common/
H A Dprint_messages.h119 IPC_STRUCT_MEMBER(int, cookie)
166 int /* rendered document cookie */,
/external/chromium_org/chrome_frame/cfinstall/src/stub/
H A Dcfinstall.js44 * TODO(user): This cookie is not currently set anywhere.
49 return document.cookie.indexOf("disableGCFCheck=1") >=0;

Completed in 2363 milliseconds

1234567891011>>