/external/chromium/chrome/browser/webdata/ |
web_database_migration_unittest.cc | 23 #include "chrome/common/guid.h" 57 EXPECT_TRUE(guid::IsValidGUID(profile->guid())); 68 EXPECT_TRUE(guid::IsValidGUID(profile->guid())); 92 EXPECT_TRUE(guid::IsValidGUID(profile->guid())); 127 EXPECT_TRUE(guid::IsValidGUID(credit_card->guid())); 138 EXPECT_TRUE(guid::IsValidGUID(credit_card->guid())) [all...] |
/external/chromium_org/components/autofill/core/browser/ |
personal_data_manager_mac.mm | 12 #include "base/guid.h" 94 // The number of characters at the end of the GUID to reserve for 97 // the GUID. 106 // Create a new profile where the guid is set to the guid portion of the 108 // the |kABUIDProperty| is "<guid>:ABPerson", so we're stripping off the 109 // raw guid here and using it directly, with one modification: we update the 110 // last |kNumAddressGUIDChars| characters in the GUID to reflect the address 115 std::string guid = base::SysNSStringToUTF8( 122 guid += base::StringPrintf(kAddressGUIDFormat.c_str(), i) [all...] |
/external/chromium/chrome/browser/sync/glue/ |
autofill_change_processor.cc | 21 #include "chrome/common/guid.h" 344 std::string guid(guid::GenerateGUID()); 345 if (guid::IsValidGUID(guid) == false) { 346 DCHECK(false) << "Guid generated is invalid " << guid; 350 p->set_guid(guid); 354 NOTREACHED() << "Couldn't add autofill profile: " << guid; 357 model_associator_->Associate(&guid, sync_id) 361 const std::string* guid = model_associator_->GetChromeNodeFromSyncId( local 394 const std::string *guid = model_associator_->GetChromeNodeFromSyncId(sync_id); local [all...] |
/external/chromium_org/chrome/browser/sync/glue/ |
device_info.h | 27 DeviceInfo(const std::string& guid, 36 // The same device might have more than 1 guid if the device has multiple 38 const std::string& guid() const; 67 // not unique enough so the user can be tracked. Exposing |guid| 81 const std::string& guid, 100 const std::string& guid, 114 // Exposing |guid| would lead to a stable unique id for a device which
|
/external/chromium/chrome/browser/autofill/ |
personal_data_manager_mac.mm | 15 #include "chrome/common/guid.h" 75 // Create a new profile where the guid is set to the guid portion of the 77 // the |kABUIDProperty| is "<guid>:ABPerson", so we're stripping off the 78 // raw guid here and using it directly. 80 std::string guid = base::SysNSStringToUTF8( 82 scoped_ptr<AutofillProfile> profile(new AutofillProfile(guid)); 83 DCHECK(guid::IsValidGUID(profile->guid()));
|
autofill_common_test.cc | 56 const char* guid, const char* first_name, const char* middle_name, 61 if (guid) 62 profile->set_guid(guid);
|
/external/chromium_org/chrome/utility/media_galleries/ |
iphoto_library_parser_unittest.cc | 44 #define SIMPLE_PHOTO(id, guid, path, caption) \ 51 " <key>GUID</key>" \ 52 " <string>" #guid "</string>" \ 72 #define MALFORMED_PHOTO1(id, guid, path, caption) \ 79 " <key>GUID</key>" \ 80 " <string>" #guid "</string>" \ 88 #define MALFORMED_PHOTO2(id, guid, path, caption) \ 95 " <key>GUID</key>" \ 96 " <string>" #guid "</string>" \
|
/external/chromium-trace/trace-viewer/src/tracing/analysis/ |
analyze_counters.js | 33 if (!hitsByCounter[ctr.guid]) 34 hitsByCounter[ctr.guid] = []; 35 hitsByCounter[ctr.guid].push(counterSampleHits[i]);
|
analysis_view.js | 12 base.require('base.guid'); 34 this.guid_ = base.GUID.allocate(); 69 selection_guid: selection.guid 87 if (this.selections_[idx].guid === event.state.selection_guid)
|
/external/chromium-trace/trace-viewer/src/tracing/trace_model/ |
async_slice_group.js | 74 var sliceGUID = slice.startThread.guid; 80 for (var guid in subGroupsByGUID) { 81 var group = subGroupsByGUID[guid];
|
/external/chromium_org/chrome/browser/chromeos/net/ |
onc_utils.h | 49 // Looks up the policy for |guid| for the current active user and sets 51 // |guid| is empty, returns NULL and sets the |global_config| and |onc_source| 54 const std::string& guid,
|
/external/chromium_org/content/browser/ |
safe_util_win.h | 45 // |client_guid|: the GUID to be set in the IAttachmentExecute client slot. 47 // If GUID_NULL is passed, no client GUID is set. 50 const GUID& client_guid);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/ |
d3d1xstutil.h | 785 struct hash<GUID> : public std::unary_function<GUID, size_t> 787 inline size_t operator()(GUID __val) const; 790 inline size_t hash<GUID>::operator()(GUID __val) const 828 typedef std::unordered_map<GUID, std::pair<void*, unsigned> > private_data_map_t; 844 REFGUID guid, 849 private_data_map_t::iterator i = private_data_map.find(guid); 876 REFGUID guid, 890 std::pair<void*, unsigned>& v = private_data_map[guid]; [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/ |
d3d1xstutil.h | 785 struct hash<GUID> : public std::unary_function<GUID, size_t> 787 inline size_t operator()(GUID __val) const; 790 inline size_t hash<GUID>::operator()(GUID __val) const 828 typedef std::unordered_map<GUID, std::pair<void*, unsigned> > private_data_map_t; 844 REFGUID guid, 849 private_data_map_t::iterator i = private_data_map.find(guid); 876 REFGUID guid, 890 std::pair<void*, unsigned>& v = private_data_map[guid]; [all...] |
/external/chromium_org/base/win/ |
event_trace_controller.h | 12 // which is a GUID, and can from that point forward receive callbacks that 105 // This will cause all providers registered with the GUID 107 HRESULT EnableProvider(const GUID& provider, UCHAR level, 110 HRESULT DisableProvider(const GUID& provider);
|
/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/browser/sync/test/integration/ |
two_client_autofill_sync_test.cc | 181 RemoveProfile(1, GetAllProfiles(1)[0]->guid()); 189 GetAllProfiles(0)[0]->guid(), 198 RemoveProfile(1, GetAllProfiles(1)[0]->guid()); 278 RemoveProfile(1, GetAllProfiles(1)[0]->guid()); 309 GetAllProfiles(0)[0]->guid(), 313 GetAllProfiles(0)[0]->guid(), 333 GetAllProfiles(0)[0]->guid(), 338 GetAllProfiles(1)[0]->guid(), 408 GetAllProfiles(0)[0]->guid(), 412 GetAllProfiles(0)[0]->guid(), [all...] |
/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/chrome_frame/ |
chrome_active_document.h | 124 // command group GUID) and the DOCHOST_DOCCANNAVIGATE command. A pointer to 135 HRESULT ProcessExecCommand(const GUID* cmd_group_guid, DWORD command_id, \ 143 IsEqualGUID(*reinterpret_cast<const GUID*>(group), *cmd_group_guid)) || \ 152 IsEqualGUID(*reinterpret_cast<const GUID*>(group), *cmd_group_guid)) || \ 161 IsEqualGUID(*reinterpret_cast<const GUID*>(group), *cmd_group_guid)) || \ 180 IsEqualGUID(*reinterpret_cast<const GUID*>(group), \ 316 STDMETHOD(QueryStatus)(const GUID* cmd_group_guid, 320 STDMETHOD(Exec)(const GUID* cmd_group_guid, DWORD command_id, 381 void OnDetermineSecurityZone(const GUID* cmd_group_guid, DWORD command_id, 386 void OnGetZoomRange(const GUID* cmd_group_guid, DWORD command_id [all...] |
/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 | 68 // |guid| is the identifer of the profile to remove. 69 virtual void RemoveAutofillProfile(const std::string& guid) = 0; 85 // |guid| is identifer of the credit card to remove. 86 virtual void RemoveCreditCard(const std::string& guid) = 0;
|
/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/net/tools/quic/test_tools/ |
quic_test_utils.h | 49 // Uses a MockHelper, GUID of 42, and 127.0.0.1:123. 52 // Uses a MockHelper, GUID of 42. 57 MockConnection(QuicGuid guid, 130 MOCK_METHOD2(OnConnectionClosed, void(QuicGuid guid, QuicErrorCode error));
|
/external/chromium_org/remoting/host/ |
logging_win.cc | 13 const GUID kRemotingHostLogProvider =
|