Searched refs:null_pos (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/media/
H A Dwebrtc_logging_handler_host.cc297 size_t null_pos = cpu_brand.find('\0'); local
298 if (null_pos != std::string::npos)
299 cpu_brand.erase(null_pos);
/external/chromium_org/sync/syncable/
H A Dsyncable_unittest.cc1536 UniquePosition null_pos = UniquePosition::FromInt64(10, suffix); local
1547 child.PutUniquePosition(null_pos);
1548 child.PutServerUniquePosition(null_pos);
1560 null_pos.Equals(null_ordinal_child.GetUniquePosition()));
1562 null_pos.Equals(null_ordinal_child.GetServerUniquePosition()));

Completed in 176 milliseconds