/external/chromium_org/chrome/browser/autofill/android/ |
personal_data_manager_android.h | 45 // the GUID for this profile; the GUID it may have just been created. 72 // returns the GUID for this profile; the GUID it may have just been created.
|
/external/chromium_org/chrome/service/cloud_print/ |
print_system.cc | 7 #include "base/guid.h"
|
/external/chromium_org/chrome/tools/build/win/ |
sln_deps.py | 17 # A project defines it name, its guid and its dependencies. 49 project.guid = items[7] 58 project.deps.append(line[:len(project.guid)]) 81 projects_reversed[dep].deps.append(project.guid)
|
/external/chromium_org/chromeos/network/onc/ |
onc_certificate_importer_impl.h | 37 // imports) into a certificate store. The GUID of Client certificates is stored 39 // certificates are identified by their PEM and not by GUID. 93 const std::string& guid, 98 static bool ParseClientCertificate(const std::string& guid,
|
/external/chromium_org/chromeos/test/data/network/ |
translation_of_shill_openvpn_with_errors.onc | 2 // "GUID" missing because it was missing in the Shill dict.
|
/external/chromium_org/components/autofill/core/browser/webdata/ |
autofill_webdata.h | 69 // |guid| is the identifer of the profile to remove. 70 virtual void RemoveAutofillProfile(const std::string& guid) = 0; 90 // |guid| is identifer of the credit card to remove. 91 virtual void RemoveCreditCard(const std::string& guid) = 0;
|
/external/chromium_org/components/metrics/ |
client_info.h | 22 // The metrics ID of this client: represented as a GUID string.
|
/external/chromium_org/components/test/data/autofill/merge/tools/ |
reserialize_profiles_from_query.py | 15 COLUMNS = ['GUID', 'LABEL', 'FIRST_NAME', 'MIDDLE_NAME', 'LAST_NAME', 'EMAIL',
|
/external/chromium_org/remoting/host/ |
logging_win.cc | 13 const GUID kRemotingHostLogProvider =
|
/external/chromium_org/sync/test/fake_server/ |
entity_builder_factory.cc | 9 #include "base/guid.h"
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
cros_device.py | 11 guid='cros:%s' % host_name)
|
/external/kernel-headers/original/uapi/sound/ |
firewire.h | 42 unsigned char guid[8]; member in struct:snd_firewire_get_info
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
mountdev.h | 31 GUID StableGuid;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dsrole.h | 37 GUID DomainGuid;
|
kcom.h | 245 __inline WINBOOL operator==(const GUID& guidOne, const GUID& guidOther) { 249 __inline WINBOOL operator!=(const GUID& guidOne, const GUID& guidOther) {
|
mailmsgprops.h | 9 #define IMMPID_START_LIST(name,start,guid) struct __declspec(uuid(guid)) tagIMMPID_##name##_STRUCT; typedef enum tagIMMPID_##name##_ENUM { IMMPID_##name##_BEFORE__ = (start)-1, 66 GUID guidSignature; 92 const GUID *pguid;
|
napenforcementclient.h | 34 typedef GUID ConnectionId;
|
wintrust.h | 86 GUID *pgKnownSubject; 103 GUID gSubject; 134 extern LONG WINAPI WinVerifyTrust(HWND hwnd,GUID *pgActionID,LPVOID pWVTData); 135 extern HRESULT WINAPI WinVerifyTrustEx(HWND hwnd,GUID *pgActionID,WINTRUST_DATA *pWinTrustData); 221 GUID *pgActionID; 336 GUID gProviderID; 343 GUID gSubject; 376 GUID *pgActionID; 384 GUID gActionID; 394 extern WINBOOL WINAPI WintrustAddActionID(GUID *pgActionID,DWORD fdwFlags,CRYPT_REGISTER_ACTIONID *psProvInfo) [all...] |
wpcevent.h | 12 EXTERN_C DECLSPEC_SELECTANY const GUID WPCPROV = {0x01090065, 0xb467, 0x4503, {0x9b,0x28,0x53,0x37,0x66,0x76,0x10,0x87}};
|
/external/chromium-trace/trace-viewer/src/tracing/trace_model/ |
async_slice_group_test.js | 64 // Replace __T1_GUID__ with t1's actual GUID 65 js = js.replace(/__T1_GUID__/g, t1.guid);
|
/external/chromium_org/chrome/browser/extensions/api/networking_private/ |
networking_private_service_client.h | 118 virtual void GetProperties(const std::string& guid, 122 const std::string& guid, 125 virtual void GetState(const std::string& guid, 128 virtual void SetProperties(const std::string& guid, 142 virtual void StartConnect(const std::string& guid, 146 const std::string& guid, 154 const std::string& guid, 173 const std::string& guid,
|
/external/chromium_org/chrome/installer/util/ |
helper.cc | 40 // package's app guid rather than the browser's or Chrome Frame's app guid.
|
/external/chromium_org/chromeos/network/ |
mock_managed_network_configuration_handler.h | 59 const std::string& guid, 65 const base::DictionaryValue*(const std::string& guid,
|
/external/chromium_org/media/video/capture/win/ |
video_capture_device_mf_win.h | 36 static bool FormatFromGuid(const GUID& guid, VideoPixelFormat* format);
|
/external/chromium_org/net/base/ |
net_util_win.h | 25 HANDLE, const GUID*, WLAN_INTF_OPCODE, VOID*, DWORD*, VOID**, 28 HANDLE, const GUID*, WLAN_INTF_OPCODE, DWORD, const VOID*, VOID*);
|