HomeSort by relevance Sort by last modified time
    Searched full:cookie (Results 351 - 375 of 1072) sorted by null

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 647 Object cookie = root.getCookie(); local
648 if (cookie == null) {
649 // Special case: If the root-most view does not have a view cookie,
746 Object cookie = root.getCookie(); local
748 if (cookie instanceof UiViewElementNode) {
749 node = (UiViewElementNode) cookie;
750 } else if (cookie instanceof MergeCookie) {
751 cookie = ((MergeCookie) cookie).getCookie();
752 if (cookie instanceof UiViewElementNode)
836 Object cookie = child.getCookie(); local
856 Object cookie = child.getCookie(); local
905 Object cookie = child.getCookie(); local
    [all...]
  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store.cc 86 // Batch a cookie addition.
89 // Batch a cookie access time update.
92 // Batch a cookie deletion.
142 // Batch a cookie operation (add or delete)
238 NOTREACHED() << "Unable to open cookie DB.";
250 NOTREACHED() << "Unable to open cookie DB.";
309 LOG(WARNING) << "Cookie database is too new.";
321 LOG(WARNING) << "Unable to update cookie database to version 3.";
370 "Cookie database version " << cur_version << " is too old to handle.";
401 // We do a full copy of the cookie here, and hopefully just here
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
AuditRules.js 566 return this.isCacheableResource(resource) && !this.hasResponseHeader(resource, "Set-Cookie") && !this.hasExplicitExpiration(resource);
583 !this.hasResponseHeader(resource, "Set-Cookie") &&
591 !this.hasResponseHeader(resource, "Set-Cookie") &&
611 this.execCheck("The following publicly cacheable resources contain a Set-Cookie header. This security vulnerability can cause cookies to be shared by multiple users.",
617 return resource.url.indexOf("?") >= 0 && !this.hasResponseHeader(resource, "Set-Cookie") && this.isPubliclyCacheable(resource);
625 !this.hasResponseHeader(resource, "Set-Cookie");
630 return this.hasResponseHeader(resource, "Set-Cookie") && this.isPubliclyCacheable(resource);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.cpp 33 #include "Cookie.h"
268 Vector<Cookie> documentCookies;
273 const Cookie& cookie = documentCookies[ndx]; local
275 if (cookie.name.isEmpty())
278 // Build up the cookie string with as much information as we can get so WinINet
281 addCookieParam(cookieBuilder, cookie.name, cookie.value);
282 addCookieParam(cookieBuilder, "path", cookie.path);
283 if (cookie.expires)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfoTest.java 202 // Test rendering of included views on layoutlib 4- (e.g. no <include> tag cookie
401 Object cookie = missingKeys.contains(i) || extraViews.contains(i) ? null : childNode; local
402 ViewInfo childView = new ViewInfo("childView" + i, cookie,
496 Object cookie = (i % 2) == 0 ? cookie1 : cookie2; local
497 ViewInfo childView = new ViewInfo("childView" + i, cookie, 0, i * 20, 50,
517 Object cookie = (i % 2) == 0 ? node1 : node2; local
518 assertSame(cookie, childView.getUiViewNode());
548 Object cookie = (i % 2) == 0 ? cookie1 : cookie2; local
549 ViewInfo childView = new ViewInfo("childView" + i, cookie, 0, i * 20, 50,
568 Object cookie = (i % 2) == 0 ? node1 : node2 local
759 Object cookie = info.getCookie(); local
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
DefaultHttpClient.java 60 import org.apache.http.cookie.CookieSpecRegistry;
66 import org.apache.http.impl.cookie.BestMatchSpecFactory;
67 import org.apache.http.impl.cookie.BrowserCompatSpecFactory;
68 import org.apache.http.impl.cookie.NetscapeDraftSpecFactory;
69 import org.apache.http.impl.cookie.RFC2109SpecFactory;
70 import org.apache.http.impl.cookie.RFC2965SpecFactory;
  /external/chromium/chrome/browser/profiles/
profile_impl_io_data.cc 253 // setup cookie store
326 // TODO(creis): We should have a cookie delegate for notifying the cookie
334 // Use an app-specific cookie store.
341 // TODO(creis): We should have a cookie delegate for notifying the cookie
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
collected_cookies_mac.mm 236 CookieTreeNode* cookie = static_cast<CookieTreeNode*>([node treeNode]);
237 if (cookie->GetDetailedInfo().node_type !=
242 static_cast<CookieTreeOriginNode*>(cookie);
329 CookieTreeNode* cookie = static_cast<CookieTreeNode*>([node treeNode]);
330 if (cookie->GetDetailedInfo().node_type !=
335 static_cast<CookieTreeOriginNode*>(cookie);
  /frameworks/base/libs/binder/
BpBinder.cpp 174 const sp<DeathRecipient>& recipient, void* cookie, uint32_t flags)
178 ob.cookie = cookie;
208 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags,
221 || (recipient == NULL && obit.cookie == cookie))
  /packages/apps/Contacts/src/com/android/contacts/
SpecialCharSequenceMgr.java 143 // create the cookie object
147 // setup the cookie fields
243 * Cookie object that contains everything we need to communicate to the
283 * the cookie that a cancel request is made.
316 protected void onQueryComplete(int token, Object cookie, Cursor c) {
317 SimContactQueryCookie sc = (SimContactQueryCookie) cookie;
  /system/core/libcutils/
open_memstream.c 123 static int write_memstream(void* cookie, const char* buf, int size)
125 MemStream* stream = (MemStream*) cookie;
164 static fpos_t seek_memstream(void* cookie, fpos_t offset, int whence)
166 MemStream* stream = (MemStream*) cookie;
216 static int close_memstream(void* cookie)
218 free(cookie);
  /external/chromium/net/url_request/
url_request_unittest.cc     [all...]
  /bootable/recovery/minzip/
Zip.c 529 void *cookie)
547 ret = processFunction(buf, n, cookie);
558 void *cookie)
633 bool ret = processFunction(procBuf, procSize, cookie);
664 * passing cookie to it each time it gets called. processFunction
674 void *cookie)
687 ret = processStoredEntry(pArchive, pEntry, processFunction, cookie);
690 ret = processDeflatedEntry(pArchive, pEntry, processFunction, cookie);
740 void *cookie)
742 CopyProcessArgs *args = (CopyProcessArgs *)cookie;
    [all...]
  /external/chromium/chrome/browser/
cookies_tree_model.h 73 const net::CookieMonster::CanonicalCookie* cookie,
83 cookie(cookie),
97 const net::CookieMonster::CanonicalCookie* cookie,
107 cookie(cookie),
123 const net::CookieMonster::CanonicalCookie* cookie; member in struct:CookieTreeNode::DetailedInfo
138 // the cookie from CookieMonster, clear the database, and so forth.)
232 // Does not take ownership of cookie, and cookie should remain valid at leas
    [all...]
  /external/chromium/chrome/common/extensions/api/
extension_api.json     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ExpandableList2.java 59 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
66 int groupPosition = (Integer) cookie;
  /external/apache-http/src/org/apache/http/cookie/
CookieOrigin.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/cookie/CookieOrigin.java $
31 package org.apache.http.cookie;
  /external/apache-http/src/org/apache/http/impl/cookie/
NetscapeDraftHeaderParser.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/NetscapeDraftHeaderParser.java $
32 package org.apache.http.impl.cookie;
  /external/chromium/chrome/browser/printing/
print_job_unittest.cc 58 virtual int cookie() const { function in class:__anon2961::TestOwner
123 job->cookie();
  /external/chromium/chrome/browser/tab_contents/
tab_specific_content_settings_unittest.cc 55 // Set a cookie, block access to images, block a popup.
83 // Block a cookie.
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppclientsettings.h 46 void set_auth_cookie(const std::string & cookie) { auth_cookie_ = cookie; }
  /external/dhcpcd/
if-pref.c 55 sill = (si->state->new->cookie == htonl(MAGIC_COOKIE));
56 till = (ti->state->new->cookie == htonl(MAGIC_COOKIE));
  /external/llvm/include/llvm/Support/
Signals.h 42 /// is delivered to the process. The handler can have a cookie passed to it
44 void AddSignalHandler(void (*FnPtr)(void *), void *Cookie);
  /external/webkit/Source/WebCore/loader/mac/
ResourceLoaderMac.mm 82 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willReceiveResourceData(m_frame.get(), identifier());
84 InspectorInstrumentation::didReceiveResourceData(cookie);
  /external/webkit/Source/WebCore/platform/network/mac/
CookieStorageMac.mm 97 // FIXME: When Private Browsing is enabled, the Private Browsing Cookie Storage should be
98 // observed for changes, not the default Cookie Storage.

Completed in 1737 milliseconds

<<11121314151617181920>>