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

  /external/chromium_org/chrome/installer/util/
channel_info.cc 68 const std::wstring& ap_value,
78 mod_position = ap_value.find(kModifiers[index], pos, mod_length);
85 pos = ap_value.find(L'-', pos);
87 pos = ap_value.size();
91 } while (pos != ap_value.size() && ap_value[pos] != L'-');
99 bool HasModifier(ModifierIndex index, const std::wstring& ap_value) {
102 return FindModifier(index, ap_value, &position, NULL);
106 const std::wstring& ap_value) {
111 if (FindModifier(static_cast<ModifierIndex>(scan), ap_value, &result, NULL)
    [all...]
google_chrome_distribution.cc 225 base::string16 ap_value; local
228 client_state_key.ReadValue(google_update::kRegApField, &ap_value);
231 result.append(ap_value);
google_update_settings_unittest.cc 95 const wchar_t* ap_value; member in struct:__anon10392::GoogleUpdateSettingsTest::Expectations
121 ap += expectations[j].ap_value;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemmouse.c 162 warpevent.ap_value = (x << 16) | y;

Completed in 51 milliseconds