Searched defs:end_position (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/chrome/common/
H A Dpartial_circular_buffer.h50 uint32 end_position; member in struct:PartialCircularBuffer::BufferData
/external/chromium_org/chrome/browser/drive/
H A Ddrive_uploader.cc333 const int64 end_position = std::min( local
341 end_position,
H A Ddummy_drive_service.cc175 int64 end_position,
172 ResumeUpload( const GURL& upload_url, int64 start_position, int64 end_position, int64 content_length, const std::string& content_type, const base::FilePath& local_file_path, const UploadRangeCallback& callback, const ProgressCallback& progress_callback) argument
H A Ddrive_api_service.cc615 int64 end_position,
629 end_position,
612 ResumeUpload( const GURL& upload_url, int64 start_position, int64 end_position, int64 content_length, const std::string& content_type, const base::FilePath& local_file_path, const UploadRangeCallback& callback, const ProgressCallback& progress_callback) argument
H A Dfake_drive_service.cc106 int64 end_position,
114 end_position),
1060 int64 end_position,
1071 callback, start_position, end_position);
1099 const int64 chunk_size = end_position - start_position;
1106 if (content_length != end_position) {
1107 session->uploaded_size = end_position;
1114 session->uploaded_size = end_position;
1118 session->uploaded_size = end_position;
1156 file->set_file_size(end_position);
104 ScheduleUploadRangeCallback(const UploadRangeCallback& callback, int64 start_position, int64 end_position, GDataErrorCode error, scoped_ptr<FileResource> entry) argument
1057 ResumeUpload( const GURL& upload_url, int64 start_position, int64 end_position, int64 content_length, const std::string& content_type, const base::FilePath& local_file_path, const UploadRangeCallback& callback, const ProgressCallback& progress_callback) argument
[all...]
/external/chromium_org/google_apis/drive/
H A Dtest_util.cc128 int64* end_position,
131 DCHECK(end_position);
153 base::StringToInt64(parts[1], end_position));
126 ParseContentRangeHeader(const std::string& value, int64* start_position, int64* end_position, int64* length) argument
H A Ddrive_api_requests_unittest.cc293 int64 end_position = 0; local
295 iter->second, &start_position, &end_position, &length)) {
303 // end_position is inclusive, but so +1 to change the range to byte size.
304 received_bytes_ = end_position + 1;
983 kTestContent.size(), // end_position (exclusive)
1074 0, // end_position (exclusive)
1196 const size_t end_position = start_position + payload.size(); local
1208 end_position,
1227 base::Int64ToString(end_position - 1) + "/" +
1234 if (end_position
[all...]
H A Dbase_requests.cc656 int64 end_position,
662 end_position_(end_position),
681 // Content-Range: bytes <start_position>-<end_position>/<content_length>
684 // The header takes inclusive range, so we adjust by "end_position - 1".
652 ResumeUploadRequestBase( RequestSender* sender, const GURL& upload_location, int64 start_position, int64 end_position, int64 content_length, const std::string& content_type, const base::FilePath& local_file_path) argument
H A Ddrive_api_requests.cc759 int64 end_position,
768 end_position,
755 ResumeUploadRequest( RequestSender* sender, const GURL& upload_location, int64 start_position, int64 end_position, int64 content_length, const std::string& content_type, const base::FilePath& local_file_path, const UploadRangeCallback& callback, const ProgressCallback& progress_callback) argument
/external/chromium_org/sync/internal_api/public/base/
H A Dordinal.h377 size_t end_position = local
382 if (end_position == std::string::npos)
385 return end_position + 1;
/external/chromium_org/v8/src/
H A Dscanner-character-streams.cc102 unsigned end_position)
104 length_(end_position) {
105 ASSERT(end_position >= start_position);
291 int end_position)
296 buffer_end_ = raw_data_ + (end_position - start_position);
99 GenericStringUtf16CharacterStream( Handle<String> data, unsigned start_position, unsigned end_position) argument
288 ExternalTwoByteStringUtf16CharacterStream( Handle<ExternalTwoByteString> data, int start_position, int end_position) argument
H A Dpreparser.cc895 int end_position = scanner()->location().end_pos; local
896 CheckOctalLiteral(start_position, end_position, CHECK_OK);
H A Dscopes.h242 int end_position() const { return end_position_; } function in class:v8::internal::Scope
H A Dast.cc156 int FunctionLiteral::end_position() const { function in class:v8::internal::FunctionLiteral
157 return scope()->end_position();
H A Dfactory.cc1933 int end_position,
1944 message->set_end_position(end_position);
1929 NewJSMessageObject( Handle<String> type, Handle<JSArray> arguments, int start_position, int end_position, Handle<Object> script, Handle<Object> stack_frames) argument
H A Dliveedit.cc610 int end_position,
618 this->SetSmiValueField(kEndPositionOffset_, end_position);
680 int end_position,
687 this->SetSmiValueField(kEndPositionOffset_, end_position);
710 fun->end_position(), fun->parameter_count(),
920 info->end_position(), info);
1219 int end_position = compile_info_wrapper.GetEndPosition(); local
1221 shared_info->set_end_position(end_position);
1423 int new_function_end = TranslatePosition(info->end_position(),
608 SetInitialProperties(Handle<String> name, int start_position, int end_position, int param_num, int literal_count, int slot_count, int parent_index) argument
678 SetProperties(Handle<String> name, int start_position, int end_position, Handle<SharedFunctionInfo> info) argument
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_service_on_worker.cc399 int64 end_position,
396 ResumeUpload( const GURL& upload_url, int64 start_position, int64 end_position, int64 content_length, const std::string& content_type, const base::FilePath& local_file_path, const google_apis::drive::UploadRangeCallback& callback, const google_apis::ProgressCallback& progress_callback) argument
/external/chromium_org/base/test/
H A Dtrace_event_analyzer.cc956 size_t end_position) {
959 end_position = (end_position < events.size()) ? end_position : events.size();
961 for (size_t i = begin_position; i < end_position; ++i) {
953 CountMatches(const TraceEventVector& events, const Query& query, size_t begin_position, size_t end_position) argument
/external/chromium_org/ash/shelf/
H A Dshelf_view.cc743 int end_position = available_size - button_spacing; local
744 x = layout_manager_->PrimaryAxisValue(end_position, 0);
745 y = layout_manager_->PrimaryAxisValue(0, end_position);
751 end_position = layout_manager_->PrimaryAxisValue(x, y);
761 end_position = last_icon_position;
763 end_position = std::max(end_position, reserved_icon_space);
770 end_position - button_size);
771 last_hidden_index_ = DetermineFirstVisiblePanelIndex(end_position) - 1;

Completed in 612 milliseconds