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.cc334 const int64 end_position = std::min( local
342 end_position,
H A Ddummy_drive_service.cc165 int64 end_position,
162 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.cc606 int64 end_position,
620 end_position,
603 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.cc107 int64 end_position,
115 end_position),
1117 int64 end_position,
1128 callback, start_position, end_position);
1156 const int64 chunk_size = end_position - start_position;
1163 if (content_length != end_position) {
1164 session->uploaded_size = end_position;
1171 session->uploaded_size = end_position;
1175 session->uploaded_size = end_position;
1217 file->set_file_size(end_position);
105 ScheduleUploadRangeCallback(const UploadRangeCallback& callback, int64 start_position, int64 end_position, GDataErrorCode error, scoped_ptr<FileResource> entry) argument
1114 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.cc602 int64 end_position,
608 end_position_(end_position),
627 // Content-Range: bytes <start_position>-<end_position>/<content_length>
630 // The header takes inclusive range, so we adjust by "end_position - 1".
598 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.cc661 int64 end_position,
670 end_position,
657 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.cc130 unsigned end_position)
132 length_(end_position) {
133 DCHECK(end_position >= start_position);
442 int end_position)
447 buffer_end_ = raw_data_ + (end_position - start_position);
127 GenericStringUtf16CharacterStream( Handle<String> data, unsigned start_position, unsigned end_position) argument
439 ExternalTwoByteStringUtf16CharacterStream( Handle<ExternalTwoByteString> data, int start_position, int end_position) argument
H A Dpreparser.cc919 int end_position = scanner()->location().end_pos; local
920 CheckOctalLiteral(start_position, end_position, CHECK_OK);
H A Dast.cc147 int FunctionLiteral::end_position() const { function in class:v8::internal::FunctionLiteral
148 return scope()->end_position();
H A Dscopes.h246 int end_position() const { return end_position_; } function in class:v8::internal::Scope
H A Dfactory.cc1935 int end_position,
1946 message->set_end_position(end_position);
1931 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.cc360 int64 end_position,
357 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.cc741 int end_position = available_size - button_spacing; local
742 x = layout_manager_->PrimaryAxisValue(end_position, 0);
743 y = layout_manager_->PrimaryAxisValue(0, end_position);
749 end_position = layout_manager_->PrimaryAxisValue(x, y);
759 end_position = last_icon_position;
761 end_position = std::max(end_position, reserved_icon_space);
768 end_position - button_size);
769 last_hidden_index_ = DetermineFirstVisiblePanelIndex(end_position) - 1;

Completed in 3328 milliseconds