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

  /external/chromium_org/ui/views/controls/scrollbar/
scrollbar_unittest.cc 22 last_position = position;
42 int last_position; member in class:__anon21681::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 308 size_t last_position = 0; local
312 last_position = find_text.length();
316 if (last_position < text_lowercase.length()) {
318 ACMatchClassification(last_position, ACMatchClassification::NONE));
327 // Now, starting with |last_position|, check each character in
330 // of |text_lowercase| beginning with |last_position|. Accept the first
333 // |match_class|, moving |last_position| to be after the matching word. If we
335 while (last_position < text_lowercase.length()) {
337 find_words.equal_range(text_lowercase[last_position]));
338 size_t next_character = last_position + 1
    [all...]
  /external/elfutils/0.153/libelf/
elf32_updatefile.c 218 char *last_position = ((char *) elf->map_address + elf->start_offset local
318 if (last_position < shdr_start)
320 written = MIN (scn_start + offset - last_position,
321 shdr_start - last_position);
323 memset (last_position, __libelf_fill_byte, written);
326 if (last_position + written != scn_start + offset
344 if (scn_start + dl->data.d.d_off > last_position
350 last_position = scn_start + dl->data.d.d_off;
360 last_position = scn_start + dl->data.d.d_off;
373 (*fctp) (last_position, dl->data.d.d_buf
    [all...]
ChangeLog 171 sections we haven't loaded, update last_position based on scn_start,
  /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/chromium_org/media/blink/
buffered_resource_loader_unittest.cc 80 void Initialize(const char* url, int first_position, int last_position) {
83 last_position_ = last_position;
142 void PartialResponse(int64 first_position, int64 last_position,
144 PartialResponse(first_position, last_position, instance_size, false, true);
147 void PartialResponse(int64 first_position, int64 last_position,
156 last_position,
165 content_length = last_position - first_position + 1;
    [all...]

Completed in 935 milliseconds