Searched defs:source_index (Results 1 - 8 of 8) sorted by relevance

/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.cc131 size_t source_index = 0; local
137 int copy_amount = std::min(input_amount, source.size() - source_index);
139 memcpy(filter->stream_buffer()->data(), source.data() + source_index,
142 source_index += copy_amount;
/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.cc1103 size_t source_index,
1105 size_t next_index = source_index + 1; // return value = item after source
1101 RemoveSubsequentMatchesOf( history::HistoryMatches* matches, size_t source_index, const std::vector<GURL>& remove) const argument
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller.cc1668 int source_index = model_->ItemIndexByID(id); local
1669 if (source_index != target_index)
1670 model_->Move(source_index, target_index);
/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::__anon14529
446 key->unit[i].source_index =
919 const GLuint texTarget = p->state->unit[unit].source_index;
/external/chromium_org/v8/src/
H A Dd8.cc811 int source_index = i::NativesCollection<i::D8>::GetIndex("d8"); local
813 i::NativesCollection<i::D8>::GetRawScriptSource(source_index);
815 i::NativesCollection<i::D8>::GetScriptName(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::__anon27940
446 key->unit[i].source_index =
919 const GLuint texTarget = p->state->unit[unit].source_index;

Completed in 299 milliseconds