HomeSort by relevance Sort by last modified time
    Searched defs:cookie_id (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/webui/
new_tab_page_sync_handler.cc 37 // cookies with id |cookie_id| are obtained / accessed.
41 const char* cookie_id; member in struct:GoogleCookieFilter
66 current->find(kGAIACookieFilters[i].cookie_id);
  /external/dbus/dbus/
dbus-auth.c 178 int cookie_id; /**< ID of cookie to use */ member in struct:DBusAuth
349 auth->cookie_id = -1;
446 * cookie_id isn't known. As with all this code
451 int cookie_id,
467 if (!_dbus_keyring_get_hex_key (auth->keyring, cookie_id,
614 auth->cookie_id = _dbus_keyring_get_best_key (auth->keyring, &error);
615 if (auth->cookie_id < 0)
637 if (!_dbus_string_append_int (&tmp2, auth->cookie_id))
724 if (!sha1_compute_hash (auth, auth->cookie_id,
730 /* if cookie_id was invalid, then we get an empty hash *
    [all...]

Completed in 119 milliseconds