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

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 383 url_items = self._split_url_string(query).items()
384 non_oauth_url_items = list([(k, v) for k, v in url_items if not k.startswith('oauth_')])
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 383 url_items = self._split_url_string(query).items()
384 non_oauth_url_items = list([(k, v) for k, v in url_items if not k.startswith('oauth_')])

Completed in 45 milliseconds