Searched
full:guid (Results
401 -
425 of
804) sorted by null
<<11121314151617181920>>
/external/chromium/base/ |
logging_win.cc | 99 void LogEventProvider::Initialize(const GUID& provider_name) {
|
/external/chromium/base/win/ |
event_trace_provider.cc | 17 EtwTraceProvider::EtwTraceProvider(const GUID& provider_name)
|
/external/chromium/chrome/browser/sync/protocol/ |
autofill_specifics.proto | 26 optional string guid = 15;
|
/external/chromium/chrome/browser/webdata/ |
web_data_service.h | 461 // |guid| is the identifer of the profile to remove. 462 void RemoveAutofillProfile(const std::string& guid); 481 // |guid| is identifer of the credit card to remove. 482 void RemoveCreditCard(const std::string& guid);
|
/external/chromium/chrome/common/ |
child_process_logging_win.cc | 60 // Remove all instance of '-' char from the GUID. So BCD-WXY becomes BCDWXY.
|
/external/chromium/crypto/ |
cssm_init.cc | 56 // TODO(wtc): what should our caller GUID be?
|
/external/chromium_org/base/ |
logging_win.cc | 99 void LogEventProvider::Initialize(const GUID& provider_name) {
|
/external/chromium_org/base/win/ |
event_trace_provider.cc | 17 EtwTraceProvider::EtwTraceProvider(const GUID& provider_name)
|
/external/chromium_org/chrome/installer/util/ |
logging_installer.cc | 24 static const GUID kSetupTraceProvider = { 0x93bce0bf, 0x3faf, 0x43b1,
|
/external/chromium_org/chrome_frame/ |
metrics_service.cc | 310 GUID guid; local 311 HRESULT guid_result = CoCreateGuid(&guid); 315 int result = StringFromGUID2(guid,
|
/external/chromium_org/cloud_print/service/win/ |
setup_listener.cc | 11 #include "base/guid.h"
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_test_utils.h | 80 const char* guid, const char* first_name, const char* middle_name,
|
/external/chromium_org/components/dom_distiller/core/ |
dom_distiller_service.cc | 7 #include "base/guid.h"
|
/external/chromium_org/components/policy/core/common/ |
policy_loader_win.h | 40 GUID* extension_guid,
|
/external/chromium_org/content/browser/download/ |
download_file_impl.h | 66 virtual void SetClientGuid(const std::string& guid) OVERRIDE;
|
/external/chromium_org/content/browser/ |
safe_util_win.cc | 56 const GUID& client_guid) {
|
/external/chromium_org/crypto/ |
cssm_init.cc | 56 // TODO(wtc): what should our caller GUID be?
|
/external/chromium_org/net/quic/ |
quic_packet_creator.cc | 57 QuicPacketCreator::QuicPacketCreator(QuicGuid guid, 61 : guid_(guid), 381 header.guid = guid_; 396 header->public_header.guid = guid_;
|
quic_session_test.cc | 344 header.public_header.guid = session_.guid(); 416 header.public_header.guid = session_.guid();
|
/external/chromium_org/remoting/host/ |
pairing_registry_delegate_win_unittest.cc | 9 #include "base/guid.h"
|
/external/chromium_org/tools/gyp/test/win/ |
gyptest-link-embed-manifest.py | 65 # Must contain the Win7 support GUID, but not the Vista one (from
|
/external/chromium_org/win8/test/ |
test_registrar.cc | 117 EXTERN_C const GUID CLSID_TestDefaultBrowserRegistrar;
|
/frameworks/wilhelm/src/ |
OpenSLES_IID.c | 50 // to an interface GUID from an MPH (a short-hand representation of the full interface GUID). 152 // GUID and MPH shared by SL and XA, but currently documented for SL only 166 // GUID and MPH shared by SL and XA, but currently documented for XA only
|
sl_iid.c | 82 // GUID and MPH are shared by SL and XA
|
xa_iid.c | 81 // GUID and MPH are shared by SL and XA
|
Completed in 1278 milliseconds
<<11121314151617181920>>