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.cc 94 const std::string& page_token,
104 if (!page_token.empty())
105 url = net::AppendOrReplaceQueryParameter(url, "pageToken", page_token);
125 const std::string& page_token,
141 if (!page_token.empty())
142 url = net::AppendOrReplaceQueryParameter(url, "pageToken", page_token);
drive_api_url_generator.h 51 const std::string& page_token,
63 const std::string& page_token,
drive_api_url_generator_unittest.cc 153 const std::string page_token; member in struct:google_apis::TestPattern
177 kTestPatterns[i].max_results, kTestPatterns[i].page_token,
184 kTestPatterns[i].max_results, kTestPatterns[i].page_token,
227 const std::string page_token; member in struct:google_apis::TestPattern
279 kTestPatterns[i].page_token,
288 kTestPatterns[i].page_token,
drive_api_requests.h 283 const std::string& page_token() const { return page_token_; } function in class:google_apis::drive::FilesListRequest
284 void set_page_token(const std::string& page_token) {
285 page_token_ = page_token;
436 const std::string& page_token() const { return page_token_; } function in class:google_apis::drive::ChangesListRequest
437 void set_page_token(const std::string& page_token) {
438 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 60 milliseconds