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

  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_mint_queue.cc 42 RunRequest(type, request_queue);
58 RunRequest(type, request_queue);
87 void IdentityMintRequestQueue::RunRequest(
identity_mint_queue.h 64 void RunRequest(IdentityMintRequestQueue::MintType type,
  /external/chromium_org/net/url_request/
url_request_file_job_unittest.cc 160 void RunRequest(const std::string& content, const Range* range);
169 void URLRequestFileJobEventsTest::RunRequest(const std::string& content,
235 RunRequest(std::string("hello world"), NULL);
239 RunRequest(MakeContentOfSize(17 * 1024), NULL);
243 RunRequest(MakeContentOfSize(3 * 1024 * 1024), NULL);
251 RunRequest(MakeContentOfSize(size), &range);

Completed in 103 milliseconds