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

  /external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_api.h 90 class CookiesGetFunction : public CookiesFunction {
94 CookiesGetFunction();
97 virtual ~CookiesGetFunction();
cookies_api.cc 195 CookiesGetFunction::CookiesGetFunction() {
198 CookiesGetFunction::~CookiesGetFunction() {
201 bool CookiesGetFunction::RunImpl() {
223 base::Bind(&CookiesGetFunction::GetCookieOnIOThread, this));
230 void CookiesGetFunction::GetCookieOnIOThread() {
236 base::Bind(&CookiesGetFunction::GetCookieCallback, this));
239 void CookiesGetFunction::GetCookieCallback(const net::CookieList& cookie_list) {
259 base::Bind(&CookiesGetFunction::RespondOnUIThread, this))
    [all...]

Completed in 266 milliseconds