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

  /external/chromium_org/chrome/common/extensions/docs/server2/
app_yaml_helper.py 72 def IsUpToDate(self, app_version):
73 '''Returns True if the |app_version| is up to date with respect to the one
78 if app_version == checked_in_app_version:
80 if AppYamlHelper.IsGreater(app_version, checked_in_app_version):
83 checked_in_app_version, app_version))
87 def GetFirstRevisionGreaterThan(self, app_version):
89 |app_version|.
95 stored = self._store.Get(app_version).Get()
97 stored = self._GetFirstRevisionGreaterThanImpl(app_version)
99 self._store.Set(app_version, stored
    [all...]
object_store_creator.py 52 app_version=_unspecified):
58 if app_version is _unspecified:
59 app_version = GetAppVersion()
62 for component in (category, app_version):
70 ('app_version', app_version))
object_store_creator_test.py 24 'class=_FooClass&app_version=%s' % GetAppVersion(),
31 'class=_FooClass&category=hi&app_version=%s' % GetAppVersion(),
36 store = self._creator.Create(_FooClass, app_version=None)
49 self._creator.Create, _FooClass, app_version='1&2')
cron_servlet_test.py 61 def SetAppVersion(self, app_version):
62 self._app_version = app_version
github_file_system.py 78 app_version=None,
new_github_file_system.py 31 app_version=None,
  /packages/apps/Launcher3/protos/
backup.proto 41 required int32 app_version = 1;
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win.cc 921 STDMETHODIMP BrowserAccessibilityWin::get_appVersion(BSTR* app_version) {
925 if (!app_version)
935 *app_version =
937 DCHECK(*app_version);
938 return *app_version ? S_OK : E_FAIL;
    [all...]
browser_accessibility_win.h 265 CONTENT_EXPORT STDMETHODIMP get_appVersion(BSTR* app_version);

Completed in 386 milliseconds