Searched defs:ap_value (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/apps/app_host/
H A Dbinaries_installer.cc49 BSTR* ap_value) {
55 hr = app->get_ap(ap_value);
180 BSTR* ap_value) {
189 // hr = GetAppHostApValue(update3, app_bundle, ap_value);
202 *ap_value = temp_ap_value.Release();
304 base::win::ScopedBstr ap_value;
305 hr = SelectBinariesApValue(update3, ap_value.Receive());
315 hr = CreateBinariesIApp(app_bundle, ap_value, app.Receive());
47 GetAppHostApValue(IGoogleUpdate3* update3, IAppBundle* app_bundle, BSTR* ap_value) argument
179 SelectBinariesApValue(IGoogleUpdate3* update3, BSTR* ap_value) argument
/external/chromium_org/chrome/installer/util/
H A Dgoogle_chrome_distribution.cc214 string16 ap_value; local
217 client_state_key.ReadValue(google_update::kRegApField, &ap_value);
220 result.append(ap_value);
H A Dchannel_info.cc64 const std::wstring& ap_value,
74 mod_position = ap_value.find(kModifiers[index], pos, mod_length);
81 pos = ap_value.find(L'-', pos);
83 pos = ap_value.size();
87 } while (pos != ap_value.size() && ap_value[pos] != L'-');
95 bool HasModifier(ModifierIndex index, const std::wstring& ap_value) { argument
98 return FindModifier(index, ap_value, &position, NULL);
102 const std::wstring& ap_value) {
107 if (FindModifier(static_cast<ModifierIndex>(scan), ap_value,
63 FindModifier(ModifierIndex index, const std::wstring& ap_value, std::wstring::size_type* position, std::wstring::size_type* length) argument
101 FindInsertionPoint(ModifierIndex index, const std::wstring& ap_value) argument
115 SetModifier(ModifierIndex index, bool set, std::wstring* ap_value) argument
[all...]
H A Dgoogle_update_settings_unittest.cc73 const wchar_t* ap_value; member in struct:__anon6849::GoogleUpdateSettingsTest::Expectations
99 ap += expectations[j].ap_value;

Completed in 75 milliseconds