HomeSort by relevance Sort by last modified time
    Searched refs:cookie (Results 101 - 125 of 887) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium/chrome/browser/printing/
print_view_manager.h 63 void OnDidGetPrintedPagesCount(int cookie, int number_pages);
112 bool OpportunisticallyCreatePrintJob(int cookie);
print_view_manager.cc 102 void PrintViewManager::OnDidGetPrintedPagesCount(int cookie, int number_pages) {
103 DCHECK_GT(cookie, 0);
106 if (!OpportunisticallyCreatePrintJob(cookie))
110 if (!document || cookie != document->cookie()) {
123 if (!document || params.document_cookie != document->cookie()) {
357 print_job_->cookie(),
433 bool PrintViewManager::OpportunisticallyCreatePrintJob(int cookie) {
437 if (!cookie) {
446 g_browser_process->print_job_manager()->PopPrinterQuery(cookie,
    [all...]
  /external/webkit/LayoutTests/http/tests/cookies/resources/
cookies-test-pre.js 155 // We do not set the cookie right away as it is forbidden by the XHR spec.
157 function setCookies(cookie)
162 xhr.setRequestHeader("SET_COOKIE", cookie);
166 cookies.push(cookie);
175 // Normalize a cookie string
176 function normalizeCookie(cookie)
178 // Split the cookie string, sort it and then put it back together.
179 return cookie.split('; ').sort().join('; ');
188 var cookie = xhr.getResponseHeader("HTTP_COOKIE") == null ? '"null"' : xhr.getResponseHeader("HTTP_COOKIE");
190 // Normalize the cookie strings
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
HAREntry.js 160 _buildCookie: function(cookie)
164 name: cookie.name,
165 value: cookie.value,
166 path: cookie.path,
167 domain: cookie.domain,
168 expires: cookie.expires(new Date(this._resource.startTime * 1000)),
169 httpOnly: cookie.httpOnly,
170 secure: cookie.secure
CookieItemsView.js 141 _deleteCookie: function(cookie)
143 PageAgent.deleteCookie(cookie.name, this._cookieDomain);
228 var cookie = rawCookies[i];
229 var delimIndex = cookie.indexOf("=");
230 var name = cookie.substring(0, delimIndex);
231 var value = cookie.substring(delimIndex + 1);
240 WebInspector.Cookies.cookieMatchesResourceURL = function(cookie, resourceURL)
243 if (!url || !this.cookieDomainMatchesResourceDomain(cookie.domain, url.host))
245 return (url.path.indexOf(cookie.path) === 0
246 && (!cookie.port || url.port == cookie.port
    [all...]
  /external/wpa_supplicant_8/src/wps/
httpread.h 71 void (*cb)(struct httpread *handle, void *cookie,
73 void *cookie, /* pass to callback */
  /external/apache-http/src/org/apache/http/cookie/
ClientCookie.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/cookie/ClientCookie.java $
32 package org.apache.http.cookie;
35 * ClientCookie extends the standard {@link Cookie} interface with
37 * original cookie attributes exactly as they were specified by the
38 * origin server. This is important for generating the <tt>Cookie</tt>
39 * header because some cookie specifications require that the
40 * <tt>Cookie</tt> header should include certain attributes only if
41 * they were specified in the <tt>Set-Cookie</tt> header.
47 public interface ClientCookie extends Cookie {
  /external/apache-http/src/org/apache/http/cookie/params/
CookieSpecParamBean.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/cookie/params/CookieSpecParamBean.java $
32 package org.apache.http.cookie.params;
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_tveille.c 30 #include <mint/cookie.h>
  /frameworks/base/core/java/android/view/textservice/
SuggestionsInfo.java 67 * @param cookie the cookie of the input TextInfo
68 * @param sequence the cookie of the input TextInfo
71 int suggestionsAttributes, String[] suggestions, int cookie, int sequence) {
80 mCookie = cookie;
108 * Set the cookie and the sequence of SuggestionsInfo which are set to TextInfo from a client
110 * @param cookie the cookie of an input TextInfo
111 * @param sequence the cookie of an input TextInfo
113 public void setCookieAndSequence(int cookie, int sequence)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfoAsyncQuery.java 67 public void onQueryComplete(int token, Object cookie, CallerInfo ci);
72 * Wrap the cookie from the WorkerArgs with additional information needed by our
77 public Object cookie; field in class:CallerInfoAsyncQuery.CookieWrapper
132 CookieWrapper cw = (CookieWrapper) args.cookie;
201 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
204 //get the cookie and notify the listener.
205 CookieWrapper cw = (CookieWrapper) cookie;
211 if (DBG) Rlog.d(LOG_TAG, "Cookie is null, ignoring onQueryComplete() request.");
294 cw.listener.onQueryComplete(token, cw.cookie, mCallerInfo);
310 OnQueryCompleteListener listener, Object cookie) {
    [all...]
  /system/core/include/zipfile/
zipfile.h 52 zipentry_t iterate_zipfile(zipfile_t file, void** cookie);
  /external/chromium/base/win/
pe_image_unittest.cc 21 PVOID cookie) {
22 int* count = reinterpret_cast<int*>(cookie);
34 PVOID cookie) {
35 int* count = reinterpret_cast<int*>(cookie);
45 PVOID cookie) {
46 int* count = reinterpret_cast<int*>(cookie);
55 PVOID cookie) {
56 int* count = reinterpret_cast<int*>(cookie);
66 PVOID cookie) {
67 int* count = reinterpret_cast<int*>(cookie);
    [all...]
pe_image.cc 24 PVOID cookie; member in struct:base::win::EnumAllImportsStorage
49 PIMAGE_THUNK_DATA iat, PVOID cookie) {
51 cookie);
54 storage.cookie);
62 PIMAGE_THUNK_DATA unload_iat, PVOID cookie) {
64 cookie);
68 unload_iat, storage.cookie);
239 bool PEImage::EnumSections(EnumSectionsFunction callback, PVOID cookie) const {
248 if (!callback(*this, section, section_start, size, cookie))
255 bool PEImage::EnumExports(EnumExportsFunction callback, PVOID cookie) const
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_cookies_helpers.h 36 // Constructs a Cookie object as defined by the cookies API. This function
40 const net::CookieMonster::CanonicalCookie& cookie,
49 // Retrieves all cookies from the given cookie store corresponding to the given
50 // URL. If the URL is empty, all cookies in the cookie store are retrieved.
55 // Constructs a URL from a cookie's information for use in checking
56 // a cookie against the extension's host permissions. The Secure
57 // property of the cookie defines the URL scheme, and the cookie's
60 const net::CookieMonster::CanonicalCookie& cookie);
62 // Looks through all cookies in the given cookie store, and appends to th
    [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorPageAgent.cpp 38 #include "Cookie.h"
130 static PassRefPtr<InspectorObject> buildObjectForCookie(const Cookie& cookie)
133 value->setString("name", cookie.name);
134 value->setString("value", cookie.value);
135 value->setString("domain", cookie.domain);
136 value->setString("path", cookie.path);
137 value->setNumber("expires", cookie.expires);
138 value->setNumber("size", (cookie.name.length() + cookie.value.length()))
    [all...]
  /frameworks/av/include/media/stagefright/
MPEG2TSWriter.h 35 void *cookie,
36 ssize_t (*write)(void *cookie, const void *data, size_t size));
60 ssize_t (*mWriteFunc)(void *cookie, const void *data, size_t size);
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /system/core/adb/
services.c 42 void (*func)(int fd, void *cookie);
44 void *cookie; member in struct:stinfo
51 sti->func(sti->fd, sti->cookie);
59 static void dns_service(int fd, void *cookie)
61 char *hostname = cookie;
67 free(cookie);
79 static void recover_service(int s, void *cookie)
82 unsigned count = (unsigned) cookie;
110 void restart_root_service(int fd, void *cookie)
135 void restart_tcp_service(int fd, void *cookie)
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
AsyncQueryHandlerTest.java 48 private static final Object INSERT_COOKIE = "insert cookie";
49 private static final Object QUERY_COOKIE = "query cookie";
50 private static final Object DELETE_COOKIE = "delete cookie";
51 private static final Object UPDATE_COOKIE = "update cookie";
273 private void startQuery(int token, Object cookie, Uri uri, String[] projection,
278 mAsyncHandler.startQuery(token, cookie, uri, projection,
282 private void startInsert(int token, Object cookie, Uri uri,
287 mAsyncHandler.startInsert(token, cookie, uri, initialValues);
290 private void startUpdate(int token, Object cookie, Uri uri, ContentValues values,
295 mAsyncHandler.startUpdate(token, cookie, uri, values, selection, selectionArgs)
    [all...]
  /frameworks/base/core/java/android/os/
RemoteCallbackList.java 60 Callback(E callback, Object cookie) {
62 mCookie = cookie;
75 * that does not take a cookie object.
96 * @param cookie Optional additional data to be associated with this
107 public boolean register(E callback, Object cookie) {
114 Callback cb = new Callback(callback, cookie);
172 * does not provide a cookie.
186 * @param cookie The cookie object original provided to
191 public void onCallbackDied(E callback, Object cookie) {
    [all...]
  /external/chromium/chrome/browser/ui/webui/
cookies_tree_model_util.cc 80 dict->SetString(kKeyType, "cookie");
83 const net::CookieMonster::CanonicalCookie& cookie = local
84 *node.GetDetailedInfo().cookie;
86 dict->SetString(kKeyName, cookie.Name());
87 dict->SetString(kKeyContent, cookie.Value());
88 dict->SetString(kKeyDomain, cookie.Domain());
89 dict->SetString(kKeyPath, cookie.Path());
90 dict->SetString(kKeySendFor, cookie.IsSecure() ?
93 std::string accessible = cookie.IsHttpOnly() ?
98 base::TimeFormatFriendlyDateAndTime(cookie.CreationDate())))
    [all...]
  /external/kernel-headers/original/linux/
dmaengine.h 47 * typedef dma_cookie_t - an opaque DMA cookie
49 * if dma_cookie_t is >0 it's a DMA request cookie, <0 it's an error code
53 #define dma_submit_error(cookie) ((cookie) < 0 ? 1 : 0)
85 * @cookie: last cookie value returned to client
98 dma_cookie_t cookie; member in struct:dma_chan
199 dma_cookie_t cookie, dma_cookie_t *last,
301 * @cookie: transaction identifier to check status of
302 * @last: returns last completed cookie, can be NUL
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java 237 final int cookie = mRecentOperations.beginOperation("close", null, null); local
243 mRecentOperations.endOperation(cookie);
498 final int cookie = mRecentOperations.beginOperation("prepare", sql, null); local
522 mRecentOperations.failOperation(cookie, ex);
525 mRecentOperations.endOperation(cookie);
546 final int cookie = mRecentOperations.beginOperation("execute", sql, bindArgs); local
563 mRecentOperations.failOperation(cookie, ex);
566 mRecentOperations.endOperation(cookie);
589 final int cookie = mRecentOperations.beginOperation("executeForLong", sql, bindArgs); local
606 mRecentOperations.failOperation(cookie, ex)
632 final int cookie = mRecentOperations.beginOperation("executeForString", sql, bindArgs); local
677 final int cookie = mRecentOperations.beginOperation("executeForBlobFileDescriptor", local
724 final int cookie = mRecentOperations.beginOperation("executeForChangedRowCount", local
772 final int cookie = mRecentOperations.beginOperation("executeForLastInsertedRowId", local
835 final int cookie = mRecentOperations.beginOperation("executeForCursorWindow", local
    [all...]
  /external/chromium/chrome/browser/tab_contents/
tab_specific_content_settings.cc 115 for (cookie_iterator cookie = cookie_list.begin();
116 cookie != cookie_list.end(); ++cookie) {
118 cookie->Name(),
119 cookie->Value(),
120 cookie->Domain(),
121 cookie->Path(),
122 cookie->ExpiryDate(),
123 cookie->IsSecure(),
124 cookie->IsHttpOnly())
    [all...]

Completed in 2061 milliseconds

1 2 3 45 6 7 8 91011>>