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

  /external/chromium_org/ui/views/controls/scrollbar/
scrollbar_unittest.cc 22 last_position = position;
42 int last_position; member in class:__anon17799::TestScrollBarController
116 EXPECT_EQ(controller_->last_position, 50);
121 EXPECT_EQ(controller_->last_position, 100);
125 EXPECT_EQ(controller_->last_position, 100);
129 EXPECT_EQ(controller_->last_position, 0);
135 EXPECT_EQ(controller_->last_position, 10);
138 EXPECT_EQ(controller_->last_position, 0);
141 EXPECT_EQ(controller_->last_position, 20);
144 EXPECT_EQ(controller_->last_position, 0)
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
shortcuts_provider.cc 325 size_t last_position = 0; local
329 last_position = find_text.length();
333 if (last_position < text_lowercase.length()) {
335 ACMatchClassification(last_position, ACMatchClassification::NONE));
344 // Now, starting with |last_position|, check each character in
347 // of |text_lowercase| beginning with |last_position|. Accept the first
350 // |match_class|, moving |last_position| to be after the matching word. If we
352 while (last_position < text_lowercase.length()) {
354 find_words.equal_range(text_lowercase[last_position]));
355 size_t next_character = last_position + 1
    [all...]
  /external/elfutils/libelf/
elf32_updatefile.c 130 char *last_position; local
207 last_position = ((char *) elf->map_address + elf->start_offset
303 if (scn_start + dl->data.d.d_off > last_position)
309 if (last_position < shdr_start)
312 - last_position,
313 shdr_start - last_position);
315 memset (last_position, __libelf_fill_byte,
319 if (last_position + written
331 last_position = scn_start + dl->data.d.d_off;
344 (*fctp) (last_position, dl->data.d.d_buf
    [all...]
  /external/chromium/webkit/glue/media/
buffered_resource_loader_unittest.cc 78 void Initialize(const char* url, int first_position, int last_position) {
81 last_position_ = last_position;
132 void PartialResponse(int64 first_position, int64 last_position,
134 PartialResponse(first_position, last_position, instance_size, false, true);
137 void PartialResponse(int64 first_position, int64 last_position,
146 last_position,
155 content_length = last_position - first_position + 1;
buffered_data_source_unittest.cc 60 int64 last_position));
  /external/chromium_org/v8/test/mjsunit/
debug-sourceinfo.js 67 var last_position = 14312; variable
254 assertEquals(null, script.locationFromPosition(last_position + 1));
257 assertEquals(last_position, script.locationFromPosition(last_position).position);
258 assertEquals(last_line, script.locationFromPosition(last_position).line);
259 assertEquals(last_column, script.locationFromPosition(last_position).column);
  /external/v8/test/mjsunit/
debug-sourceinfo.js 67 var last_position = 14312; variable
254 assertEquals(null, script.locationFromPosition(last_position + 1));
257 assertEquals(last_position, script.locationFromPosition(last_position).position);
258 assertEquals(last_line, script.locationFromPosition(last_position).line);
259 assertEquals(last_column, script.locationFromPosition(last_position).column);
  /external/chromium_org/content/renderer/media/
buffered_resource_loader_unittest.cc 78 void Initialize(const char* url, int first_position, int last_position) {
81 last_position_ = last_position;
140 void PartialResponse(int64 first_position, int64 last_position,
142 PartialResponse(first_position, last_position, instance_size, false, true);
145 void PartialResponse(int64 first_position, int64 last_position,
154 last_position,
163 content_length = last_position - first_position + 1;
    [all...]

Completed in 107 milliseconds