| /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
|
| /external/webkit/Source/WebCore/platform/ |
| CookieJar.h | 39 struct Cookie; 46 bool getRawCookies(const Document*, const KURL&, Vector<Cookie>&);
|
| /hardware/ti/omap4xxx/camera/inc/ |
| SensorListener.h | 39 typedef void (*orientation_callback_t) (uint32_t orientation, uint32_t tilt, void* cookie); 82 void setCallbacks(orientation_callback_t orientation_cb, void *cookie);
|
| /system/core/include/cutils/ |
| properties.h | 47 int property_list(void (*propfn)(const char *key, const char *value, void *cookie), void *cookie);
|
| /external/apache-http/src/org/apache/http/impl/cookie/ |
| AbstractCookieSpec.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/AbstractCookieSpec.java $ 32 package org.apache.http.impl.cookie; 38 import org.apache.http.cookie.CookieAttributeHandler; 39 import org.apache.http.cookie.CookieSpec; 42 * Abstract cookie specification which can delegate the job of parsing, 43 * validation or matching cookie attributes to a number of arbitrary
|
| /external/chromium/chrome/browser/ui/gtk/ |
| gtk_chrome_cookie_view.h | 60 // The cookie details widgets. 70 // |editable_expiration| was when the cookie view was created. One of these 127 // Builds a new cookie view. 130 // Clears the cookie view. 139 // Switches the display to showing the passed in cookie. 143 const net::CookieMonster::CanonicalCookie& cookie);
|
| gtk_chrome_cookie_view.cc | 82 // Cookie details. 292 // Cookie details. 461 // Switches the display to showing the passed in cookie. 465 const net::CookieMonster::CanonicalCookie& cookie) { 469 cookie.Name().c_str()); 471 cookie.Value().c_str()); 475 cookie.Path().c_str()); 478 cookie.CreationDate())).c_str()); 480 std::string expire_text = cookie.DoesExpire() ? 481 UTF16ToUTF8(base::TimeFormatFriendlyDateAndTime(cookie.ExpiryDate())) [all...] |
| /external/chromium/net/base/ |
| cookie_monster.cc | 6 // (netwerk/cookie/src/nsCookieService.cpp) 81 // Default minimum delay after updating a cookie's LastAccessDate before we 126 // (2) For each list with more than 1 entry, keep the cookie having the 174 // Determine the actual cookie domain based on the domain string passed 175 // (if any) and the URL from which the cookie came. 177 // -host cookie domain (ex: "google.com") 178 // -domain cookie domain (ex: ".google.com") 184 // If no domain was specified in the domain string, default to a host cookie. 186 // ip address hostname exactly. It should be treated as a host cookie. 194 // Get the normalized domain specified in cookie line [all...] |
| cookie_monster_unittest.cc | 52 // * Three levels of domain cookie (.b.a, .c.b.a, .d.c.b.a) 53 // * Three levels of host cookie (w.b.a, w.c.b.a, w.d.c.b.a) 54 // * http_only cookie (w.c.b.a) 82 // Http_only cookie 144 // Opera: <rejects cookie> 148 // Opera: <rejects cookie> 166 // make the cookie effectively useless, but path parameters aren't supposed 378 // Verify that A=B was set as a host cookie rather than a domain 379 // cookie -- should not be accessible from a sub sub-domain. 387 // treat it as a domain cookie, as if there was a pre-pended dot 1049 std::string cookie = base::StringPrintf("a%03d=b", i); local [all...] |
| /external/chromium/chrome/browser/debugger/ |
| devtools_manager.cc | 231 int cookie = DetachClientHost(rvh); local 232 if (cookie != -1) { 234 AttachClientHost(cookie, dest_rvh); 265 int cookie = DetachClientHost(old_rvh); local 266 if (cookie == -1) 270 AttachClientHost(cookie, new_tab->tab_contents()->render_view_host()); 278 int cookie = last_orphan_cookie_++; local 279 orphan_client_hosts_[cookie] = 284 return cookie; 449 // We've disconnected from the last renderer -> revoke cookie permissions [all...] |
| /external/oprofile/daemon/ |
| opd_ibs_trans.c | 583 old_app_cookie = trans->cookie; 592 || old_cookie != trans->cookie) { 593 mod = find_cookie(trans->cookie); 594 old_cookie = trans->cookie; 599 trans->app_cookie, trans->cookie, trans->cpu, trans->tgid, trans->tid, (unsigned int)trans->pc, 620 old_app_cookie = trans->cookie; 629 || old_cookie != trans->cookie) { 630 mod = find_cookie(trans->cookie); 631 old_cookie = trans->cookie; 637 trans->cookie, [all...] |
| /external/chromium/chrome/browser/automation/ |
| automation_resource_message_filter.h | 55 // The cookie store associated with this render view. 120 // host for the cookie request sent in GetCookiesForUrl above. It sets the 121 // cookie temporarily on the cookie store and executes the completion 122 // callback which reads the cookie from the store. The cookie value is reset 212 // external host as a cookie referring to the completion callback.
|
| /external/chromium/chrome/browser/printing/ |
| printing_message_filter.cc | 55 // Always use an invalid cookie. 208 params.document_cookie = printer_query->cookie(); 215 if (printer_query->cookie() && printer_query->settings().dpi()) { 230 print_job_manager_->PopPrinterQuery(params.cookie, &printer_query); 260 params.params.document_cookie = printer_query->cookie(); 296 params.params.document_cookie = printer_query->cookie(); 303 if (printer_query->cookie() && printer_query->settings().dpi())
|
| /system/core/libcutils/ |
| properties.c | 55 int property_list(void (*propfn)(const char *key, const char *value, void *cookie), 56 void *cookie) 65 propfn(name, value, cookie); 241 int property_list(void (*propfn)(const char *key, const char *value, void *cookie), 242 void *cookie) 324 int property_list(void (*propfn)(const char *key, const char *value, void *cookie), 325 void *cookie)
|
| /external/clang/lib/CodeGen/ |
| CGCXXABI.h | 184 /// cookie for the given type. May return 0 to indicate that no 185 /// array cookie is required. 188 /// - non-array allocations never need a cookie 189 /// - calls to ::operator new(size_t, void*) never need a cookie 195 /// Initialize the array cookie for the given allocation. 209 /// Reads the array cookie associated with the given pointer, 216 /// cookie 221 /// with the size of the cookie, or zero if there is no cookie
|
| /frameworks/base/core/java/android/pim/ |
| ContactsAsyncHelper.java | 54 public void onImageLoadComplete(int token, Object cookie, ImageView iView, 76 public Object cookie; field in class:ContactsAsyncHelper.WorkerArgs 231 // Added additional Cookie field in the callee. 242 // Added additional Cookie field in the callee. 255 OnImageLoadCompleteListener listener, Object cookie, Context context, 267 // Added additional Cookie field in the callee to handle arguments 272 args.cookie = cookie; 335 args.listener.onImageLoadComplete(msg.what, args.cookie, args.view,
|
| /external/chromium/chrome/browser/extensions/ |
| isolated_app_apitest.cc | 22 // Returns whether the given tab's current URL has the given cookie. 23 bool WARN_UNUSED_RESULT HasCookie(TabContents* contents, std::string cookie) { 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/chrome/browser/profiles/ |
| off_the_record_profile_io_data.cc | 151 // All we care about for extensions is the cookie store. For incognito, we 152 // use a non-persistent cookie store. 193 // Use a separate in-memory cookie store for the app. 194 // TODO(creis): We should have a cookie delegate for notifying the cookie
|
| /external/chromium/chrome/common/ |
| print_messages.h | 43 // Cookie for the document to ensure correctness. 80 // Cookie for the document to ensure correctness. 96 // Cookie for the document to ensure correctness. 119 IPC_STRUCT_MEMBER(int, cookie) 166 int /* rendered document cookie */,
|
| /external/mesa3d/docs/ |
| MESA_shader_debug.spec | 198 void assertMESA(const bool condition, const int cookie) 199 void assertMESA(const bool condition, const int cookie, 205 The message contains the argument <file>, <line>, <cookie> and 207 delimited by a white space. If the argument <cookie> is not present, 222 1 66 1 "assertion failed in file 1, line 66, cookie 1"
|
| /frameworks/base/include/binder/ |
| IBinder.h | 104 * The @a cookie is optional -- if non-NULL, it should be a 120 void* cookie = NULL, 126 * dies. The @a cookie is optional. If non-NULL, you can 128 * added with that cookie will be unlinked. 131 void* cookie = NULL,
|
| /frameworks/base/include/media/ |
| MediaPlayerInterface.h | 58 typedef void (*notify_callback_f)(void* cookie, 70 AudioSink *audioSink, void *buffer, size_t size, void *cookie); 91 void *cookie = NULL) = 0; 161 void* cookie, notify_callback_f notifyFunc) { 163 mCookie = cookie; mNotify = notifyFunc;
|
| /sdk/layoutlib_api/src/com/android/ide/common/rendering/api/ |
| ViewInfo.java | 44 public ViewInfo(String name, Object cookie, int left, int top, int right, int bottom) { 45 this(name, cookie, left, top, right, bottom, null /*viewObject*/, 49 public ViewInfo(String name, Object cookie, int left, int top, int right, int bottom, 52 mCookie = cookie; 89 * Returns the cookie associated with the XML node. Can be null.
|
| /external/chromium/chrome/common/extensions/docs/ |
| cookies.html | 314 <a href="#type-Cookie">Cookie</a> 410 <p>Retrieves information about a single cookie. If more than one cookie of the same name exists for the given URL, the one with the longest path will be returned. For cookies with the same path length, the cookie with the earliest creation time will be returned.</p> 446 <dd>Details to identify the cookie being retrieved.</dd> 491 <dd>The URL with which the cookie to retrieve is associated. This argument may be a full URL, in which case any data following the URL path (e.g. the query string) is simply ignored. If host permissions for this URL are not specified in the manifest file, the API call will fail.</dd> 559 <dd>The name of the cookie to retrieve.</dd> 627 <dd>The ID of the cookie store in which to look for the cookie. By default, the current execution context's cookie store will be used.</dd [all...] |
| /frameworks/base/core/java/android/content/res/ |
| AssetManager.java | 385 * @param cookie Identifier of the package to be opened. 388 public final InputStream openNonAsset(int cookie, String fileName) 390 return openNonAsset(cookie, fileName, ACCESS_STREAMING); 397 * @param cookie Identifier of the package to be opened. 401 public final InputStream openNonAsset(int cookie, String fileName, int accessMode) 407 int asset = openNonAssetNative(cookie, fileName, accessMode); 422 public final AssetFileDescriptor openNonAssetFd(int cookie, 428 ParcelFileDescriptor pfd = openNonAssetFdNative(cookie, 450 * @param cookie Identifier of the package to be opened. 453 public final XmlResourceParser openXmlResourceParser(int cookie, [all...] |