Searched refs:open_with_link (Results 1 – 1 of 1) sorted by relevance
82 FileResource::OpenWithLink open_with_link; in GetOpenWithLinksFromDictionaryValue() local83 open_with_link.app_id = iter.key(); in GetOpenWithLinksFromDictionaryValue()84 open_with_link.open_url = GURL(string_value); in GetOpenWithLinksFromDictionaryValue()85 result->push_back(open_with_link); in GetOpenWithLinksFromDictionaryValue()