Searched refs:string_ref (Results 1 – 3 of 3) sorted by relevance
212 CFStringRef string_ref = CFStringCreateWithCharactersNoCopy (kCFAllocatorDefault, in _hb_coretext_shape() local225 …CFAttributedStringRef attr_string = CFAttributedStringCreate (kCFAllocatorDefault, string_ref, att… in _hb_coretext_shape()226 CFRelease (string_ref); in _hb_coretext_shape()
188 int string_ref = StringForChromeHost(url); in SiteLabelFromURL() local189 if (string_ref == -1) in SiteLabelFromURL()191 return l10n_util::GetStringUTF16(string_ref); in SiteLabelFromURL()
587 CFStringRef string_ref = CFStringCreateWithCharactersNoCopy (NULL, in _hb_coretext_shape() local592 CFAttributedStringReplaceString (attr_string, CFRangeMake (0, 0), string_ref); in _hb_coretext_shape()593 CFRelease (string_ref); in _hb_coretext_shape()