Home | History | Annotate | Download | only in server2

Lines Matching refs:available

68   '''Parses the api/extension_api.json file (available in Chrome versions
145 available on stable, returns the previous version number (the last known
148 available = True
149 while available:
151 # SVN data isn't available below version 5.
153 available = False
171 available = _ExistsInFileSystem(api_name, names_fs)
173 available = available_channel == _STABLE
179 available = _ExistsInFileSystem(api_name, names_fs)
182 # contains namespaces for each API that was available at the time. We
184 available = _ExistsInExtensionApi(api_name, features_fs)
186 if not available:
192 the channel that the given API is determined to be available on.
200 # in the filesystem, then assume it is available in this version.
208 (i.e. Is the API experimental? Only available on certain development
234 # the channel we're checking, then the API is available on this channel.
242 # The API should at least be available on trunk. It's a bug otherwise.