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

  /external/chromium_org/chrome/tools/
webforms_aggregator_tests.py 17 self.cookie_file = 'test.cookie'
27 if os.path.isfile(self.cookie_file):
28 os.unlink(self.cookie_file)
35 r = webforms_aggregator.Retriever(self.url1, self.domain, self.cookie_file)
webforms_aggregator.py 79 def __init__(self, url, domain, cookie_file):
85 cookie_file: the name of a cookie file, needed for pages that use session
100 self._cookie_file = cookie_file
  /external/chromium_org/tools/findit/common/
http_client_local.py 203 cookie_file = os.environ.get('COOKIE_FILE')
204 if cookie_file and os.path.exists(cookie_file):
206 urllib2.HTTPCookieProcessor(cookielib.MozillaCookieJar(cookie_file)))
  /external/chromium_org/testing/gtest/scripts/
upload.py 351 StatusUpdate("Saving authentication cookies to %s" % self.cookie_file)
368 self.cookie_file = os.path.expanduser("~/.codereview_upload_cookies")
369 self.cookie_jar = cookielib.MozillaCookieJar(self.cookie_file)
370 if os.path.exists(self.cookie_file):
375 self.cookie_file)
381 fd = os.open(self.cookie_file, os.O_CREAT, 0600)
384 os.chmod(self.cookie_file, 0600)
    [all...]
  /external/chromium_org/third_party/re2/lib/codereview/
codereview.py     [all...]

Completed in 553 milliseconds