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

12

/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.cc162 int64 end_position,
159 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.cc714 int64 end_position,
728 end_position,
711 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 Dgdata_wapi_service.cc542 int64 end_position,
557 end_position,
539 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.cc117 int64 end_position,
125 end_position),
1079 int64 end_position,
1090 callback, start_position, end_position);
1118 const int64 chunk_size = end_position - start_position;
1125 if (content_length != end_position) {
1126 session->uploaded_size = end_position;
1134 session->uploaded_size = end_position;
1138 session->uploaded_size = end_position;
1178 entry->SetString("docs$size.$t", base::Int64ToString(end_position));
115 ScheduleUploadRangeCallback(const UploadRangeCallback& callback, int64 start_position, int64 end_position, GDataErrorCode error, scoped_ptr<ResourceEntry> entry) argument
1076 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/chrome/browser/google_apis/
H A Ddrive_api_requests_unittest.cc255 int64 end_position = 0; local
257 iter->second, &start_position, &end_position, &length)) {
265 // end_position is inclusive, but so +1 to change the range to byte size.
266 received_bytes_ = end_position + 1;
865 kTestContent.size(), // end_position (exclusive)
956 0, // end_position (exclusive)
1078 const size_t end_position = start_position + payload.size(); local
1090 end_position,
1109 base::Int64ToString(end_position - 1) + "/" +
1116 if (end_position
[all...]
H A Dgdata_wapi_requests_unittest.cc276 int64 end_position = 0; local
279 &end_position,
285 // end_position is inclusive, but so +1 to change the range to byte size.
286 received_bytes_ = end_position + 1;
1013 kUploadContent.size(), // end_position (exclusive)
1149 const size_t end_position = start_position + payload.size(); local
1164 end_position,
1179 base::Int64ToString(end_position - 1) + "/" +
1199 EXPECT_EQ(static_cast<int64>(end_position),
1230 EXPECT_EQ(static_cast<int64>(end_position),
[all...]
H A Dtest_util.cc152 int64* end_position,
155 DCHECK(end_position);
177 base::StringToInt64(parts[1], end_position));
150 ParseContentRangeHeader(const std::string& value, int64* start_position, int64* end_position, int64* length) argument
H A Dbase_requests.cc533 int64 end_position,
539 end_position_(end_position),
558 // Content-Range: bytes <start_position>-<end_position>/<content_length>
561 // The header takes inclusive range, so we adjust by "end_position - 1".
529 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.cc578 int64 end_position,
587 end_position,
574 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
H A Dgdata_wapi_requests.cc665 int64 end_position,
672 end_position,
659 ResumeUploadRequest( RequestSender* sender, const UploadRangeCallback& callback, const ProgressCallback& progress_callback, 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
/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.cc125 unsigned end_position)
127 length_(end_position) {
128 ASSERT(end_position >= start_position);
316 int end_position)
321 buffer_end_ = raw_data_ + (end_position - start_position);
122 GenericStringUtf16CharacterStream( Handle<String> data, unsigned start_position, unsigned end_position) argument
313 ExternalTwoByteStringUtf16CharacterStream( Handle<ExternalTwoByteString> data, int start_position, int end_position) argument
H A Dscopes.h267 int end_position() const { return end_position_; } function in class:v8::internal::Scope
H A Dast.cc182 int FunctionLiteral::end_position() const { function in class:v8::internal::FunctionLiteral
183 return scope()->end_position();
H A Dpreparser.cc1452 int end_position = scanner_->location().end_pos; local
1453 CheckOctalLiteral(start_position, end_position, CHECK_OK);
1454 CheckDelayedStrictModeViolation(start_position, end_position, CHECK_OK);
H A Dfactory.cc1229 int end_position,
1237 end_position,
1225 NewJSMessageObject( Handle<String> type, Handle<JSArray> arguments, int start_position, int end_position, Handle<Object> script, Handle<Object> stack_trace, Handle<Object> stack_frames) argument
/external/v8/src/
H A Dscanner-character-streams.cc123 unsigned end_position)
125 length_(end_position) {
126 ASSERT(end_position >= start_position);
314 int end_position)
319 buffer_end_ = raw_data_ + (end_position - start_position);
120 GenericStringUtf16CharacterStream( Handle<String> data, unsigned start_position, unsigned end_position) argument
311 ExternalTwoByteStringUtf16CharacterStream( Handle<ExternalTwoByteString> data, int start_position, int end_position) argument
H A Dscopes.h259 int end_position() const { return end_position_; } function in class:v8::internal::Scope
H A Dast.cc164 int FunctionLiteral::end_position() const { function in class:v8::internal::FunctionLiteral
165 return scope()->end_position();
H A Dpreparser.cc1422 int end_position = scanner_->location().end_pos; local
1423 CheckOctalLiteral(start_position, end_position, CHECK_OK);
1424 CheckDelayedStrictModeViolation(start_position, end_position, CHECK_OK);
H A Dfactory.cc1064 int end_position,
1072 end_position,
1060 NewJSMessageObject( Handle<String> type, Handle<JSArray> arguments, int start_position, int end_position, Handle<Object> script, Handle<Object> stack_trace, Handle<Object> stack_frames) argument
/external/chromium_org/base/test/
H A Dtrace_event_analyzer.cc951 size_t end_position) {
954 end_position = (end_position < events.size()) ? end_position : events.size();
956 for (size_t i = begin_position; i < end_position; ++i) {
948 CountMatches(const TraceEventVector& events, const Query& query, size_t begin_position, size_t end_position) argument
/external/chromium_org/ash/launcher/
H A Dlauncher_view.cc753 int end_position = available_size - button_spacing; local
754 x = shelf->PrimaryAxisValue(end_position, 0);
755 y = shelf->PrimaryAxisValue(0, end_position);
761 end_position = shelf->PrimaryAxisValue(x, y);
774 end_position = last_icon_position;
776 end_position = std::max(end_position, reserved_icon_space);
783 end_position - button_size);
786 end_position - inset - 2 * button_size);
787 last_hidden_index_ = DetermineFirstVisiblePanelIndex(end_position)
[all...]

Completed in 1799 milliseconds

12