Home | History | Annotate | Download | only in glue

Lines Matching defs:guid

23 #include "chrome/common/guid.h"
306 static std::string guid(guid::GenerateGUID());
308 p.set_guid(guid);
359 std::string guid = profile_in_web_db->guid();
360 Associate(&guid, sync_id);
365 std::string guid = guid::GenerateGUID();
366 if (guid::IsValidGUID(guid) == false) {
367 DCHECK(false) << "Guid generated is invalid " << guid;
370 Associate(&guid, node.GetId());
371 AutofillProfile* p = new AutofillProfile(guid);