| /external/webkit/Source/WebCore/platform/graphics/win/ |
| MediaPlayerPrivateQuickTimeWin.cpp | 31 #include "Cookie.h" 181 Vector<Cookie> documentCookies; 186 const Cookie& cookie = documentCookies[ndx]; local 188 if (cookie.name.isEmpty()) 191 // Build up the cookie string with as much information as we can get so WinINet 194 addCookieParam(cookieBuilder, cookie.name, cookie.value); 195 addCookieParam(cookieBuilder, "path", cookie.path); 196 if (cookie.expires) [all...] |
| /development/scripts/ |
| stack | 48 """Creates a cookie file so we can download files from the build server.""" 50 def __init__(self, cookiename=".sso.cookie", keep=False): 63 "--cookie", self.name, 64 "--cookie-jar", self.name, 105 def DownloadSymbols(fingerprint, cookie): 112 cookie: SSOCookie 153 "--cookie", cookie.name, 386 cookie = SSOCookie(".symbols.cookie") [all...] |
| /packages/apps/Calendar/tests/src/com/android/calendar/ |
| AsyncQueryServiceTest.java | 93 work[index].cookie = ++mId; 104 aqs.startQuery(work[index].token, work[index].cookie, work[index].uri, 122 work[index].cookie = ++mId; 131 aqs.startInsert(work[index].token, work[index].cookie, work[index].uri, work[index].values, 148 work[index].cookie = ++mId; 159 aqs.startUpdate(work[index].token, work[index].cookie, work[index].uri, work[index].values, 176 work[index].cookie = ++mId; 186 work[index].cookie, 206 work[index].cookie = ++mId; 219 work[index].cookie, [all...] |
| /bionic/libc/kernel/common/linux/ |
| if_arcnet.h | 65 uint8_t cookie[sizeof(int)]; member in struct:arc_cap
|
| inotify.h | 20 __u32 cookie; member in struct:inotify_event
|
| /bootable/recovery/minzip/ |
| Zip.h | 137 int dataLen, void *cookie); 141 * passing cookie to it each time it gets called. processFunction 151 void *cookie); 211 void (*callback)(const char *fn, void*), void *cookie);
|
| /development/ndk/platforms/android-3/include/linux/ |
| if_arcnet.h | 65 uint8_t cookie[sizeof(int)]; member in struct:arc_cap
|
| inotify.h | 20 __u32 cookie; member in struct:inotify_event
|
| /external/antlr/src/org/antlr/runtime/ |
| SerializedGrammar.java | 39 public static final String COOKIE = "$ANTLR"; 99 String cookie = readString(in); // get $ANTLR local 100 if ( !cookie.equals(COOKIE) ) throw new IOException("not a serialized grammar file");
|
| /external/bluetooth/glib/gio/inotify/ |
| inotify-kernel.h | 29 guint32 cookie; member in struct:ik_event_s
|
| /external/chromium/chrome/browser/chromeos/login/ |
| issue_response_handler.h | 23 // of authorization cookies for Google services being left in the cookie jar
|
| /external/chromium/chrome/browser/importer/ |
| toolbar_importer_utils.cc | 29 options.set_include_httponly(); // The SID cookie might be httponly.
|
| /external/chromium/chrome/browser/net/ |
| chrome_cookie_policy.h | 20 // net::StaticCookiePolicy to decide if the cookie should be blocked.
|
| sqlite_persistent_cookie_store.h | 5 // A sqlite implementation of a cookie monster persistent store.
|
| /external/chromium/chrome/browser/ui/cocoa/content_settings/ |
| cookie_tree_node.mm | 23 // The tree node assumes ownership of the cookie details object
|
| /external/chromium/chrome/browser/ui/views/ |
| database_info_view.h | 30 // Clears the cookie display to indicate that no or multiple databases are
|
| indexed_db_info_view.h | 31 // Clears the cookie display to indicate that no or multiple local storages
|
| local_storage_info_view.h | 31 // Clears the cookie display to indicate that no or multiple local storages
|
| /external/chromium/chrome/common/net/gaia/ |
| gaia_constants.cc | 15 // Service name for Gaia. Used to convert to cookie auth.
|
| /external/iproute2/include/linux/ |
| inet_diag.h | 75 /* Base info structure. It contains socket identity (addrs/ports/cookie)
|
| /external/kernel-headers/original/linux/ |
| inotify.h | 21 __u32 cookie; /* cookie to synchronize two events */ member in struct:inotify_event 142 __u32 mask, __u32 cookie, 149 __u32 mask, __u32 cookie,
|
| /external/oprofile/daemon/ |
| opd_mangling.c | 43 if (sf->cookie == sf->app_cookie) 85 values.image_name = find_cookie(sf->cookie); 116 values.cg_image_name = find_cookie(last->cookie); 183 binary = find_cookie(sf->cookie);
|
| /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/ |
| SDL_atarieddi.S | 36 movel sp@(4),a0 /* Value of EdDI cookie */
|
| /external/webkit/LayoutTests/http/tests/cookies/ |
| third-party-cookie-relaxing.html | 94 <iframe id='testFrame' src="http://localhost:8000/cookies/resources/third-party-cookie-relaxing-iframe.html"></iframe>
|
| /external/webkit/Source/WebKit2/WebProcess/Cookies/mac/ |
| WebCookieManagerMac.mm | 36 // FIXME: Also update the Private Browsing Storage Session's cookie storage.
|