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

  /external/chromium/webkit/glue/
resource_loader_bridge.h 332 // For HTTP(S) POST requests, the AppendDataToUpload and AppendFileToUpload
342 void AppendFileToUpload(const FilePath& file_path) {
weburlloader_impl.cc 466 bridge_->AppendFileToUpload(
  /external/chromium/net/url_request/
url_request.h 328 void AppendFileToUpload(const FilePath& file_path) {
url_request_unittest.cc 799 r.AppendFileToUpload(path);
802 r.AppendFileToUpload(FilePath(FILE_PATH_LITERAL(
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebRequest.cpp 169 void WebRequest::appendFileToUpload(const std::string& filename)
171 // AppendFileToUpload is only valid before calling start
172 ASSERT(m_loadState == Created, "appendFileToUpload called on a WebRequest not in CREATED state: (%s)", m_url.c_str());
174 m_request->AppendFileToUpload(filePath);

Completed in 482 milliseconds