HomeSort by relevance Sort by last modified time
    Searched full:guid (Results 1 - 25 of 804) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chromeos/test/data/network/
shill_ethernet.json 0 { "GUID": "guid",
ethernet.onc 0 { "GUID": "guid",
translation_of_shill_ethernet.onc 5 "GUID":"guid",
translation_of_shill_ethernet_with_eap.onc 5 "GUID":"guid",
managed_toplevel_with_global_config.onc 10 "GUID":"guid",
shill_ethernet_with_eap.json 5 "GUID":"guid",
shill_l2tpipsec_clientcert.json 2 "GUID": "guid",
settings_with_normalization.json 4 "GUID": "guid",
26 "GUID": "guid",
invalid_settings_with_repairs.json 4 "GUID": "guid",
14 "GUID": "guid",
22 "GUID": "guid",
30 "GUID": "guid",
43 "GUID": "guid",
    [all...]
ethernet_with_eap_and_cert_pems.onc 21 "GUID":"guid",
shill_l2tpipsec.json 0 { "GUID": "guid",
valid_l2tpipsec.onc 0 { "GUID": "guid",
  /external/chromium_org/chromeos/test/data/network/policy/
policy_ethernet_eap.onc 16 "GUID":"guid",
shill_policy_on_unmanaged_ethernet_eap.json 3 "GUID":"guid",
shill_unmanaged_wifi1_wo_uidata.json 2 "GUID": "{unmanaged_user_wifi1}",
  /external/chromium-trace/trace-viewer/src/base/
guid.js 10 var GUID = {
17 GUID: GUID
  /external/chromium/chrome/common/
guid.cc 5 #include "chrome/common/guid.h"
10 namespace guid { namespace
12 bool IsValidGUID(const std::string& guid) {
14 if (guid.length() != kGUIDLength)
18 for (uint32 i = 0; i < guid.length(); ++i) {
19 char current = guid[i];
32 } // namespace guid
guid_win.cc 5 #include "chrome/common/guid.h"
17 namespace guid { namespace
22 GUID guid; local
23 HRESULT guid_result = CoCreateGuid(&guid);
29 int result = StringFromGUID2(guid,
38 } // namespace guid
guid_unittest.cc 5 #include "chrome/common/guid.h"
14 std::string clientid = guid::RandomDataToGUIDString(bytes);
20 std::string clientid = guid::RandomDataToGUIDString(bytes);
28 std::string guid = guid::GenerateGUID(); local
29 EXPECT_TRUE(guid::IsValidGUID(guid));
36 std::string guid1 = guid::GenerateGUID();
37 std::string guid2 = guid::GenerateGUID();
guid.h 14 namespace guid { namespace
16 // Generate a 128-bit random GUID of the form: "%08X-%04X-%04X-%04X-%012llX".
17 // If GUID generation fails an empty string is returned.
19 // the GUID. The Windows implementation uses system services.
22 // Returns true if the input string conforms to the GUID format.
23 bool IsValidGUID(const std::string& guid);
30 } // namespace guid
  /external/chromium_org/chrome/common/importer/
pstore_declarations.h 68 const GUID __RPC_FAR *pType,
74 const GUID __RPC_FAR *pType,
80 const GUID __RPC_FAR *pType,
85 const GUID __RPC_FAR *pType,
86 const GUID __RPC_FAR *pSubtype,
93 const GUID __RPC_FAR *pType,
94 const GUID __RPC_FAR *pSubtype,
100 const GUID __RPC_FAR *pType,
101 const GUID __RPC_FAR *pSubtype,
106 const GUID __RPC_FAR *pType
    [all...]
  /external/chromium_org/base/
guid_win.cc 5 #include "base/guid.h"
22 GUID guid; local
23 HRESULT guid_result = CoCreateGuid(&guid);
29 int result = StringFromGUID2(guid,
38 } // namespace guid
guid.cc 5 #include "base/guid.h"
9 bool IsValidGUID(const std::string& guid) {
11 if (guid.length() != kGUIDLength)
15 for (uint32 i = 0; i < guid.length(); ++i) {
16 char current = guid[i];
  /external/chromium/chrome/browser/resources/options/
autofill_options.js 126 * Removes the Autofill address represented by |guid|.
127 * @param {String} guid The GUID of the address to remove.
130 removeAddress_: function(guid) {
131 chrome.send('removeAddress', [guid]);
135 * Removes the Autofill credit card represented by |guid|.
136 * @param {String} guid The GUID of the credit card to remove.
139 removeCreditCard_: function(guid) {
140 chrome.send('removeCreditCard', [guid]);
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
autofill_options_handler.h 40 // |args| - A string, the GUID of the address to remove.
44 // |args| - A string, the GUID of the credit card to remove.
49 // |args| - A string, the GUID of the address to load.
54 // |args| - A string, the GUID of the credit card to load.
57 // Adds or updates an address, depending on the GUID of the profile. If the
58 // GUID is empty, a new address is added to the WebDatabase; otherwise, the
59 // address with the matching GUID is updated. Called from WebUI.
60 // |args| - an array containing the GUID of the address followed by the
64 // Adds or updates a credit card, depending on the GUID of the profile. If the
65 // GUID is empty, a new credit card is added to the WebDatabase; otherwise
    [all...]

Completed in 137 milliseconds

1 2 3 4 5 6 7 8 91011>>