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

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 387 encoded_str = urllib.urlencode(sorted(items))
392 return encoded_str.replace('+', '%20').replace('%7E', '~')
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 387 encoded_str = urllib.urlencode(sorted(items))
392 return encoded_str.replace('+', '%20').replace('%7E', '~')

Completed in 4850 milliseconds