Searched defs:people_search_url (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/search/people/
H A Dpeople_provider.cc130 GURL people_search_url = people_search_url_; local
131 people_search_url = net::AppendQueryParameter(people_search_url,
134 people_search_url = net::AppendQueryParameter(people_search_url,
138 return people_search_url;
199 const GURL& people_search_url) {
201 people_search_url_ = people_search_url;
197 SetupForTest( const base::Closure& people_search_fetched_callback, const GURL& people_search_url) argument

Completed in 715 milliseconds