HomeSort by relevance Sort by last modified time
    Searched refs:page_token (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/google_apis/drive/
drive_api_url_generator.h 60 const std::string& page_token,
72 const std::string& page_token,
drive_api_url_generator.cc 117 const std::string& page_token,
127 if (!page_token.empty())
128 url = net::AppendOrReplaceQueryParameter(url, "pageToken", page_token);
148 const std::string& page_token,
164 if (!page_token.empty())
165 url = net::AppendOrReplaceQueryParameter(url, "pageToken", page_token);
drive_api_url_generator_unittest.cc 172 const std::string page_token; member in struct:google_apis::TestPattern
196 kTestPatterns[i].max_results, kTestPatterns[i].page_token,
203 kTestPatterns[i].max_results, kTestPatterns[i].page_token,
246 const std::string page_token; member in struct:google_apis::TestPattern
298 kTestPatterns[i].page_token,
307 kTestPatterns[i].page_token,
drive_api_requests.h 329 const std::string& page_token() const { return page_token_; } function in class:google_apis::drive::FilesListRequest
330 void set_page_token(const std::string& page_token) {
331 page_token_ = page_token;
482 const std::string& page_token() const { return page_token_; } function in class:google_apis::drive::ChangesListRequest
483 void set_page_token(const std::string& page_token) {
484 page_token_ = page_token;
  /external/chromium_org/native_client_sdk/src/examples/demo/drive/
drive.cc 164 std::string page_token; member in struct:ListFilesParams
178 if (params.page_token.length())
179 AddQueryParameter(&p.url, "pageToken", params.page_token, false);

Completed in 625 milliseconds