/external/chromium_org/components/autofill/core/browser/ |
autofill_manager_unittest.cc | 86 AutofillProfile* GetProfileWithGUID(const char* guid) { 89 if (!(*it)->guid().compare(guid)) 95 CreditCard* GetCreditCardWithGUID(const char* guid) { 98 if (!(*it)->guid().compare(guid)) 112 virtual void RemoveByGUID(const std::string& guid) OVERRIDE { 113 CreditCard* credit_card = GetCreditCardWithGUID(guid.c_str()); 120 AutofillProfile* profile = GetProfileWithGUID(guid.c_str()); 483 AutofillProfile* GetProfileWithGUID(const char* guid) { 2842 std::string guid = "00000000-0000-0000-0000-000000000102"; local 2858 std::string guid = "00000000-0000-0000-0000-000000100007"; local 2874 std::string guid = "00000000-0000-0000-0000-000000000102"; local [all...] |
autofill_test_utils.cc | 7 #include "base/guid.h" 184 const char* guid, const char* first_name, const char* middle_name, 189 if (guid) 190 profile->set_guid(guid);
|
/external/chromium_org/chrome/browser/chromeos/net/ |
onc_utils.cc | 268 const std::string& guid, 273 FindPolicyByGUID(username_hash, guid, onc_source); 307 const std::string& guid) { 317 if (current_guid == guid) 353 // In all cases except Ethernet, we use the GUID of |network|. 355 return GetNetworkConfigByGUID(network_configs, favorite.guid()); 357 // Ethernet is always shared and thus cannot store a GUID per user. Thus we 358 // search for any Ethernet policy intead of a matching GUID. 359 // EthernetEAP service contains only the EAP parameters and stores the GUID of 370 // The GUID associated with the EthernetEAP service refers to the ONC polic [all...] |
/external/chromium/base/win/ |
event_trace_controller.h | 12 // which is a GUID, and can from that point forward receive callbacks that 106 // This will cause all providers registered with the GUID 108 HRESULT EnableProvider(const GUID& provider, UCHAR level, 111 HRESULT DisableProvider(const GUID& provider);
|
/external/chromium-trace/trace-viewer/src/tracing/trace_model/ |
async_slice.js | 35 obj[key] = this[key].guid;
|
counter.js | 7 base.require('base.guid'); 21 this.guid_ = base.GUID.allocate(); 38 get guid() { 50 obj[key] = this[key].guid;
|
/external/chromium_org/base/win/ |
event_trace_controller_unittest.cc | 34 explicit TestingProvider(const GUID& provider_name) 67 EXPECT_TRUE(kGuidNull == p->Wnode.Guid); 121 // Allocate a new provider name GUID for each test. 131 GUID test_provider_;
|
/external/chromium_org/chrome/browser/storage_monitor/ |
transient_device_ids.cc | 9 #include "base/guid.h"
|
/external/chromium_org/chrome/test/logging/win/ |
file_logger.cc | 29 const GUID kChromeFrameProvider = 34 const GUID kChromeTraceProviderName = 39 const GUID kChromeTestsProvider = 46 const GUID* provider_name;
|
/external/chromium_org/chrome_frame/ |
com_type_info_holder.h | 176 STDMETHOD(GetGUID)(DWORD guid_kind, GUID* guid) { 177 if (guid == NULL || guid_kind != GUIDKIND_DEFAULT_SOURCE_DISP_IID) 180 *guid = source_iid;
|
/external/chromium_org/chromeos/network/ |
managed_network_configuration_handler.h | 117 // |guid|. If |userhash| is empty, only looks for a device policy. If such 121 const std::string& guid, 129 // Returns the policy with |guid| for profile |profile_path|. If such 132 const std::string& guid,
|
policy_util.h | 32 const std::string& guid,
|
/external/chromium_org/chromeos/test/data/network/ |
shill_openvpn.json | 3 "GUID":"{a3860e83-f03d-4cb1-bafa-b22c9e746950}",
|
shill_openvpn_with_errors.json | 2 // Missing GUID.
|
translation_of_shill_openvpn.onc | 2 "GUID": "{a3860e83-f03d-4cb1-bafa-b22c9e746950}",
|
valid_openvpn.onc | 2 "GUID": "{a3860e83-f03d-4cb1-bafa-b22c9e746950}",
|
valid_openvpn_with_cert_pems.onc | 2 "GUID": "{a3860e83-f03d-4cb1-bafa-b22c9e746950}",
|
/external/chromium_org/components/autofill/core/browser/webdata/ |
autofill_webdata_service.cc | 119 const std::string& guid) { 122 autofill_backend_, guid)); 147 void AutofillWebDataService::RemoveCreditCard(const std::string& guid) { 151 autofill_backend_, guid));
|
/external/chromium_org/net/tools/quic/ |
quic_dispatcher.h | 79 QuicGuid guid, 93 virtual void OnConnectionClosed(QuicGuid guid, QuicErrorCode error) OVERRIDE; 101 QuicGuid guid, 135 // adds the GUID to the time-wait list.
|
quic_server_session.cc | 39 owner_->OnConnectionClosed(connection()->guid(), error);
|
/external/chromium_org/sync/protocol/ |
device_info_specifics.proto | 20 // are mapping the per-client cache guid to more specific information about the
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
mucroomuniquehangoutidtask.cc | 28 // muvc-private-chat-guid@groupchat.google.com
|
/external/lzma/CPP/7zip/UI/Common/ |
LoadCodecs.h | 102 typedef UInt32 (WINAPI *CreateObjectFunc)(const GUID *clsID, const GUID *interfaceID, void **outObject);
179 STDMETHOD(CreateDecoder)(UInt32 index, const GUID *interfaceID, void **coder);
180 STDMETHOD(CreateEncoder)(UInt32 index, const GUID *interfaceID, void **coder);
|
/external/wpa_supplicant_8/src/drivers/ |
driver_ndis.h | 28 char ifname[100]; /* GUID: {7EE3EFE5-C165-472F-986D-F6FBEDFE8C8D} */
|
/external/chromium_org/chrome/common/ |
crash_keys.cc | 55 const char kClientID[] = "guid"; 213 std::string guid(client_id); 214 // Remove all instance of '-' char from the GUID. So BCD-WXY becomes BCDWXY. 215 ReplaceSubstringsAfterOffset(&guid, 0, "-", ""); 216 if (guid.empty()) 219 base::debug::SetCrashKeyValue(kClientID, guid); 220 GoogleUpdateSettings::SetMetricsId(guid);
|