Searched defs:chrome_version (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
H A Ddevice_info.cc70 const std::string& chrome_version,
75 chrome_version_(chrome_version),
90 const std::string& DeviceInfo::chrome_version() const { function in class:browser_sync::DeviceInfo
109 && this->chrome_version() == other.chrome_version()
68 DeviceInfo(const std::string& guid, const std::string& client_name, const std::string& chrome_version, const std::string& sync_user_agent, const sync_pb::SyncEnums::DeviceType device_type) argument
/external/chromium_org/chrome/browser/signin/
H A Dsignin_internals_util.cc174 chrome::VersionInfo chrome_version; local
175 if (!chrome_version.is_valid())
190 return chrome_version.Name() + " " + chrome_version.OSType() + " " +
191 chrome_version.Version() + " (" + chrome_version.LastChange() + ")" +
/external/chromium_org/chrome/browser/sync/
H A Dabout_sync_util.cc128 chrome::VersionInfo chrome_version; local
129 if (!chrome_version.is_valid())
144 return chrome_version.Name() + " " + chrome_version.OSType() + " " +
145 chrome_version.Version() + " (" + chrome_version.LastChange() + ")" +
/external/chromium_org/chrome/test/functional/
H A Dstress.py81 chrome_version = None variable in class:StressTest
96 url = self.stress_pref['symbols_dir'] + self.chrome_version
112 symbol_files = ['%s-%s-i386.breakpad' % (sym_file, self.chrome_version) \
126 self.chrome_version = self.GetBrowserInfo()['properties']['ChromeVersion']
686 build_version = self.chrome_version
/external/chromium/chrome/browser/
H A Dbug_report_util.cc303 std::string chrome_version = version_info.Name() + " - " + local
307 chrome_version);
/external/chromium_org/chrome/browser/feedback/
H A Dfeedback_util.cc290 std::string chrome_version = version_info.Name() + " - " + local
294 chrome_version);
/external/chromium_org/chrome/browser/
H A Dshell_integration_linux.cc294 // Chrome. |script| gives the name of the script. |chrome_version| returns the
299 std::string* chrome_version) {
306 *chrome_version = chrome_version_path.value();
298 GetChromeVersionOfScript(const std::string& script, std::string* chrome_version) argument

Completed in 132 milliseconds