guid 166 base/debug/trace_event_win_unittest.cc void ExpectEvent(REFGUID guid, guid 180 base/debug/trace_event_win_unittest.cc EXPECT_CALL(consumer_, Event(guid, guid 9 base/guid.cc bool IsValidGUID(const std::string& guid) { guid 11 base/guid.cc if (guid.length() != kGUIDLength) guid 15 base/guid.cc for (uint32 i = 0; i < guid.length(); ++i) { guid 16 base/guid.cc char current = guid[i]; guid 23 base/guid.h BASE_EXPORT bool IsValidGUID(const std::string& guid); guid 28 base/guid_unittest.cc std::string guid = base::GenerateGUID(); guid 29 base/guid_unittest.cc EXPECT_TRUE(base::IsValidGUID(guid)); guid 22 base/guid_win.cc GUID guid; guid 23 base/guid_win.cc HRESULT guid_result = CoCreateGuid(&guid); guid 29 base/guid_win.cc int result = StringFromGUID2(guid, guid 45 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java public static AutofillProfile create(String guid, String origin, String fullName, guid 48 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java return new AutofillProfile(guid, origin, fullName, companyName, addressLine1, guid 52 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java public AutofillProfile(String guid, String origin, String fullName, String companyName, guid 55 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java mGUID = guid; guid 133 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java public void setGUID(String guid) { guid 134 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java mGUID = guid; guid 194 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java public static CreditCard create(String guid, String origin, String name, String number, guid 196 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java return new CreditCard(guid, origin, name, number, obfuscatedNumber, month, year); guid 199 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java public CreditCard(String guid, String origin, String name, String number, guid 201 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java mGUID = guid; guid 244 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java public void setGUID(String guid) { guid 245 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java mGUID = guid; guid 333 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java public AutofillProfile getProfile(String guid) { guid 335 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java return nativeGetProfileByGUID(mPersonalDataManagerAndroid, guid); guid 338 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java public void deleteProfile(String guid) { guid 340 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java nativeRemoveByGUID(mPersonalDataManagerAndroid, guid); guid 358 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java public CreditCard getCreditCard(String guid) { guid 360 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java return nativeGetCreditCardByGUID(mPersonalDataManagerAndroid, guid); guid 368 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java public void deleteCreditCard(String guid) { guid 370 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java nativeRemoveByGUID(mPersonalDataManagerAndroid, guid); guid 400 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java String guid); guid 407 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java String guid); guid 410 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java private native void nativeRemoveByGUID(long nativePersonalDataManagerAndroid, String guid); guid 26 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTestHelper.java AutofillProfile getProfile(final String guid) throws ExecutionException { guid 30 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTestHelper.java return PersonalDataManager.getInstance().getProfile(guid); guid 46 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTestHelper.java String guid = ThreadUtils.runOnUiThreadBlocking(new Callable<String>() { guid 53 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTestHelper.java return guid; guid 56 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTestHelper.java void deleteProfile(final String guid) throws InterruptedException { guid 60 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTestHelper.java PersonalDataManager.getInstance().deleteProfile(guid); guid 66 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTestHelper.java CreditCard getCreditCard(final String guid) throws ExecutionException { guid 70 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTestHelper.java return PersonalDataManager.getInstance().getCreditCard(guid); guid 85 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTestHelper.java String guid = ThreadUtils.runOnUiThreadBlocking(new Callable<String>() { guid 92 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTestHelper.java return guid; guid 95 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTestHelper.java void deleteCreditCard(final String guid) throws InterruptedException { guid 99 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTestHelper.java PersonalDataManager.getInstance().deleteCreditCard(guid); guid 47 chrome/browser/autocomplete/shortcuts_provider_unittest.cc std::string guid; guid 319 chrome/browser/autocomplete/shortcuts_provider_unittest.cc cur.guid, ASCIIToUTF16(cur.text), guid 40 chrome/browser/autofill/android/personal_data_manager_android.cc ConvertUTF8ToJavaString(env, profile.guid()).obj(), guid 124 chrome/browser/autofill/android/personal_data_manager_android.cc ConvertUTF8ToJavaString(env, card.guid()).obj(), guid 203 chrome/browser/autofill/android/personal_data_manager_android.cc std::string guid = ConvertJavaStringToUTF8( guid 210 chrome/browser/autofill/android/personal_data_manager_android.cc if (guid.empty()) { guid 213 chrome/browser/autofill/android/personal_data_manager_android.cc profile.set_guid(guid); guid 217 chrome/browser/autofill/android/personal_data_manager_android.cc return ConvertUTF8ToJavaString(env, profile.guid()); guid 252 chrome/browser/autofill/android/personal_data_manager_android.cc std::string guid = ConvertJavaStringToUTF8( guid 259 chrome/browser/autofill/android/personal_data_manager_android.cc if (guid.empty()) { guid 262 chrome/browser/autofill/android/personal_data_manager_android.cc card.set_guid(guid); guid 265 chrome/browser/autofill/android/personal_data_manager_android.cc return ConvertUTF8ToJavaString(env, card.guid()); guid 272 chrome/browser/chromeos/net/network_portal_detector_impl.cc default_network_id_ = default_network->guid(); guid 438 chrome/browser/chromeos/net/network_portal_detector_impl.cc << "id=" << network->guid() << " " guid 494 chrome/browser/chromeos/net/network_portal_detector_impl.cc << "id=" << network->guid() << ", " guid 268 chrome/browser/chromeos/net/onc_utils.cc const std::string& guid, guid 273 chrome/browser/chromeos/net/onc_utils.cc FindPolicyByGUID(username_hash, guid, onc_source); guid 307 chrome/browser/chromeos/net/onc_utils.cc const std::string& guid) { guid 317 chrome/browser/chromeos/net/onc_utils.cc if (current_guid == guid) guid 355 chrome/browser/chromeos/net/onc_utils.cc return GetNetworkConfigByGUID(network_configs, favorite.guid()); guid 373 chrome/browser/chromeos/net/onc_utils.cc return GetNetworkConfigByGUID(network_configs, ethernet_eap->guid()); guid 54 chrome/browser/chromeos/net/onc_utils.h const std::string& guid, guid 1051 chrome/browser/chromeos/options/vpn_config_view.cc onc::FindPolicyForActiveUser(network->guid(), &onc_source); guid 1053 chrome/browser/chromeos/options/vpn_config_view.cc VLOG_IF(1, !onc) << "No ONC found for VPN network " << network->guid(); guid 1368 chrome/browser/chromeos/options/wifi_config_view.cc onc::FindPolicyForActiveUser(network->guid(), &onc_source); guid 694 chrome/browser/component_updater/background_downloader_win.cc GUID guid = {0}; guid 698 chrome/browser/component_updater/background_downloader_win.cc &guid, guid 125 chrome/browser/extensions/api/networking_private/networking_private_api.h void ResultCallback(const std::string& guid); guid 261 chrome/browser/extensions/api/networking_private/networking_private_api_chromeos.cc const std::string& guid) { guid 262 chrome/browser/extensions/api/networking_private/networking_private_api_chromeos.cc results_ = api::CreateNetwork::Results::Create(guid); guid 554 chrome/browser/extensions/api/networking_private/networking_private_api_chromeos.cc params->guid, guid 210 chrome/browser/extensions/api/networking_private/networking_private_api_nonchromeos.cc const std::string& guid) { guid 211 chrome/browser/extensions/api/networking_private/networking_private_api_nonchromeos.cc results_ = api::CreateNetwork::Results::Create(guid); guid 79 chrome/browser/extensions/api/networking_private/networking_private_service_client.cc network_guid = params->guid; guid 25 chrome/browser/extensions/api/signed_in_devices/id_mapping_helper.cc const std::string& guid) { guid 35 chrome/browser/extensions/api/signed_in_devices/id_mapping_helper.cc if (guid_in_value == guid) { guid 46 chrome/browser/extensions/api/signed_in_devices/id_mapping_helper.cc std::string guid; guid 47 chrome/browser/extensions/api/signed_in_devices/id_mapping_helper.cc id_mapping.GetString(id, &guid); guid 48 chrome/browser/extensions/api/signed_in_devices/id_mapping_helper.cc return guid; guid 76 chrome/browser/extensions/api/signed_in_devices/id_mapping_helper.cc device->guid()); guid 81 chrome/browser/extensions/api/signed_in_devices/id_mapping_helper.cc value->SetString(local_id, device->guid()); guid 98 chrome/browser/extensions/api/signed_in_devices/id_mapping_helper.cc if ((*it)->guid() == client_id) { guid 33 chrome/browser/extensions/api/signed_in_devices/id_mapping_helper.h const std::string& guid); guid 72 chrome/browser/extensions/api/signed_in_devices/id_mapping_helper_unittest.cc EXPECT_TRUE(VerifyDictionary(public_id1, devices[0]->guid(), dictionary)); guid 73 chrome/browser/extensions/api/signed_in_devices/id_mapping_helper_unittest.cc EXPECT_TRUE(VerifyDictionary(public_id2, devices[1]->guid(), dictionary)); guid 74 chrome/browser/extensions/api/signed_in_devices/id_mapping_helper_unittest.cc EXPECT_TRUE(VerifyDictionary(public_id3, devices[2]->guid(), dictionary)); guid 95 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_api.cc std::string guid = pss->GetLocalSyncCacheGUID(); guid 96 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_api.cc scoped_ptr<DeviceInfo> device = GetDeviceInfoForClientId(guid, guid 131 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_api_unittest.cc return new DeviceInfo(device_info.guid(), guid 29 chrome/browser/history/shortcuts_database_unittest.cc std::string guid; guid 125 chrome/browser/history/shortcuts_database_unittest.cc info.guid, ASCIIToUTF16(info.text), guid 173 chrome/browser/history/shortcuts_database_unittest.cc shortcut_ids.push_back(shortcut_test_db[0].guid); guid 174 chrome/browser/history/shortcuts_database_unittest.cc shortcut_ids.push_back(shortcut_test_db[2].guid); guid 182 chrome/browser/history/shortcuts_database_unittest.cc shortcuts.find(shortcut_test_db[0].guid); guid 185 chrome/browser/history/shortcuts_database_unittest.cc it = shortcuts.find(shortcut_test_db[1].guid); guid 188 chrome/browser/history/shortcuts_database_unittest.cc it = shortcuts.find(shortcut_test_db[2].guid); guid 202 chrome/browser/history/shortcuts_database_unittest.cc shortcuts.find(shortcut_test_db[0].guid); guid 205 chrome/browser/history/shortcuts_database_unittest.cc it = shortcuts.find(shortcut_test_db[1].guid); guid 208 chrome/browser/history/shortcuts_database_unittest.cc it = shortcuts.find(shortcut_test_db[2].guid); guid 50 chrome/browser/invalidation/invalidation_service_util.cc std::string guid; guid 51 chrome/browser/invalidation/invalidation_service_util.cc base::Base64Encode(base::RandBytesAsString(kGuidBytes), &guid); guid 52 chrome/browser/invalidation/invalidation_service_util.cc DCHECK(!guid.empty()); guid 53 chrome/browser/invalidation/invalidation_service_util.cc return guid; guid 228 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc std::string guid = AddRow(test_url_db[0]); guid 242 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc EXPECT_EQ(guid, id_it->second); guid 139 chrome/browser/search_engines/template_url_service.cc const std::string guid = change_i.sync_data().GetSpecifics() guid 144 chrome/browser/search_engines/template_url_service.cc sync_data->find(guid) == sync_data->end()) guid 147 chrome/browser/search_engines/template_url_service.cc sync_data->find(guid) != sync_data->end()) guid 154 chrome/browser/search_engines/template_url_service.cc guid)) guid 988 chrome/browser/search_engines/template_url_service.cc std::string guid = guid 990 chrome/browser/search_engines/template_url_service.cc TemplateURL* existing_turl = GetTemplateURLForGUID(guid); guid 1050 chrome/browser/search_engines/template_url_service.cc const std::string guid = turl->sync_guid(); guid 1062 chrome/browser/search_engines/template_url_service.cc SetDefaultSearchProviderIfNewlySynced(guid); guid 2357 chrome/browser/search_engines/template_url_service.cc const std::string& guid) { guid 2359 chrome/browser/search_engines/template_url_service.cc DCHECK(!guid.empty()); guid 2362 chrome/browser/search_engines/template_url_service.cc data.sync_guid = guid; guid 2480 chrome/browser/search_engines/template_url_service.cc const std::string guid = conflicting_turl->sync_guid(); guid 2515 chrome/browser/search_engines/template_url_service.cc local_data->erase(guid); guid 2530 chrome/browser/search_engines/template_url_service.cc const std::string& guid) { guid 2537 chrome/browser/search_engines/template_url_service.cc prefs->GetString(prefs::kSyncedDefaultSearchProviderGUID) == guid) { guid 2540 chrome/browser/search_engines/template_url_service.cc TemplateURL* turl_from_sync = GetTemplateURLForGUID(guid); guid 576 chrome/browser/search_engines/template_url_service.h void ResetTemplateURLGUID(TemplateURL* url, const std::string& guid); guid 632 chrome/browser/search_engines/template_url_service.h void SetDefaultSearchProviderIfNewlySynced(const std::string& guid); guid 104 chrome/browser/search_engines/template_url_service_sync_unittest.cc bool contains_guid(const std::string& guid) const { guid 105 chrome/browser/search_engines/template_url_service_sync_unittest.cc return change_map_.count(guid) != 0; guid 108 chrome/browser/search_engines/template_url_service_sync_unittest.cc syncer::SyncChange change_for_guid(const std::string& guid) const { guid 109 chrome/browser/search_engines/template_url_service_sync_unittest.cc DCHECK(contains_guid(guid)); guid 110 chrome/browser/search_engines/template_url_service_sync_unittest.cc return change_map_.find(guid)->second; guid 177 chrome/browser/search_engines/template_url_service_sync_unittest.cc const std::string& guid = std::string(), guid 212 chrome/browser/search_engines/template_url_service_sync_unittest.cc const std::string& guid); guid 263 chrome/browser/search_engines/template_url_service_sync_unittest.cc const std::string& guid, guid 277 chrome/browser/search_engines/template_url_service_sync_unittest.cc if (!guid.empty()) guid 278 chrome/browser/search_engines/template_url_service_sync_unittest.cc data.sync_guid = guid; guid 352 chrome/browser/search_engines/template_url_service_sync_unittest.cc const std::string& guid) { guid 357 chrome/browser/search_engines/template_url_service_sync_unittest.cc data.sync_guid = guid; guid 388 chrome/browser/search_engines/template_url_service_sync_unittest.cc std::string guid = GetGUID(*iter); guid 389 chrome/browser/search_engines/template_url_service_sync_unittest.cc const TemplateURL* service_turl = model()->GetTemplateURLForGUID(guid); guid 407 chrome/browser/search_engines/template_url_service_sync_unittest.cc std::string guid = GetGUID(*iter); guid 408 chrome/browser/search_engines/template_url_service_sync_unittest.cc const TemplateURL* service_turl = model()->GetTemplateURLForGUID(guid); guid 427 chrome/browser/search_engines/template_url_service_sync_unittest.cc std::string guid = GetGUID(*iter); guid 428 chrome/browser/search_engines/template_url_service_sync_unittest.cc TemplateURL* service_turl = model()->GetTemplateURLForGUID(guid); guid 615 chrome/browser/search_engines/template_url_service_sync_unittest.cc std::string guid = GetGUID(*iter); guid 616 chrome/browser/search_engines/template_url_service_sync_unittest.cc EXPECT_TRUE(model()->GetTemplateURLForGUID(guid)); guid 647 chrome/browser/search_engines/template_url_service_sync_unittest.cc std::string guid = GetGUID(*iter); guid 648 chrome/browser/search_engines/template_url_service_sync_unittest.cc EXPECT_TRUE(model()->GetTemplateURLForGUID(guid)); guid 686 chrome/browser/search_engines/template_url_service_sync_unittest.cc std::string guid = GetGUID(*iter); guid 687 chrome/browser/search_engines/template_url_service_sync_unittest.cc EXPECT_TRUE(model()->GetTemplateURLForGUID(guid)); guid 47 chrome/browser/sync/glue/device_info.cc DeviceInfo::DeviceInfo(const std::string& guid, guid 52 chrome/browser/sync/glue/device_info.cc : guid_(guid), guid 122 chrome/browser/sync/glue/device_info.cc return this->guid() == other.guid() guid 204 chrome/browser/sync/glue/device_info.cc const std::string& guid, guid 208 chrome/browser/sync/glue/device_info.cc guid, guid 229 chrome/browser/sync/glue/device_info.cc const std::string& guid, guid 235 chrome/browser/sync/glue/device_info.cc guid, guid 27 chrome/browser/sync/glue/device_info.h DeviceInfo(const std::string& guid, guid 38 chrome/browser/sync/glue/device_info.h const std::string& guid() const; guid 81 chrome/browser/sync/glue/device_info.h const std::string& guid, guid 100 chrome/browser/sync/glue/device_info.h const std::string& guid, guid 51 chrome/browser/sync/glue/favicon_cache_unittest.cc bool contains_guid(const std::string& guid) const { guid 52 chrome/browser/sync/glue/favicon_cache_unittest.cc return change_map_.count(guid) != 0; guid 55 chrome/browser/sync/glue/favicon_cache_unittest.cc syncer::SyncChange change_for_guid(const std::string& guid) const { guid 56 chrome/browser/sync/glue/favicon_cache_unittest.cc DCHECK(contains_guid(guid)); guid 57 chrome/browser/sync/glue/favicon_cache_unittest.cc return change_map_.find(guid)->second; guid 163 chrome/browser/sync/glue/synced_device_tracker.cc DCHECK_EQ(cache_guid_, info.guid()); guid 28 chrome/browser/sync/glue/synced_device_tracker_unittest.cc specifics->set_cache_guid(device_info.guid()); guid 74 chrome/browser/sync/glue/synced_device_tracker_unittest.cc synced_device_tracker_->WriteDeviceInfo(specifics, device_info.guid()); guid 641 chrome/browser/sync/profile_sync_service_autofill_unittest.cc std::string tag = profile.guid(); guid 687 chrome/browser/sync/profile_sync_service_autofill_unittest.cc p.set_guid(autofill.profile().guid()); guid 715 chrome/browser/sync/profile_sync_service_autofill_unittest.cc p.set_guid(autofill.guid()); guid 1220 chrome/browser/sync/profile_sync_service_autofill_unittest.cc EXPECT_EQ(sync_profile.guid(), new_sync_profiles[0].guid()); guid 1266 chrome/browser/sync/profile_sync_service_autofill_unittest.cc AutofillProfileChange::ADD, added_profile.guid(), &added_profile); guid 1358 chrome/browser/sync/profile_sync_service_autofill_unittest.cc AutofillProfileChange::REMOVE, sync_profile.guid(), NULL); guid 270 chrome/browser/sync/test/integration/autofill_helper.cc void RemoveProfile(int profile, const std::string& guid) { guid 274 chrome/browser/sync/test/integration/autofill_helper.cc if (all_profiles[i]->guid() != guid) guid 281 chrome/browser/sync/test/integration/autofill_helper.cc const std::string& guid, guid 288 chrome/browser/sync/test/integration/autofill_helper.cc if (all_profiles[i]->guid() == guid) guid 321 chrome/browser/sync/test/integration/autofill_helper.cc autofill_profiles_a_map[p->guid()] = *p; guid 328 chrome/browser/sync/test/integration/autofill_helper.cc if (!autofill_profiles_a_map.count(p->guid())) { guid 329 chrome/browser/sync/test/integration/autofill_helper.cc LOG(ERROR) << "GUID " << p->guid() << " not found in profile " guid 333 chrome/browser/sync/test/integration/autofill_helper.cc AutofillProfile* expected_profile = &autofill_profiles_a_map[p->guid()]; guid 334 chrome/browser/sync/test/integration/autofill_helper.cc expected_profile->set_guid(p->guid()); guid 336 chrome/browser/sync/test/integration/autofill_helper.cc LOG(ERROR) << "Mismatch in profile with GUID " << p->guid() << "."; guid 339 chrome/browser/sync/test/integration/autofill_helper.cc autofill_profiles_a_map.erase(p->guid()); guid 77 chrome/browser/sync/test/integration/autofill_helper.h void RemoveProfile(int profile, const std::string& guid); guid 82 chrome/browser/sync/test/integration/autofill_helper.h const std::string& guid, guid 183 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc RemoveProfile(1, GetAllProfiles(1)[0]->guid()); guid 191 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc GetAllProfiles(0)[0]->guid(), guid 200 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc RemoveProfile(1, GetAllProfiles(1)[0]->guid()); guid 280 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc RemoveProfile(1, GetAllProfiles(1)[0]->guid()); guid 311 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc GetAllProfiles(0)[0]->guid(), guid 315 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc GetAllProfiles(0)[0]->guid(), guid 335 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc GetAllProfiles(0)[0]->guid(), guid 340 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc GetAllProfiles(1)[0]->guid(), guid 410 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc GetAllProfiles(0)[0]->guid(), guid 414 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc GetAllProfiles(0)[0]->guid(), guid 418 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc GetAllProfiles(0)[0]->guid(), guid 422 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc GetAllProfiles(0)[0]->guid(), guid 443 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc GetAllProfiles(0)[0]->guid(), guid 447 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc GetAllProfiles(0)[0]->guid(), guid 451 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc GetAllProfiles(0)[0]->guid(), guid 455 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc GetAllProfiles(0)[0]->guid(), guid 2929 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc cards[i]->guid(), guid 2948 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc suggested_shipping_.AddKeyedItem(profile.guid(), labels[i]); guid 2950 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc profile.guid(), guid 2956 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc suggested_billing_.AddKeyedItem(profile.guid(), labels[i]); guid 2958 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc profile.guid(), guid 3012 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc std::string guid; guid 3013 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc GetDefaultAutofillChoice(section, &guid); guid 3015 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc model->SetCheckedItem(guid); guid 3016 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc if (GetAutofillChoice(section, &guid)) guid 3017 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc model->SetCheckedItem(guid); guid 3098 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc std::string guid = GetManager()->SaveImportedCreditCard(card); guid 3099 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc newly_saved_data_model_guids_[section] = guid; guid 3119 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc std::string guid = GetManager()->SaveImportedProfile(profile); guid 3120 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc newly_saved_data_model_guids_[section] = guid; guid 3762 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc const std::string& guid) { guid 3765 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc value->SetString(kGuidPrefKey, guid); guid 3775 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc std::string* guid) { guid 3783 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc *guid = model->GetItemKeyAt(i); guid 3786 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc } else if (!IsASuggestionItemKey(model->GetItemKeyAt(i)) && guid->empty()) { guid 3787 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc *guid = model->GetItemKeyAt(i); guid 3793 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc std::string* guid) { guid 3804 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc choice->GetString(kGuidPrefKey, guid); guid 574 chrome/browser/ui/autofill/autofill_dialog_controller_impl.h const std::string& guid); guid 579 chrome/browser/ui/autofill/autofill_dialog_controller_impl.h std::string* guid); guid 584 chrome/browser/ui/autofill/autofill_dialog_controller_impl.h std::string* guid); guid 1087 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc controller()->GetTestingManager()->imported_profile().guid()); guid 1089 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc controller()->GetTestingManager()->imported_credit_card().guid()); guid 393 chrome/browser/ui/webui/options/autofill_options_handler.cc entry->Append(new base::StringValue(profiles[i]->guid())); guid 407 chrome/browser/ui/webui/options/autofill_options_handler.cc entry->Append(new base::StringValue(card->guid())); guid 423 chrome/browser/ui/webui/options/autofill_options_handler.cc std::string guid; guid 424 chrome/browser/ui/webui/options/autofill_options_handler.cc if (!args->GetString(0, &guid)) { guid 429 chrome/browser/ui/webui/options/autofill_options_handler.cc personal_data_->RemoveByGUID(guid); guid 435 chrome/browser/ui/webui/options/autofill_options_handler.cc std::string guid; guid 436 chrome/browser/ui/webui/options/autofill_options_handler.cc if (!args->GetString(0, &guid)) { guid 441 chrome/browser/ui/webui/options/autofill_options_handler.cc AutofillProfile* profile = personal_data_->GetProfileByGUID(guid); guid 452 chrome/browser/ui/webui/options/autofill_options_handler.cc address.SetString("guid", profile->guid()); guid 478 chrome/browser/ui/webui/options/autofill_options_handler.cc std::string guid; guid 479 chrome/browser/ui/webui/options/autofill_options_handler.cc if (!args->GetString(0, &guid)) { guid 484 chrome/browser/ui/webui/options/autofill_options_handler.cc CreditCard* credit_card = personal_data_->GetCreditCardByGUID(guid); guid 495 chrome/browser/ui/webui/options/autofill_options_handler.cc credit_card_data.SetString("guid", credit_card->guid()); guid 517 chrome/browser/ui/webui/options/autofill_options_handler.cc std::string guid; guid 518 chrome/browser/ui/webui/options/autofill_options_handler.cc if (!args->GetString(0, &guid)) { guid 523 chrome/browser/ui/webui/options/autofill_options_handler.cc AutofillProfile profile(guid, kSettingsOrigin); guid 559 chrome/browser/ui/webui/options/autofill_options_handler.cc if (!base::IsValidGUID(profile.guid())) { guid 571 chrome/browser/ui/webui/options/autofill_options_handler.cc std::string guid; guid 572 chrome/browser/ui/webui/options/autofill_options_handler.cc if (!args->GetString(0, &guid)) { guid 577 chrome/browser/ui/webui/options/autofill_options_handler.cc CreditCard credit_card(guid, kSettingsOrigin); guid 592 chrome/browser/ui/webui/options/autofill_options_handler.cc if (!base::IsValidGUID(credit_card.guid())) { guid 670 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc onc::FindPolicyForActiveUser(vpn->guid(), &onc_source); guid 1533 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc onc::FindPolicyForActiveUser(network->guid(), &onc_source); guid 223 chrome/common/crash_keys.cc std::string guid(client_id); guid 225 chrome/common/crash_keys.cc ReplaceSubstringsAfterOffset(&guid, 0, "-", ""); guid 226 chrome/common/crash_keys.cc if (guid.empty()) guid 229 chrome/common/crash_keys.cc base::debug::SetCrashKeyValue(kClientID, guid); guid 230 chrome/common/crash_keys.cc GoogleUpdateSettings::SetMetricsId(guid); guid 97 chrome/installer/util/google_chrome_distribution.h void set_product_guid(const base::string16& guid) { product_guid_ = guid; } guid 175 chrome/test/logging/win/log_file_printer.cc wchar_t guid[64]; guid 176 chrome/test/logging/win/log_file_printer.cc StringFromGUID2(event->Header.Guid, &guid[0], arraysize(guid)); guid 177 chrome/test/logging/win/log_file_printer.cc *out_ << error << " (class=" << guid << ", type=" guid 490 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp SECItem guid; guid 491 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp if (SEC_ASN1DecodeItem(arena, &guid, guid 494 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp guid.len == 16) { guid 495 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp unsigned char* d = guid.data; guid 44 chrome/utility/media_galleries/iphoto_library_parser_unittest.cc #define SIMPLE_PHOTO(id, guid, path, caption) \ guid 52 chrome/utility/media_galleries/iphoto_library_parser_unittest.cc " <string>" #guid "</string>" \ guid 72 chrome/utility/media_galleries/iphoto_library_parser_unittest.cc #define MALFORMED_PHOTO1(id, guid, path, caption) \ guid 80 chrome/utility/media_galleries/iphoto_library_parser_unittest.cc " <string>" #guid "</string>" \ guid 88 chrome/utility/media_galleries/iphoto_library_parser_unittest.cc #define MALFORMED_PHOTO2(id, guid, path, caption) \ guid 96 chrome/utility/media_galleries/iphoto_library_parser_unittest.cc " <string>" #guid "</string>" \ guid 35 chrome_elf/chrome_elf_util.cc const wchar_t* guid, const wchar_t* value_to_read, guid 42 chrome_elf/chrome_elf_util.cc full_key_path.append(guid); guid 80 chrome_elf/chrome_elf_util.cc base::string16 guid, const wchar_t* value_to_read, guid 87 chrome_elf/chrome_elf_util.cc full_key_path.append(guid); guid 88 chrome_elf/chrome_elf_util_unittest.cc base::string16 BuildKey(const wchar_t* path, const wchar_t* guid) { guid 91 chrome_elf/chrome_elf_util_unittest.cc full_key_path.append(guid); guid 226 chromeos/dbus/fake_shill_manager_client.cc std::string guid; guid 228 chromeos/dbus/fake_shill_manager_client.cc if (!properties.GetString(shill::kGuidProperty, &guid) || guid 241 chromeos/dbus/fake_shill_manager_client.cc std::string service_path = guid; guid 252 chromeos/dbus/fake_shill_manager_client.cc service_client->AddServiceWithIPConfig(service_path, guid, type, guid 371 chromeos/network/client_cert_resolver.cc if (network->guid().empty()) guid 381 chromeos/network/client_cert_resolver.cc network->guid(), network->profile_path()); guid 385 chromeos/network/client_cert_resolver.cc << network->guid() << " is not available yet."; guid 38 chromeos/network/favorite_state.h const std::string& guid() const { return guid_; } guid 121 chromeos/network/managed_network_configuration_handler.h const std::string& guid, guid 132 chromeos/network/managed_network_configuration_handler.h const std::string& guid, guid 79 chromeos/network/managed_network_configuration_handler_impl.cc const std::string& guid) { guid 80 chromeos/network/managed_network_configuration_handler_impl.cc GuidToPolicyMap::const_iterator it = policies.find(guid); guid 177 chromeos/network/managed_network_configuration_handler_impl.cc std::string guid; guid 179 chromeos/network/managed_network_configuration_handler_impl.cc &guid); guid 183 chromeos/network/managed_network_configuration_handler_impl.cc if (!guid.empty() && profile) { guid 191 chromeos/network/managed_network_configuration_handler_impl.cc GetByGUID(policies->per_network_config, guid); guid 235 chromeos/network/managed_network_configuration_handler_impl.cc std::string guid = state->guid(); guid 236 chromeos/network/managed_network_configuration_handler_impl.cc if (guid.empty()) { guid 253 chromeos/network/managed_network_configuration_handler_impl.cc VLOG(2) << "SetProperties: Found GUID " << guid << " and profile " guid 284 chromeos/network/managed_network_configuration_handler_impl.cc GetByGUID(policies->per_network_config, guid); guid 289 chromeos/network/managed_network_configuration_handler_impl.cc *profile, guid, policy, validated_user_settings.get())); guid 325 chromeos/network/managed_network_configuration_handler_impl.cc std::string guid = base::GenerateGUID(); guid 328 chromeos/network/managed_network_configuration_handler_impl.cc *profile, guid, NULL /*no policy*/, &properties)); guid 375 chromeos/network/managed_network_configuration_handler_impl.cc std::string guid; guid 376 chromeos/network/managed_network_configuration_handler_impl.cc network->GetStringWithoutPathExpansion(::onc::network_config::kGUID, &guid); guid 377 chromeos/network/managed_network_configuration_handler_impl.cc DCHECK(!guid.empty()); guid 379 chromeos/network/managed_network_configuration_handler_impl.cc if (policies->per_network_config.count(guid) > 0) { guid 381 chromeos/network/managed_network_configuration_handler_impl.cc " contains several entries for the same GUID ", guid); guid 382 chromeos/network/managed_network_configuration_handler_impl.cc delete policies->per_network_config[guid]; guid 385 chromeos/network/managed_network_configuration_handler_impl.cc policies->per_network_config[guid] = new_entry; guid 387 chromeos/network/managed_network_configuration_handler_impl.cc const base::DictionaryValue* old_entry = old_per_network_config[guid]; guid 389 chromeos/network/managed_network_configuration_handler_impl.cc modified_policies.insert(guid); guid 497 chromeos/network/managed_network_configuration_handler_impl.cc const std::string& guid, guid 505 chromeos/network/managed_network_configuration_handler_impl.cc GetByGUID(user_policies->per_network_config, guid); guid 516 chromeos/network/managed_network_configuration_handler_impl.cc GetByGUID(device_policies->per_network_config, guid); guid 537 chromeos/network/managed_network_configuration_handler_impl.cc const std::string& guid, guid 542 chromeos/network/managed_network_configuration_handler_impl.cc NET_LOG_ERROR("Profile path unknown:" + profile_path, guid); guid 550 chromeos/network/managed_network_configuration_handler_impl.cc return GetByGUID(policies->per_network_config, guid); guid 79 chromeos/network/managed_network_configuration_handler_impl.h const std::string& guid, guid 86 chromeos/network/managed_network_configuration_handler_impl.h const std::string& guid, guid 60 chromeos/network/mock_managed_network_configuration_handler.h const std::string& guid, guid 66 chromeos/network/mock_managed_network_configuration_handler.h const base::DictionaryValue*(const std::string& guid, guid 618 chromeos/network/network_configuration_handler_unittest.cc std::string guid; guid 620 chromeos/network/network_configuration_handler_unittest.cc create_service_path_, shill::kGuidProperty, &guid)); guid 621 chromeos/network/network_configuration_handler_unittest.cc EXPECT_EQ(service_path, guid); guid 51 chromeos/network/network_state.h const std::string& guid() const { return guid_; } guid 71 chromeos/network/network_ui_data.h void set_policy_guid(const std::string& guid) { guid 72 chromeos/network/network_ui_data.h policy_guid_ = guid; guid 152 chromeos/network/onc/onc_certificate_importer_impl.cc std::string guid; guid 153 chromeos/network/onc/onc_certificate_importer_impl.cc certificate.GetStringWithoutPathExpansion(::onc::certificate::kGUID, &guid); guid 154 chromeos/network/onc/onc_certificate_importer_impl.cc DCHECK(!guid.empty()); guid 159 chromeos/network/onc/onc_certificate_importer_impl.cc if (!DeleteCertAndKeyByNickname(guid, target_nssdb_)) { guid 175 chromeos/network/onc/onc_certificate_importer_impl.cc guid, guid 180 chromeos/network/onc/onc_certificate_importer_impl.cc return ParseClientCertificate(guid, certificate); guid 190 chromeos/network/onc/onc_certificate_importer_impl.cc const std::string& guid, guid 220 chromeos/network/onc/onc_certificate_importer_impl.cc ONC_LOG_WARNING("Web trust not granted for certificate: " + guid); guid 298 chromeos/network/onc/onc_certificate_importer_impl.cc (*imported_server_and_ca_certs)[guid] = x509_cert; guid 304 chromeos/network/onc/onc_certificate_importer_impl.cc const std::string& guid, guid 357 chromeos/network/onc/onc_certificate_importer_impl.cc PK11_SetPrivateKeyNickname(private_key, const_cast<char*>(guid.c_str())); guid 88 chromeos/network/onc/onc_certificate_importer_impl.h const std::string& guid, guid 93 chromeos/network/onc/onc_certificate_importer_impl.h bool ParseClientCertificate(const std::string& guid, guid 116 chromeos/network/onc/onc_certificate_importer_impl_unittest.cc std::string* guid) { guid 118 chromeos/network/onc/onc_certificate_importer_impl_unittest.cc if (!guid) guid 119 chromeos/network/onc/onc_certificate_importer_impl_unittest.cc guid = &guid_temporary; guid 130 chromeos/network/onc/onc_certificate_importer_impl_unittest.cc certificate->GetStringWithoutPathExpansion(::onc::certificate::kGUID, guid); guid 134 chromeos/network/onc/onc_certificate_importer_impl_unittest.cc EXPECT_TRUE(imported_server_and_ca_certs_[*guid]->Equals( guid 195 chromeos/network/onc/onc_certificate_importer_impl_unittest.cc std::string guid; guid 196 chromeos/network/onc/onc_certificate_importer_impl_unittest.cc AddCertificateFromFile("certificate-client.onc", net::USER_CERT, &guid); guid 209 chromeos/network/onc/onc_certificate_importer_impl_unittest.cc EXPECT_STREQ(guid.c_str(), name); guid 323 chromeos/network/onc/onc_utils.cc std::string guid; guid 324 chromeos/network/onc/onc_utils.cc cert->GetStringWithoutPathExpansion(certificate::kGUID, &guid); guid 337 chromeos/network/onc/onc_utils.cc LOG(ERROR) << "Certificate with GUID " << guid guid 341 chromeos/network/onc/onc_utils.cc certs_by_guid[guid] = pem; guid 632 chromeos/network/onc/onc_utils.cc std::string guid; guid 633 chromeos/network/onc/onc_utils.cc network->GetStringWithoutPathExpansion(network_config::kGUID, &guid); guid 637 chromeos/network/onc/onc_utils.cc << guid; guid 393 chromeos/network/onc/onc_validator.cc std::string guid; guid 394 chromeos/network/onc/onc_validator.cc if (dict.GetStringWithoutPathExpansion(key_guid, &guid)) { guid 395 chromeos/network/onc/onc_validator.cc if (guids->count(guid) != 0) { guid 397 chromeos/network/onc/onc_validator.cc LOG(ERROR) << MessageHeader() << "Found a duplicate GUID " << guid << "."; guid 400 chromeos/network/onc/onc_validator.cc guids->insert(guid); guid 38 chromeos/network/policy_applicator.cc const std::string& guid) { guid 39 chromeos/network/policy_applicator.cc PolicyApplicator::GuidToPolicyMap::const_iterator it = policies.find(guid); guid 132 chromeos/network/policy_util.cc const std::string& guid, guid 167 chromeos/network/policy_util.cc effective->SetStringWithoutPathExpansion(::onc::network_config::kGUID, guid); guid 32 chromeos/network/policy_util.h const std::string& guid, guid 12 components/autofill/core/browser/autofill_data_model.cc AutofillDataModel::AutofillDataModel(const std::string& guid, guid 14 components/autofill/core/browser/autofill_data_model.cc : guid_(guid), guid 22 components/autofill/core/browser/autofill_data_model.h AutofillDataModel(const std::string& guid, const std::string& origin); guid 37 components/autofill/core/browser/autofill_data_model.h std::string guid() const { return guid_; } guid 38 components/autofill/core/browser/autofill_data_model.h void set_guid(const std::string& guid) { guid_ = guid; } guid 17 components/autofill/core/browser/autofill_data_model_unittest.cc TestAutofillDataModel(const std::string& guid, const std::string& origin) guid 18 components/autofill/core/browser/autofill_data_model_unittest.cc : AutofillDataModel(guid, origin) {} guid 636 components/autofill/core/browser/autofill_manager.cc personal_data_->RemoveByGUID(data_model->guid()); guid 1098 components/autofill/core/browser/autofill_manager.cc int AutofillManager::GUIDToID(const GUIDPair& guid) const { guid 1099 components/autofill/core/browser/autofill_manager.cc if (!base::IsValidGUID(guid.first)) guid 1102 components/autofill/core/browser/autofill_manager.cc std::map<GUIDPair, int>::const_iterator iter = guid_id_map_.find(guid); guid 1105 components/autofill/core/browser/autofill_manager.cc guid_id_map_[guid] = id; guid 1106 components/autofill/core/browser/autofill_manager.cc id_guid_map_[id] = guid; guid 189 components/autofill/core/browser/autofill_manager.h virtual int GUIDToID(const PersonalDataManager::GUIDPair& guid) const; guid 69 components/autofill/core/browser/autofill_manager_unittest.cc AutofillProfile* GetProfileWithGUID(const char* guid) { guid 72 components/autofill/core/browser/autofill_manager_unittest.cc if (!(*it)->guid().compare(guid)) guid 78 components/autofill/core/browser/autofill_manager_unittest.cc CreditCard* GetCreditCardWithGUID(const char* guid) { guid 81 components/autofill/core/browser/autofill_manager_unittest.cc if (!(*it)->guid().compare(guid)) guid 95 components/autofill/core/browser/autofill_manager_unittest.cc virtual void RemoveByGUID(const std::string& guid) OVERRIDE { guid 96 components/autofill/core/browser/autofill_manager_unittest.cc CreditCard* credit_card = GetCreditCardWithGUID(guid.c_str()); guid 103 components/autofill/core/browser/autofill_manager_unittest.cc AutofillProfile* profile = GetProfileWithGUID(guid.c_str()); guid 457 components/autofill/core/browser/autofill_manager_unittest.cc AutofillProfile* GetProfileWithGUID(const char* guid) { guid 458 components/autofill/core/browser/autofill_manager_unittest.cc return personal_data_->GetProfileWithGUID(guid); guid 461 components/autofill/core/browser/autofill_manager_unittest.cc CreditCard* GetCreditCardWithGUID(const char* guid) { guid 462 components/autofill/core/browser/autofill_manager_unittest.cc return personal_data_->GetCreditCardWithGUID(guid); guid 1554 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000001", 0); guid 1559 components/autofill/core/browser/autofill_manager_unittest.cc PackGUIDs(empty, guid), &response_page_id, &response_data); guid 1577 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000001", 0); guid 1582 components/autofill/core/browser/autofill_manager_unittest.cc PackGUIDs(empty, guid), &response_page_id, &response_data); guid 1595 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000004", 0); guid 1600 components/autofill/core/browser/autofill_manager_unittest.cc PackGUIDs(guid, empty), &response_page_id, &response_data); guid 1617 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000007", 0); guid 1622 components/autofill/core/browser/autofill_manager_unittest.cc PackGUIDs(guid, empty), &response_page_id, &response_data); guid 1640 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000007", 0); guid 1645 components/autofill/core/browser/autofill_manager_unittest.cc PackGUIDs(guid, empty), &response_page_id, &response_data); guid 1662 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000007", 0); guid 1667 components/autofill/core/browser/autofill_manager_unittest.cc PackGUIDs(guid, empty), &response_page_id, &response_data); guid 1685 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000007", 0); guid 1690 components/autofill/core/browser/autofill_manager_unittest.cc PackGUIDs(guid, empty), &response_page_id, &response_data); guid 1705 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000001", 0); guid 1712 components/autofill/core/browser/autofill_manager_unittest.cc PackGUIDs(empty, guid), &response_page_id, &response_data); guid 1746 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000001", 0); guid 1751 components/autofill/core/browser/autofill_manager_unittest.cc PackGUIDs(empty, guid), &response_page_id, &response_data); guid 1862 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000001", 0); guid 1867 components/autofill/core/browser/autofill_manager_unittest.cc PackGUIDs(empty, guid), &response_page_id, &response_data); guid 1973 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000001", 0); guid 1978 components/autofill/core/browser/autofill_manager_unittest.cc PackGUIDs(empty, guid), &response_page_id, &response_data); guid 2002 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000001", 0); guid 2007 components/autofill/core/browser/autofill_manager_unittest.cc PackGUIDs(empty, guid), &response_page_id, &response_data); guid 2066 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid(profile->guid(), 1); guid 2071 components/autofill/core/browser/autofill_manager_unittest.cc PackGUIDs(empty, guid), &response_page_id, &response_data1); guid 2081 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid2(profile->guid(), 2); guid 2147 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid(work_profile->guid(), 0); guid 2154 components/autofill/core/browser/autofill_manager_unittest.cc PackGUIDs(empty, guid), &response_page_id, &response_data1); guid 2169 components/autofill/core/browser/autofill_manager_unittest.cc PackGUIDs(empty, guid), &response_page_id, &response_data2); guid 2189 components/autofill/core/browser/autofill_manager_unittest.cc PackGUIDs(empty, guid), &response_page_id, &response_data3); guid 2204 components/autofill/core/browser/autofill_manager_unittest.cc PackGUIDs(empty, guid), &response_page_id, &response_data4); guid 2224 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair variant_guid(work_profile->guid(), 1); guid 2255 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000001", 0); guid 2260 components/autofill/core/browser/autofill_manager_unittest.cc PackGUIDs(empty, guid), &response_page_id, &response_data); guid 2286 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000001", 0); guid 2291 components/autofill/core/browser/autofill_manager_unittest.cc PackGUIDs(empty, guid), &response_page_id, &response_data); guid 2305 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000001", 0); guid 2310 components/autofill/core/browser/autofill_manager_unittest.cc PackGUIDs(empty, guid), &response_page_id, &response_data); guid 2409 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000001", 0); guid 2414 components/autofill/core/browser/autofill_manager_unittest.cc PackGUIDs(empty, guid), &response_page_id, &response_data); guid 2467 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000001", 0); guid 2472 components/autofill/core/browser/autofill_manager_unittest.cc PackGUIDs(empty, guid), &response_page_id, &response_data); guid 2801 components/autofill/core/browser/autofill_manager_unittest.cc std::string guid = "00000000-0000-0000-0000-000000000102"; guid 2802 components/autofill/core/browser/autofill_manager_unittest.cc profile->set_guid(guid.c_str()); guid 2805 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid_pair(guid, 0); guid 2811 components/autofill/core/browser/autofill_manager_unittest.cc EXPECT_FALSE(autofill_manager_->GetProfileWithGUID(guid.c_str())); guid 2817 components/autofill/core/browser/autofill_manager_unittest.cc std::string guid = "00000000-0000-0000-0000-000000100007"; guid 2818 components/autofill/core/browser/autofill_manager_unittest.cc credit_card->set_guid(guid.c_str()); guid 2821 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid_pair(guid, 0); guid 2827 components/autofill/core/browser/autofill_manager_unittest.cc EXPECT_FALSE(autofill_manager_->GetCreditCardWithGUID(guid.c_str())); guid 2833 components/autofill/core/browser/autofill_manager_unittest.cc std::string guid = "00000000-0000-0000-0000-000000000102"; guid 2834 components/autofill/core/browser/autofill_manager_unittest.cc profile->set_guid(guid.c_str()); guid 2837 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid_pair(guid, 1); guid 2846 components/autofill/core/browser/autofill_manager_unittest.cc EXPECT_TRUE(autofill_manager_->GetProfileWithGUID(guid.c_str())); guid 116 components/autofill/core/browser/autofill_merge_unittest.cc if (merged_guid == profile.guid()) guid 908 components/autofill/core/browser/autofill_metrics_unittest.cc PersonalDataManager::GUIDPair guid( guid 914 components/autofill/core/browser/autofill_metrics_unittest.cc autofill_manager_->PackGUIDs(empty, guid)); guid 226 components/autofill/core/browser/autofill_profile.cc AutofillProfile::AutofillProfile(const std::string& guid, guid 228 components/autofill/core/browser/autofill_profile.cc : AutofillDataModel(guid, origin), guid 253 components/autofill/core/browser/autofill_profile.cc set_guid(profile.guid()); guid 451 components/autofill/core/browser/autofill_profile.cc return guid() == profile.guid() && guid 818 components/autofill/core/browser/autofill_profile.cc << profile.guid() guid 33 components/autofill/core/browser/autofill_profile.h AutofillProfile(const std::string& guid, const std::string& origin); guid 184 components/autofill/core/browser/autofill_test_utils.cc const char* guid, const char* first_name, const char* middle_name, guid 189 components/autofill/core/browser/autofill_test_utils.cc if (guid) guid 190 components/autofill/core/browser/autofill_test_utils.cc profile->set_guid(guid); guid 76 components/autofill/core/browser/autofill_test_utils.h const char* guid, const char* first_name, const char* middle_name, guid 113 components/autofill/core/browser/credit_card.cc CreditCard::CreditCard(const std::string& guid, const std::string& origin) guid 114 components/autofill/core/browser/credit_card.cc : AutofillDataModel(guid, origin), guid 505 components/autofill/core/browser/credit_card.cc set_guid(credit_card.guid()); guid 558 components/autofill/core/browser/credit_card.cc return guid() == credit_card.guid() && guid 667 components/autofill/core/browser/credit_card.cc << credit_card.guid() guid 23 components/autofill/core/browser/credit_card.h CreditCard(const std::string& guid, const std::string& origin); guid 36 components/autofill/core/browser/personal_data_manager.cc explicit FormGroupMatchesByGUIDFunctor(const std::string& guid) guid 37 components/autofill/core/browser/personal_data_manager.cc : guid_(guid) { guid 41 components/autofill/core/browser/personal_data_manager.cc return form_group.guid() == guid_; guid 45 components/autofill/core/browser/personal_data_manager.cc return form_group->guid() == guid_; guid 54 components/autofill/core/browser/personal_data_manager.cc const std::string& guid) { guid 57 components/autofill/core/browser/personal_data_manager.cc FormGroupMatchesByGUIDFunctor<T>(guid)); guid 61 components/autofill/core/browser/personal_data_manager.cc bool FindByGUID(const C& container, const std::string& guid) { guid 62 components/autofill/core/browser/personal_data_manager.cc return FindElementByGUID<T>(container, guid) != container.end(); guid 377 components/autofill/core/browser/personal_data_manager.cc if (FindByGUID<AutofillProfile>(web_profiles_, profile.guid())) guid 398 components/autofill/core/browser/personal_data_manager.cc AutofillProfile* existing_profile = GetProfileByGUID(profile.guid()); guid 407 components/autofill/core/browser/personal_data_manager.cc RemoveByGUID(profile.guid()); guid 422 components/autofill/core/browser/personal_data_manager.cc const std::string& guid) { guid 425 components/autofill/core/browser/personal_data_manager.cc FindElementByGUID<AutofillProfile>(profiles, guid); guid 436 components/autofill/core/browser/personal_data_manager.cc if (FindByGUID<CreditCard>(credit_cards_, credit_card.guid())) guid 457 components/autofill/core/browser/personal_data_manager.cc CreditCard* existing_credit_card = GetCreditCardByGUID(credit_card.guid()); guid 466 components/autofill/core/browser/personal_data_manager.cc RemoveByGUID(credit_card.guid()); guid 480 components/autofill/core/browser/personal_data_manager.cc void PersonalDataManager::RemoveByGUID(const std::string& guid) { guid 484 components/autofill/core/browser/personal_data_manager.cc bool is_credit_card = FindByGUID<CreditCard>(credit_cards_, guid); guid 486 components/autofill/core/browser/personal_data_manager.cc FindByGUID<AutofillProfile>(web_profiles_, guid); guid 494 components/autofill/core/browser/personal_data_manager.cc database_->RemoveCreditCard(guid); guid 496 components/autofill/core/browser/personal_data_manager.cc database_->RemoveAutofillProfile(guid); guid 502 components/autofill/core/browser/personal_data_manager.cc CreditCard* PersonalDataManager::GetCreditCardByGUID(const std::string& guid) { guid 505 components/autofill/core/browser/personal_data_manager.cc FindElementByGUID<CreditCard>(credit_cards, guid); guid 589 components/autofill/core/browser/personal_data_manager.cc guid_pairs->push_back(GUIDPair(profile->guid(), i)); guid 615 components/autofill/core/browser/personal_data_manager.cc guid_pairs->push_back(GUIDPair(profile->guid(), j)); guid 678 components/autofill/core/browser/personal_data_manager.cc guid_pairs->push_back(GUIDPair(credit_card->guid(), 0)); guid 735 components/autofill/core/browser/personal_data_manager.cc std::string guid = new_profile.guid(); guid 752 components/autofill/core/browser/personal_data_manager.cc guid = existing_profile->guid(); guid 763 components/autofill/core/browser/personal_data_manager.cc return guid; guid 824 components/autofill/core/browser/personal_data_manager.cc if (!FindByGUID<AutofillProfile>(*profiles, (*iter)->guid())) guid 825 components/autofill/core/browser/personal_data_manager.cc database_->RemoveAutofillProfile((*iter)->guid()); guid 831 components/autofill/core/browser/personal_data_manager.cc if (FindByGUID<AutofillProfile>(web_profiles_, iter->guid())) guid 838 components/autofill/core/browser/personal_data_manager.cc if (!FindByGUID<AutofillProfile>(web_profiles_, iter->guid()) && guid 871 components/autofill/core/browser/personal_data_manager.cc if (!FindByGUID<CreditCard>(*credit_cards, (*iter)->guid())) guid 872 components/autofill/core/browser/personal_data_manager.cc database_->RemoveCreditCard((*iter)->guid()); guid 878 components/autofill/core/browser/personal_data_manager.cc if (FindByGUID<CreditCard>(credit_cards_, iter->guid())) guid 885 components/autofill/core/browser/personal_data_manager.cc if (!FindByGUID<CreditCard>(credit_cards_, iter->guid()) && guid 989 components/autofill/core/browser/personal_data_manager.cc return (*iter)->guid(); guid 993 components/autofill/core/browser/personal_data_manager.cc std::string guid = guid 997 components/autofill/core/browser/personal_data_manager.cc return guid; guid 1014 components/autofill/core/browser/personal_data_manager.cc std::string guid = imported_card.guid(); guid 1023 components/autofill/core/browser/personal_data_manager.cc guid = card->guid(); guid 1034 components/autofill/core/browser/personal_data_manager.cc return guid; guid 105 components/autofill/core/browser/personal_data_manager.h virtual void RemoveByGUID(const std::string& guid); guid 110 components/autofill/core/browser/personal_data_manager.h AutofillProfile* GetProfileByGUID(const std::string& guid); guid 120 components/autofill/core/browser/personal_data_manager.h CreditCard* GetCreditCardByGUID(const std::string& guid); guid 201 components/autofill/core/browser/personal_data_manager_unittest.cc personal_data_->RemoveByGUID(profile1.guid()); guid 256 components/autofill/core/browser/personal_data_manager_unittest.cc personal_data_->RemoveByGUID(credit_card1.guid()); guid 411 components/autofill/core/browser/personal_data_manager_unittest.cc guids.insert(profile0.guid()); guid 412 components/autofill/core/browser/personal_data_manager_unittest.cc guids.insert(profile1.guid()); guid 413 components/autofill/core/browser/personal_data_manager_unittest.cc guids.insert(credit_card0.guid()); guid 414 components/autofill/core/browser/personal_data_manager_unittest.cc guids.insert(credit_card1.guid()); guid 452 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_NE(results3[0]->guid(), results3[1]->guid()); guid 453 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(base::IsValidGUID(results3[0]->guid())); guid 454 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(base::IsValidGUID(results3[1]->guid())); guid 544 components/autofill/core/browser/personal_data_manager_unittest.cc autofill_database_service_->RemoveAutofillProfile(profile1.guid()); guid 545 components/autofill/core/browser/personal_data_manager_unittest.cc autofill_database_service_->RemoveAutofillProfile(profile2.guid()); guid 931 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_EQ(credit_card0.guid(), results[0]->guid()); guid 932 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_EQ(credit_card1.guid(), results[1]->guid()); guid 933 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_EQ(credit_card2.guid(), results[2]->guid()); guid 934 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_EQ(credit_card3.guid(), results[3]->guid()); guid 935 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_EQ(credit_card4.guid(), results[4]->guid()); guid 936 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_EQ(credit_card5.guid(), results[5]->guid()); guid 2121 components/autofill/core/browser/personal_data_manager_unittest.cc expected_profile.set_guid(profile.guid()); guid 2447 components/autofill/core/browser/personal_data_manager_unittest.cc personal_data_->RemoveByGUID(steve_jobs.guid()); guid 2448 components/autofill/core/browser/personal_data_manager_unittest.cc personal_data_->RemoveByGUID(bill_gates.guid()); guid 2511 components/autofill/core/browser/personal_data_manager_unittest.cc personal_data_->RemoveByGUID(armadillo.guid()); guid 2512 components/autofill/core/browser/personal_data_manager_unittest.cc personal_data_->RemoveByGUID(armadillo2.guid()); guid 2522 components/autofill/core/browser/personal_data_manager_unittest.cc personal_data_->RemoveByGUID(armadillo.guid()); guid 2531 components/autofill/core/browser/personal_data_manager_unittest.cc personal_data_->RemoveByGUID(armadillo.guid()); guid 2532 components/autofill/core/browser/personal_data_manager_unittest.cc personal_data_->RemoveByGUID(moose.guid()); guid 44 components/autofill/core/browser/test_personal_data_manager.cc return imported_profile.guid(); guid 50 components/autofill/core/browser/test_personal_data_manager.cc return imported_credit_card.guid(); guid 24 components/autofill/core/browser/webdata/autofill_change.cc DCHECK(type == ADD ? (profile && profile->guid() == key) : true); guid 25 components/autofill/core/browser/webdata/autofill_change.cc DCHECK(type == UPDATE ? (profile && profile->guid() == key) : true); guid 115 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc << p->guid(); guid 147 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc bundle.profiles_to_delete.push_back(profile_to_merge->second->guid()); guid 154 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc << "New guid " << it->second->guid() guid 156 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc << profile_to_merge->second->guid(); guid 244 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc std::string guid = i->sync_data().GetSpecifics(). guid 245 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc autofill_profile().guid(); guid 246 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc bundle.profiles_to_delete.push_back(guid); guid 247 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc profiles_map_.erase(guid); guid 387 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc DCHECK(base::IsValidGUID(profile.guid())); guid 396 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc specifics->set_guid(profile.guid()); guid 455 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc (*profile_map)[profiles[i]->guid()] = profiles[i]; guid 473 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc autofill_specifics.guid()); guid 486 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc autofill_specifics.guid(), autofill_specifics.origin()); guid 502 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc bundle->profiles_to_delete.push_back(local_profile->guid()); guid 507 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc << "New guid " << new_profile->guid() guid 508 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc << ". Profile to be deleted " << local_profile->guid(); guid 518 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc std::make_pair(local_profile->guid(), new_profile)); guid 523 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc return profile_map->insert(std::make_pair(new_profile->guid(), guid 541 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc DCHECK(profiles_map_.find(change.profile()->guid()) == guid 544 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc profiles_map_[change.profile()->guid()] = profiles_.get().back(); guid 548 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc change.profile()->guid()); guid 586 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc profile.guid(), profile.guid(), specifics); guid 443 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc autofill_specifics->set_guid(profile.guid()); guid 455 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc profile.guid(), profile.guid(), specifics)); guid 497 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc EXPECT_EQ(guid_present1, data[0].GetSpecifics().autofill_profile().guid()); guid 498 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc EXPECT_EQ(guid_present2, data[1].GetSpecifics().autofill_profile().guid()); guid 558 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc EXPECT_EQ(kGuid1, specifics.guid()); guid 577 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc EXPECT_EQ(kGuid2, specifics.guid()); guid 848 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc autofill_specifics->set_guid(profile.guid()); guid 862 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc profile.guid(), profile.guid(), specifics)); guid 80 components/autofill/core/browser/webdata/autofill_table.cc DCHECK(base::IsValidGUID(profile.guid())); guid 82 components/autofill/core/browser/webdata/autofill_table.cc s->BindString(index++, profile.guid()); guid 101 components/autofill/core/browser/webdata/autofill_table.cc DCHECK(base::IsValidGUID(profile->guid())); guid 121 components/autofill/core/browser/webdata/autofill_table.cc DCHECK(base::IsValidGUID(credit_card.guid())); guid 123 components/autofill/core/browser/webdata/autofill_table.cc s->BindString(index++, credit_card.guid()); guid 144 components/autofill/core/browser/webdata/autofill_table.cc DCHECK(base::IsValidGUID(credit_card->guid())); guid 174 components/autofill/core/browser/webdata/autofill_table.cc s.BindString(0, profile->guid()); guid 183 components/autofill/core/browser/webdata/autofill_table.cc DCHECK_EQ(profile->guid(), s.ColumnString(0)); guid 203 components/autofill/core/browser/webdata/autofill_table.cc s.BindString(0, profile->guid()); guid 210 components/autofill/core/browser/webdata/autofill_table.cc DCHECK_EQ(profile->guid(), s.ColumnString(0)); guid 226 components/autofill/core/browser/webdata/autofill_table.cc s.BindString(0, profile->guid()); guid 233 components/autofill/core/browser/webdata/autofill_table.cc DCHECK_EQ(profile->guid(), s.ColumnString(0)); guid 260 components/autofill/core/browser/webdata/autofill_table.cc s.BindString(0, profile.guid()); guid 282 components/autofill/core/browser/webdata/autofill_table.cc s.BindString(0, profile.guid()); guid 303 components/autofill/core/browser/webdata/autofill_table.cc s.BindString(0, profile.guid()); guid 327 components/autofill/core/browser/webdata/autofill_table.cc bool RemoveAutofillProfilePieces(const std::string& guid, sql::Connection* db) { guid 330 components/autofill/core/browser/webdata/autofill_table.cc s1.BindString(0, guid); guid 337 components/autofill/core/browser/webdata/autofill_table.cc s2.BindString(0, guid); guid 344 components/autofill/core/browser/webdata/autofill_table.cc s3.BindString(0, guid); guid 800 components/autofill/core/browser/webdata/autofill_table.cc if (IsAutofillGUIDInTrash(profile.guid())) guid 816 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::GetAutofillProfile(const std::string& guid, guid 818 components/autofill/core/browser/webdata/autofill_table.cc DCHECK(base::IsValidGUID(guid)); guid 825 components/autofill/core/browser/webdata/autofill_table.cc s.BindString(0, guid); guid 855 components/autofill/core/browser/webdata/autofill_table.cc std::string guid = s.ColumnString(0); guid 857 components/autofill/core/browser/webdata/autofill_table.cc if (!GetAutofillProfile(guid, &profile)) guid 866 components/autofill/core/browser/webdata/autofill_table.cc DCHECK(base::IsValidGUID(profile.guid())); guid 874 components/autofill/core/browser/webdata/autofill_table.cc if (!GetAutofillProfile(profile.guid(), &tmp_profile)) guid 890 components/autofill/core/browser/webdata/autofill_table.cc s.BindString(11, profile.guid()); guid 898 components/autofill/core/browser/webdata/autofill_table.cc if (!RemoveAutofillProfilePieces(profile.guid(), db_)) guid 904 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::RemoveAutofillProfile(const std::string& guid) { guid 905 components/autofill/core/browser/webdata/autofill_table.cc DCHECK(base::IsValidGUID(guid)); guid 907 components/autofill/core/browser/webdata/autofill_table.cc if (IsAutofillGUIDInTrash(guid)) { guid 910 components/autofill/core/browser/webdata/autofill_table.cc s_trash.BindString(0, guid); guid 919 components/autofill/core/browser/webdata/autofill_table.cc s.BindString(0, guid); guid 924 components/autofill/core/browser/webdata/autofill_table.cc return RemoveAutofillProfilePieces(guid, db_); guid 967 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::GetCreditCard(const std::string& guid, guid 969 components/autofill/core/browser/webdata/autofill_table.cc DCHECK(base::IsValidGUID(guid)); guid 975 components/autofill/core/browser/webdata/autofill_table.cc s.BindString(0, guid); guid 994 components/autofill/core/browser/webdata/autofill_table.cc std::string guid = s.ColumnString(0); guid 996 components/autofill/core/browser/webdata/autofill_table.cc if (!GetCreditCard(guid, &credit_card)) guid 1005 components/autofill/core/browser/webdata/autofill_table.cc DCHECK(base::IsValidGUID(credit_card.guid())); guid 1008 components/autofill/core/browser/webdata/autofill_table.cc if (!GetCreditCard(credit_card.guid(), &tmp_credit_card)) guid 1023 components/autofill/core/browser/webdata/autofill_table.cc s.BindString(7, credit_card.guid()); guid 1030 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::RemoveCreditCard(const std::string& guid) { guid 1031 components/autofill/core/browser/webdata/autofill_table.cc DCHECK(base::IsValidGUID(guid)); guid 1034 components/autofill/core/browser/webdata/autofill_table.cc s.BindString(0, guid); guid 1058 components/autofill/core/browser/webdata/autofill_table.cc std::string guid = s_profiles_get.ColumnString(0); guid 1059 components/autofill/core/browser/webdata/autofill_table.cc profile_guids->push_back(guid); guid 1083 components/autofill/core/browser/webdata/autofill_table.cc std::string guid = s_credit_cards_get.ColumnString(0); guid 1084 components/autofill/core/browser/webdata/autofill_table.cc credit_card_guids->push_back(guid); guid 1117 components/autofill/core/browser/webdata/autofill_table.cc std::string guid = s_profiles_get.ColumnString(0); guid 1120 components/autofill/core/browser/webdata/autofill_table.cc profile_guids.push_back(guid); guid 1150 components/autofill/core/browser/webdata/autofill_table.cc std::string guid = s_credit_cards_get.ColumnString(0); guid 1153 components/autofill/core/browser/webdata/autofill_table.cc credit_card_guids.push_back(guid); guid 1180 components/autofill/core/browser/webdata/autofill_table.cc std::string guid = s.ColumnString(0); guid 1181 components/autofill/core/browser/webdata/autofill_table.cc guids->push_back(guid); guid 1195 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::AddAutofillGUIDToTrash(const std::string& guid) { guid 1200 components/autofill/core/browser/webdata/autofill_table.cc s.BindString(0, guid); guid 1213 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::IsAutofillGUIDInTrash(const std::string& guid) { guid 1218 components/autofill/core/browser/webdata/autofill_table.cc s.BindString(0, guid); guid 1824 components/autofill/core/browser/webdata/autofill_table.cc DCHECK(base::IsValidGUID(profile.guid())); guid 1847 components/autofill/core/browser/webdata/autofill_table.cc s_insert.BindString(index++, profile.guid()); guid 1966 components/autofill/core/browser/webdata/autofill_table.cc std::string guid = s.ColumnString(0); guid 1969 components/autofill/core/browser/webdata/autofill_table.cc std::pair<std::string, int64>(guid, date_modified)); guid 1976 components/autofill/core/browser/webdata/autofill_table.cc s.BindString(0, guid); guid 1984 components/autofill/core/browser/webdata/autofill_table.cc DCHECK(base::IsValidGUID(profile->guid())); guid 2024 components/autofill/core/browser/webdata/autofill_table.cc if (merged_guid != profile->guid()) guid 2025 components/autofill/core/browser/webdata/autofill_table.cc AddAutofillGUIDToTrash(profile->guid()); guid 2028 components/autofill/core/browser/webdata/autofill_table.cc AddAutofillGUIDToTrash(profile->guid()); guid 2045 components/autofill/core/browser/webdata/autofill_table.cc modification_map.find(iter->guid()); guid 2055 components/autofill/core/browser/webdata/autofill_table.cc s.BindString(index++, iter->guid()); guid 2142 components/autofill/core/browser/webdata/autofill_table.cc std::string guid = s.ColumnString(0); guid 2152 components/autofill/core/browser/webdata/autofill_table.cc s_update.BindString(1, guid); guid 201 components/autofill/core/browser/webdata/autofill_table.h virtual bool RemoveAutofillProfile(const std::string& guid); guid 204 components/autofill/core/browser/webdata/autofill_table.h bool GetAutofillProfile(const std::string& guid, AutofillProfile** profile); guid 217 components/autofill/core/browser/webdata/autofill_table.h bool RemoveCreditCard(const std::string& guid); guid 221 components/autofill/core/browser/webdata/autofill_table.h bool GetCreditCard(const std::string& guid, CreditCard** credit_card); guid 259 components/autofill/core/browser/webdata/autofill_table.h bool AddAutofillGUIDToTrash(const std::string& guid); guid 338 components/autofill/core/browser/webdata/autofill_table.h bool IsAutofillGUIDInTrash(const std::string& guid); guid 660 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(home_profile.guid(), &db_profile)); guid 665 components/autofill/core/browser/webdata/autofill_table_unittest.cc s_home.BindString(0, home_profile.guid()); guid 686 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(billing_profile.guid(), &db_profile)); guid 690 components/autofill/core/browser/webdata/autofill_table_unittest.cc s_billing.BindString(0, billing_profile.guid()); guid 703 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(billing_profile.guid(), &db_profile)); guid 707 components/autofill/core/browser/webdata/autofill_table_unittest.cc s_billing_updated.BindString(0, billing_profile.guid()); guid 738 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(billing_profile.guid(), &db_profile)); guid 743 components/autofill/core/browser/webdata/autofill_table_unittest.cc s_billing_updated_2.BindString(0, billing_profile.guid()); guid 754 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->RemoveAutofillProfile(billing_profile.guid())); guid 755 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_FALSE(table_->GetAutofillProfile(billing_profile.guid(), &db_profile)); guid 770 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile)); guid 780 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile)); guid 789 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile)); guid 808 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile)); guid 818 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile)); guid 827 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile)); guid 846 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile)); guid 856 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile)); guid 865 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile)); guid 909 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddAutofillGUIDToTrash(profile.guid())); guid 912 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_FALSE(table_->GetAutofillProfile(profile.guid(), &added_profile)); guid 920 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->GetAutofillProfile(profile.guid(), guid 928 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddAutofillGUIDToTrash(profile.guid())); guid 932 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->GetAutofillProfile(profile.guid(), &updated_profile)); guid 943 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->RemoveAutofillProfile(profile.guid())); guid 945 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->GetAutofillProfile(profile.guid(), &removed_profile)); guid 946 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_FALSE(table_->IsAutofillGUIDInTrash(profile.guid())); guid 952 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->RemoveAutofillProfile(profile.guid())); guid 954 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_FALSE(table_->GetAutofillProfile(profile.guid(), &removed_profile)); guid 975 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetCreditCard(work_creditcard.guid(), &db_creditcard)); guid 981 components/autofill/core/browser/webdata/autofill_table_unittest.cc s_work.BindString(0, work_creditcard.guid()); guid 1002 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetCreditCard(target_creditcard.guid(), &db_creditcard)); guid 1008 components/autofill/core/browser/webdata/autofill_table_unittest.cc s_target.BindString(0, target_creditcard.guid()); guid 1022 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetCreditCard(target_creditcard.guid(), &db_creditcard)); guid 1028 components/autofill/core/browser/webdata/autofill_table_unittest.cc s_target_updated.BindString(0, target_creditcard.guid()); guid 1037 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->RemoveCreditCard(target_creditcard.guid())); guid 1038 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_FALSE(table_->GetCreditCard(target_creditcard.guid(), &db_creditcard)); guid 1069 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(profile.guid(), &tmp_profile)); guid 1085 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(profile.guid(), &tmp_profile)); guid 1109 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(profile.guid(), &tmp_profile)); guid 1140 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetCreditCard(credit_card.guid(), &tmp_credit_card)); guid 1156 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetCreditCard(credit_card.guid(), &tmp_credit_card)); guid 1180 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetCreditCard(credit_card.guid(), &tmp_credit_card)); guid 1219 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(profile.guid(), &tmp_profile)); guid 1235 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(profile.guid(), &tmp_profile)); guid 1266 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetCreditCard(credit_card.guid(), &tmp_credit_card)); guid 1282 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetCreditCard(credit_card.guid(), &tmp_credit_card)); guid 1431 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_EQ("00000000-0000-0000-0000-000000000001", profiles[0]->guid()); guid 69 components/autofill/core/browser/webdata/autofill_webdata.h virtual void RemoveAutofillProfile(const std::string& guid) = 0; guid 86 components/autofill/core/browser/webdata/autofill_webdata.h virtual void RemoveCreditCard(const std::string& guid) = 0; guid 175 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc AutofillProfileChange::ADD, profile.guid(), &profile); guid 190 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc if (!AutofillTable::FromWebDatabase(db)->GetAutofillProfile(profile.guid(), guid 203 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc AutofillProfileChange::UPDATE, profile.guid(), &profile); guid 212 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc const std::string& guid, WebDatabase* db) { guid 215 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc if (!AutofillTable::FromWebDatabase(db)->GetAutofillProfile(guid, &profile)) { guid 221 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc if (!AutofillTable::FromWebDatabase(db)->RemoveAutofillProfile(guid)) { guid 227 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc AutofillProfileChange change(AutofillProfileChange::REMOVE, guid, NULL); guid 265 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc if (!AutofillTable::FromWebDatabase(db)->GetCreditCard(credit_card.guid(), guid 279 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc const std::string& guid, WebDatabase* db) { guid 281 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc if (!AutofillTable::FromWebDatabase(db)->RemoveCreditCard(guid)) { guid 339 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc (*it)->guid(), *it); guid 110 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h WebDatabase::State RemoveAutofillProfile(const std::string& guid, guid 125 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h WebDatabase::State RemoveCreditCard(const std::string& guid, guid 119 components/autofill/core/browser/webdata/autofill_webdata_service.cc const std::string& guid) { guid 122 components/autofill/core/browser/webdata/autofill_webdata_service.cc autofill_backend_, guid)); guid 147 components/autofill/core/browser/webdata/autofill_webdata_service.cc void AutofillWebDataService::RemoveCreditCard(const std::string& guid) { guid 151 components/autofill/core/browser/webdata/autofill_webdata_service.cc autofill_backend_, guid)); guid 69 components/autofill/core/browser/webdata/autofill_webdata_service.h virtual void RemoveAutofillProfile(const std::string& guid) OVERRIDE; guid 74 components/autofill/core/browser/webdata/autofill_webdata_service.h virtual void RemoveCreditCard(const std::string& guid) OVERRIDE; guid 297 components/autofill/core/browser/webdata/web_data_service_unittest.cc AutofillProfileChange::ADD, profile.guid(), &profile); guid 334 components/autofill/core/browser/webdata/web_data_service_unittest.cc AutofillProfileChange::REMOVE, profile.guid(), NULL); guid 339 components/autofill/core/browser/webdata/web_data_service_unittest.cc wds_->RemoveAutofillProfile(profile.guid()); guid 377 components/autofill/core/browser/webdata/web_data_service_unittest.cc AutofillProfileChange::UPDATE, profile1.guid(), &profile1_changed); guid 430 components/autofill/core/browser/webdata/web_data_service_unittest.cc wds_->RemoveCreditCard(credit_card.guid()); guid 514 components/autofill/core/browser/webdata/web_data_service_unittest.cc AutofillProfileChange::REMOVE, profile.guid(), NULL); guid 134 components/storage_monitor/volume_mount_watcher_win.cc base::string16 guid; guid 136 components/storage_monitor/volume_mount_watcher_win.cc WriteInto(&guid, kMaxPathBufLen), guid 141 components/storage_monitor/volume_mount_watcher_win.cc if (!GetVolumeNameForVolumeMountPoint(guid.c_str(), guid 142 components/storage_monitor/volume_mount_watcher_win.cc WriteInto(&guid, kMaxPathBufLen), guid 153 components/storage_monitor/volume_mount_watcher_win.cc StorageInfo::FIXED_MASS_STORAGE, base::UTF16ToUTF8(guid))); guid 173 components/storage_monitor/volume_mount_watcher_win.cc StorageInfo::MakeDeviceId(type, base::UTF16ToUTF8(guid)); guid 273 components/sync_driver/sync_prefs.cc void SyncPrefs::SetSyncSessionsGUID(const std::string& guid) { guid 275 components/sync_driver/sync_prefs.cc pref_service_->SetString(prefs::kSyncSessionsGUID, guid); guid 112 components/sync_driver/sync_prefs.h void SetSyncSessionsGUID(const std::string& guid); guid 70 components/webdata/common/web_database_migration_unittest.cc EXPECT_TRUE(base::IsValidGUID(profile->guid())); guid 79 components/webdata/common/web_database_migration_unittest.cc EXPECT_TRUE(base::IsValidGUID(profile->guid())); guid 117 components/webdata/common/web_database_migration_unittest.cc EXPECT_TRUE(base::IsValidGUID(credit_card->guid())); guid 128 components/webdata/common/web_database_migration_unittest.cc EXPECT_TRUE(base::IsValidGUID(credit_card->guid())); guid 960 components/webdata/common/web_database_migration_unittest.cc EXPECT_NE(profile.guid(), credit_card.guid()); guid 1001 components/webdata/common/web_database_migration_unittest.cc EXPECT_EQ(profile.guid(), profile_a.guid()); guid 23 components/wifi/fake_wifi_service.cc network_properties.guid = "stub_ethernet"; guid 35 components/wifi/fake_wifi_service.cc network_properties.guid = "stub_wifi1"; guid 47 components/wifi/fake_wifi_service.cc network_properties.guid = "stub_vpn1"; guid 56 components/wifi/fake_wifi_service.cc network_properties.guid = "stub_wifi2"; guid 71 components/wifi/fake_wifi_service.cc network_properties.guid = "stub_cellular1"; guid 203 components/wifi/fake_wifi_service.cc network_properties.guid = network_properties.ssid; guid 205 components/wifi/fake_wifi_service.cc *network_guid = network_properties.guid; guid 278 components/wifi/fake_wifi_service.cc if (it->guid == network_guid) guid 303 components/wifi/fake_wifi_service.cc current_networks.push_back(it->guid); guid 27 components/wifi/wifi_service.cc value->SetString(onc::network_config::kGUID, guid); guid 105 components/wifi/wifi_service.cc return l.guid < r.guid; guid 141 components/wifi/wifi_service.h std::string guid; guid 97 components/wifi/wifi_service_test.cc connected_network_guid_ = net->guid; guid 577 components/wifi/wifi_service_win.cc network_properties.guid = network_properties.ssid; guid 605 components/wifi/wifi_service_win.cc created_profiles_.SetWithoutPathExpansion(network_properties.guid, guid 609 components/wifi/wifi_service_win.cc *network_guid = network_properties.guid; guid 919 components/wifi/wifi_service_win.cc if (it->guid == network_guid) guid 1243 components/wifi/wifi_service_win.cc properties->guid = GUIDFromWLAN(wlan); guid 1305 components/wifi/wifi_service_win.cc if (network_guids.count(network_properties.guid)) { guid 1311 components/wifi/wifi_service_win.cc FindNetwork(*network_list, network_properties.guid); guid 1319 components/wifi/wifi_service_win.cc network_guids.insert(network_properties.guid); guid 1745 components/wifi/wifi_service_win.cc xml_writer.WriteElement("name", network_properties.guid); guid 1784 components/wifi/wifi_service_win.cc current_networks.push_back(it->guid); guid 241 content/browser/dom_storage/dom_storage_context_impl.cc std::string guid = base::GenerateGUID(); guid 242 content/browser/dom_storage/dom_storage_context_impl.cc std::replace(guid.begin(), guid.end(), '-', '_'); guid 243 content/browser/dom_storage/dom_storage_context_impl.cc return guid; guid 202 content/browser/download/base_file.cc void BaseFile::SetClientGuid(const std::string& guid) { guid 203 content/browser/download/base_file.cc client_guid_ = guid; guid 74 content/browser/download/base_file.h void SetClientGuid(const std::string& guid); guid 333 content/browser/download/base_file_win.cc GUID guid = GUID_NULL; guid 336 content/browser/download/base_file_win.cc base::UTF8ToUTF16(braces_guid).c_str(), &guid); guid 338 content/browser/download/base_file_win.cc guid = GUID_NULL; guid 341 content/browser/download/base_file_win.cc HRESULT hr = AVScanFile(full_path_, source_url_.spec(), guid); guid 79 content/browser/download/download_file.h virtual void SetClientGuid(const std::string& guid) = 0; guid 203 content/browser/download/download_file_impl.cc void DownloadFileImpl::SetClientGuid(const std::string& guid) { guid 204 content/browser/download/download_file_impl.cc file_.SetClientGuid(guid); guid 66 content/browser/download/download_file_impl.h virtual void SetClientGuid(const std::string& guid) OVERRIDE; guid 23 content/browser/tracing/etw_system_event_consumer_win.cc std::string GuidToString(const GUID& guid) { guid 25 content/browser/tracing/etw_system_event_consumer_win.cc guid.Data1, guid.Data2, guid.Data3, guid 26 content/browser/tracing/etw_system_event_consumer_win.cc guid.Data4[0], guid.Data4[1], guid.Data4[2], guid.Data4[3], guid 27 content/browser/tracing/etw_system_event_consumer_win.cc guid.Data4[4], guid.Data4[5], guid.Data4[6], guid.Data4[7]); guid 60 content/renderer/media/webrtc_audio_device_not_impl.cc char guid[webrtc::kAdmMaxGuidSize]) { guid 66 content/renderer/media/webrtc_audio_device_not_impl.cc char guid[webrtc::kAdmMaxGuidSize]) { guid 47 content/renderer/media/webrtc_audio_device_not_impl.h char guid[webrtc::kAdmMaxGuidSize]) OVERRIDE; guid 50 content/renderer/media/webrtc_audio_device_not_impl.h char guid[webrtc::kAdmMaxGuidSize]) OVERRIDE; guid 74 media/video/capture/win/video_capture_device_mf_win.cc bool FormatFromGuid(const GUID& guid, VideoPixelFormat* format) { guid 76 media/video/capture/win/video_capture_device_mf_win.cc const GUID& guid; guid 89 media/video/capture/win/video_capture_device_mf_win.cc if (kFormatMap[i].guid == guid) { guid 3351 net/base/net_util_unittest.cc GUID guid; guid 3352 net/base/net_util_unittest.cc EXPECT_EQ(luid_to_guid(&luid, &guid), NO_ERROR); guid 3354 net/base/net_util_unittest.cc StringFromCLSID(guid, &name); guid 99 remoting/base/breakpad_win_unittest.cc UUID guid = {0}; guid 100 remoting/base/breakpad_win_unittest.cc RPC_STATUS status = UuidCreate(&guid); guid 107 remoting/base/breakpad_win_unittest.cc guid.Data1, guid 108 remoting/base/breakpad_win_unittest.cc guid.Data2, guid 109 remoting/base/breakpad_win_unittest.cc guid.Data3, guid 110 remoting/base/breakpad_win_unittest.cc guid.Data4[0], guid 111 remoting/base/breakpad_win_unittest.cc guid.Data4[1], guid 112 remoting/base/breakpad_win_unittest.cc guid.Data4[2], guid 113 remoting/base/breakpad_win_unittest.cc guid.Data4[3], guid 114 remoting/base/breakpad_win_unittest.cc guid.Data4[4], guid 115 remoting/base/breakpad_win_unittest.cc guid.Data4[5], guid 116 remoting/base/breakpad_win_unittest.cc guid.Data4[6], guid 117 remoting/base/breakpad_win_unittest.cc guid.Data4[7]); guid 380 sync/protocol/proto_value_conversions.cc SET_STR(guid); guid 422 sync/protocol/proto_value_conversions.cc SET_STR(guid); guid 674 sync/syncable/directory_backing_store.cc std::string guid; guid 675 sync/syncable/directory_backing_store.cc base::Base64Encode(base::RandBytesAsString(kGuidBytes), &guid); guid 676 sync/syncable/directory_backing_store.cc return guid; guid 408 sync/test/fake_server/fake_server.cc string guid = commit.cache_guid(); guid 416 sync/test/fake_server/fake_server.cc if (!CommitEntity(*it, entry_response, guid, &client_to_server_ids)) { guid 131 third_party/libusb/src/libusb/os/windows_usb.c static char* guid_to_string(const GUID* guid) guid 135 third_party/libusb/src/libusb/os/windows_usb.c if (guid == NULL) return NULL; guid 137 third_party/libusb/src/libusb/os/windows_usb.c (unsigned int)guid->Data1, guid->Data2, guid->Data3, guid 138 third_party/libusb/src/libusb/os/windows_usb.c guid->Data4[0], guid->Data4[1], guid->Data4[2], guid->Data4[3], guid 139 third_party/libusb/src/libusb/os/windows_usb.c guid->Data4[4], guid->Data4[5], guid->Data4[6], guid->Data4[7]); guid 298 third_party/libusb/src/libusb/os/windows_usb.c HDEVINFO *dev_info, SP_DEVINFO_DATA *dev_info_data, const GUID* guid, unsigned _index) guid 305 third_party/libusb/src/libusb/os/windows_usb.c *dev_info = pSetupDiGetClassDevsA(guid, NULL, NULL, DIGCF_PRESENT|DIGCF_DEVICEINTERFACE); guid 322 third_party/libusb/src/libusb/os/windows_usb.c if (!pSetupDiEnumDeviceInterfaces(*dev_info, NULL, guid, _index, &dev_interface_data)) { guid 367 third_party/libusb/src/libusb/os/windows_usb.c HDEVINFO *dev_info, SP_DEVINFO_DATA *dev_info_data, const GUID* guid, unsigned _index, char* filter_path){ guid 372 third_party/libusb/src/libusb/os/windows_usb.c *dev_info = pSetupDiGetClassDevsA(guid, NULL, NULL, DIGCF_PRESENT|DIGCF_DEVICEINTERFACE); guid 387 third_party/libusb/src/libusb/os/windows_usb.c if (!pSetupDiEnumDeviceInterfaces(*dev_info, NULL, guid, _index, &dev_interface_data)) { guid 1337 third_party/libusb/src/libusb/os/windows_usb.c const GUID* guid[MAX_ENUM_GUIDS]; guid 1373 third_party/libusb/src/libusb/os/windows_usb.c guid[HCD_PASS] = &GUID_DEVINTERFACE_USB_HOST_CONTROLLER; guid 1374 third_party/libusb/src/libusb/os/windows_usb.c guid[HUB_PASS] = &GUID_DEVINTERFACE_USB_HUB; guid 1375 third_party/libusb/src/libusb/os/windows_usb.c guid[GEN_PASS] = NULL; guid 1376 third_party/libusb/src/libusb/os/windows_usb.c guid[DEV_PASS] = &GUID_DEVINTERFACE_USB_DEVICE; guid 1378 third_party/libusb/src/libusb/os/windows_usb.c guid[HID_PASS] = &hid_guid; guid 1391 third_party/libusb/src/libusb/os/windows_usb.c (pass!=GEN_PASS)?guid_to_string(guid[pass]):""); guid 1412 third_party/libusb/src/libusb/os/windows_usb.c dev_interface_details = get_interface_details(ctx, &dev_info, &dev_info_data, guid[pass], i); guid 1493 third_party/libusb/src/libusb/os/windows_usb.c guid[nb_guids++] = if_guid; guid 1668 third_party/libusb/src/libusb/os/windows_usb.c safe_free(guid[pass]); guid 717 win8/metro_driver/ime/text_store.cc GUID guid; guid 718 win8/metro_driver/ime/text_store.cc if (FAILED(category_manager_->GetGUID(guid_atom, &guid))) guid 723 win8/metro_driver/ime/text_store.cc guid, display_attribute_info.Receive(), NULL))) {