Searched refs:source_index (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ui/accessibility/
H A Dax_tree_serializer.h212 int source_index = static_cast<int>(ancestors.size() - 1); local
214 while (source_index >= 0 && client_index >= 0) {
215 if (tree_->GetId(ancestors[source_index]) !=
219 lca = ancestors[source_index];
220 source_index--;
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_url_provider.h311 // input identified by |source_index|. If |source_index| or an item before
315 size_t source_index,
H A Dhistory_url_provider.cc1062 size_t source_index,
1064 size_t next_index = source_index + 1; // return value = item after source
1060 RemoveSubsequentMatchesOf( history::HistoryMatches* matches, size_t source_index, const std::vector<GURL>& remove) const argument
/external/chromium_org/chrome/browser/media/
H A Dnative_desktop_media_list_unittest.cc194 size_t source_index = window_only ? i : i + 1; local
195 EXPECT_EQ(model_->GetSource(source_index).id.type,
197 EXPECT_EQ(model_->GetSource(source_index).id.id, static_cast<int>(i + 1));
198 EXPECT_EQ(model_->GetSource(source_index).name,
/external/chromium_org/net/filter/
H A Dsdch_filter_unittest.cc120 size_t source_index = 0; local
126 int copy_amount = std::min(input_amount, source.size() - source_index);
128 memcpy(filter->stream_buffer()->data(), source.data() + source_index,
131 source_index += copy_amount;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dff_fragment_shader.cpp116 GLuint source_index:4; /**< TEXTURE_x_INDEX */ member in struct:state_key::__anon13529
446 key->unit[i].source_index =
919 const GLuint texTarget = p->state->unit[unit].source_index;
/external/mesa3d/src/mesa/main/
H A Dff_fragment_shader.cpp116 GLuint source_index:4; /**< TEXTURE_x_INDEX */ member in struct:state_key::__anon27102
446 key->unit[i].source_index =
919 const GLuint texTarget = p->state->unit[unit].source_index;
/external/chromium_org/v8/src/
H A Dd8.cc761 int source_index = i::NativesCollection<i::D8>::GetIndex("d8"); local
763 i::NativesCollection<i::D8>::GetRawScriptSource(source_index);
765 i::NativesCollection<i::D8>::GetScriptName(source_index);
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller.cc1635 int source_index = model_->ItemIndexByID(id); local
1636 if (source_index != target_index)
1637 model_->Move(source_index, target_index);

Completed in 466 milliseconds