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

  /external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
storage_api.py 198 self._api = api
212 status, headers, _ = self._api.head_object(path)
230 return {'api': self._api,
247 self._api = state['api']
432 status, resp_headers, content = yield self._api.get_object_async(
623 self._api = api
638 status, resp_headers, _ = self._api.post_object(path, headers=headers)
658 return {'api': self._api,
673 self._api = state['api']
807 status, response_headers, _ = self._api.put_object
    [all...]
  /external/chromium_org/third_party/polymer/components-chromium/core-shared-lib/
core-shared-lib-extracted.js 43 return url.replace(/[\:\/\%\?\&\.\=\-]/g, '_') + '_api';

Completed in 67 milliseconds