Home | History | Annotate | Download | only in drive

Lines Matching refs:next_url

1531     GURL next_url(base::StringPrintf(
1536 next_url = net::AppendOrReplaceQueryParameter(
1537 next_url, "changestamp",
1541 next_url = net::AppendOrReplaceQueryParameter(
1542 next_url, "q", search_query);
1545 next_url = net::AppendOrReplaceQueryParameter(
1546 next_url, "parent", directory_resource_id);
1549 change_list->set_next_link(next_url);