Searched refs:start_position (Results 1 - 25 of 80) sorted by relevance

1234

/external/chromium_org/v8/src/
H A Dinterpreter-irregexp.h20 int start_position);
H A Dscanner-character-streams.cc129 unsigned start_position,
133 DCHECK(end_position >= start_position);
134 pos_ = start_position;
441 int start_position,
445 raw_data_(data->GetTwoByteData(start_position)) {
447 buffer_end_ = raw_data_ + (end_position - start_position);
448 pos_ = 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 Dscanner-character-streams.h43 unsigned start_position,
123 int start_position,
H A Dliveedit-debugger.js254 if (compile_info[k].start_position > compile_info[j].start_position) {
598 info_node.info.start_position);
612 } else if (child.info.start_position >=
617 } else if (child.info.start_position <= chunk_it.current().pos1 &&
665 node.new_start_pos = chunk_it.TranslatePos(node.info.start_position);
702 if (new_children[new_index].info.start_position <
707 } else if (new_children[new_index].info.start_position ==
801 if (wrapper.start_position == compile_info.start_position
[all...]
H A Dcodegen.cc186 function->start_position());
190 function->end_position() - function->start_position() + 1;
211 os << "source_position = " << function->start_position() << "\n";
H A Dinterpreter-irregexp.cc580 int start_position) {
589 if (start_position != 0) previous_char = subject_vector[start_position - 1];
594 start_position,
599 if (start_position != 0) previous_char = subject_vector[start_position - 1];
604 start_position,
575 Match( Isolate* isolate, Handle<ByteArray> code_array, Handle<String> subject, int* registers, int start_position) argument
H A Dliveedit.h284 int start_position,
362 int start_position,
H A Dmessages.js315 var start_position = %MessageGetStartPosition(message);
316 if (start_position == -1) return kNoLineNumberInfo;
318 var location = script.locationFromPosition(start_position, true);
328 var start_position = %MessageGetStartPosition(message);
329 var location = script.locationFromPosition(start_position, true);
745 var start_position = %MessageGetStartPosition(message);
746 var location = script.locationFromPosition(start_position, false);
749 return start_position - location.start;
H A Dliveedit.cc609 int start_position,
617 this->SetSmiValueField(kStartPositionOffset_, start_position);
679 int start_position,
686 this->SetSmiValueField(kStartPositionOffset_, start_position);
709 info.SetInitialProperties(fun->name(), fun->start_position(),
919 info_wrapper.SetProperties(name_handle, info->start_position(),
1218 int start_position = compile_info_wrapper.GetStartPosition(); local
1220 shared_info->set_start_position(start_position);
1420 int old_function_start = info->start_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/sandbox/win/src/
H A Dpolicy_engine_opcodes.cc229 int start_position,
251 opcode->SetArgument(2, start_position);
266 int start_position = 0; local
270 opcode->GetArgument(2, &start_position);
296 if (start_position >= 0) {
297 if (kSeekToEnd == start_position) {
298 start_position = source_len - match_len;
302 if ((match_len + start_position) != source_len) {
309 source_str += start_position;
312 if ((match_len + start_position) > source_le
227 MakeOpWStringMatch(int16 selected_param, const wchar_t* match_str, int start_position, StringMatchOptions match_opts, uint32 options) argument
[all...]
H A Dpolicy_engine_opcodes.h332 // start_position: when its value is from 0 to < 0x7fff it indicates an
343 int start_position,
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dmerge.h95 int start_position, int input_length,
H A Dmerge.cc294 int start_position, int input_length,
326 // (2) w16_bestIndex + input_length < start_position.
329 start_index = std::max(start_position, start_index);
354 best_correlation_index + input_length < start_position) {
293 CorrelateAndPeakSearch(int16_t expanded_max, int16_t input_max, int start_position, int input_length, int expand_period) const argument
/external/chromium_org/google_apis/drive/
H A Dtest_util.cc127 int64* start_position,
130 DCHECK(start_position);
152 return (base::StringToInt64(parts[0], start_position) &&
126 ParseContentRangeHeader(const std::string& value, int64* start_position, int64* end_position, int64* length) argument
H A Ddrive_api_requests_unittest.cc292 int64 start_position = 0; local
295 iter->second, &start_position, &end_position, &length)) {
300 EXPECT_EQ(start_position, received_bytes_);
982 0, // start_position
1073 0, // start_position
1191 for (size_t start_position = 0; start_position < kTestContent.size();
1192 start_position += kNumChunkBytes) {
1194 start_position,
1195 std::min(kNumChunkBytes, kTestContent.size() - start_position));
[all...]
/external/chromium_org/chrome/browser/drive/
H A Ddrive_uploader_unittest.cc123 int64 start_position,
131 EXPECT_EQ(received_bytes_, start_position);
155 int64 chunk_size = end_position - start_position;
236 int64 start_position,
277 int64 start_position,
H A Ddrive_uploader.h190 int64 start_position,
H A Ddrive_uploader.cc411 int64 start_position,
416 callback.Run(start_position + progress_of_chunk, total_size);
410 OnUploadProgress(const ProgressCallback& callback, int64 start_position, int64 total_size, int64 progress_of_chunk, int64 total_of_chunk) argument
H A Ddrive_api_service.h162 int64 start_position,
H A Ddrive_service_interface.h370 int64 start_position,
H A Ddummy_drive_service.cc164 int64 start_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
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dcpp.py187 def _find_in_lines(regex, lines, start_position, not_found_position):
193 current_row = start_position.row
196 current_line = lines[start_position.row][start_position.column:]
197 starting_offset = start_position.column
210 def _rfind_in_lines(regex, lines, start_position, not_found_position):
219 current_row = start_position.row
222 current_line = lines[start_position.row][:start_position.column]
410 def __init__(self, lines, start_position, end_positio
[all...]
/external/chromium_org/chrome/browser/ui/panels/
H A Dstacked_panel_collection.h119 // Refresh all panel layouts, with top panel poisitoned at |start_position|.
121 void RefreshLayoutWithTopPanelStartingAt(const gfx::Point& start_position,
H A Dstacked_panel_collection.cc79 const gfx::Point& start_position, int common_width) {
88 if (bounds.origin() != start_position) {
89 bounds.set_origin(start_position);
101 int y = start_position.y();
102 int common_x = start_position.x();
78 RefreshLayoutWithTopPanelStartingAt( const gfx::Point& start_position, int common_width) argument
/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_bar_host_browsertest.cc965 gfx::Point start_position; local
971 EXPECT_TRUE(GetFindBarWindowInfo(&start_position, &fully_visible));
977 int moved_x_coord = FindInPageTillBoxMoves(web_contents, start_position.x(),
980 EXPECT_TRUE(moved_x_coord != start_position.x());
990 EXPECT_EQ(position.x(), start_position.x());
993 moved_x_coord = FindInPageTillBoxMoves(web_contents, start_position.x(),
995 EXPECT_TRUE(moved_x_coord != start_position.x());
1006 EXPECT_EQ(position.x(), start_position.x());

Completed in 4975 milliseconds

1234