Searched refs:mappings_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/browser/frame_host/
H A Dframe_accessibility.cc34 for (std::vector<ChildFrameMapping>::iterator iter = mappings_.begin();
35 iter != mappings_.end();
53 mappings_.push_back(new_mapping);
60 for (std::vector<ChildFrameMapping>::iterator iter = mappings_.begin();
61 iter != mappings_.end();
79 mappings_.push_back(new_mapping);
87 int initial_len = static_cast<int>(mappings_.size());
89 if (mappings_[i].parent_frame_host == render_frame_host) {
90 mappings_[i] = mappings_
[all...]
H A Dframe_accessibility.h72 std::vector<ChildFrameMapping> mappings_; member in class:content::FrameAccessibility
/external/chromium_org/ui/app_list/search/
H A Dtokenized_string.h30 const Mappings& mappings() const { return mappings_; }
40 Mappings mappings_; member in class:app_list::TokenizedString
H A Dtokenized_string_char_iterator.cc23 mappings_(tokenized.mappings()),
55 return mappings_[current_token_].start() +
H A Dtokenized_string.cc40 mappings_.push_back(gfx::Range(word_start + term_iter.prev(),
H A Dtokenized_string_char_iterator.h67 const TokenizedString::Mappings& mappings_; member in class:app_list::TokenizedStringCharIterator
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dimporter.cc347 mappings_.push_back(Mapping(virtual_path, CanonicalizePath(disk_path)));
358 for (int i = 0; i < mappings_.size(); i++) {
360 if (ApplyMapping(canonical_disk_file, mappings_[i].disk_path,
361 mappings_[i].virtual_path, virtual_file)) {
375 if (ApplyMapping(*virtual_file, mappings_[i].virtual_path,
376 mappings_[i].disk_path, shadowing_disk_file)) {
418 for (int i = 0; i < mappings_.size(); i++) {
420 if (ApplyMapping(virtual_file, mappings_[i].virtual_path,
421 mappings_[i].disk_path, &temp_disk_file)) {
H A Dimporter.h287 vector<Mapping> mappings_; member in class:google::protobuf::compiler::DiskSourceTree
/external/protobuf/src/google/protobuf/compiler/
H A Dimporter.cc342 mappings_.push_back(Mapping(virtual_path, CanonicalizePath(disk_path)));
353 for (int i = 0; i < mappings_.size(); i++) {
355 if (ApplyMapping(canonical_disk_file, mappings_[i].disk_path,
356 mappings_[i].virtual_path, virtual_file)) {
370 if (ApplyMapping(*virtual_file, mappings_[i].virtual_path,
371 mappings_[i].disk_path, shadowing_disk_file)) {
413 for (int i = 0; i < mappings_.size(); i++) {
415 if (ApplyMapping(virtual_file, mappings_[i].virtual_path,
416 mappings_[i].disk_path, &temp_disk_file)) {
H A Dimporter.h286 vector<Mapping> mappings_; member in class:google::protobuf::compiler::DiskSourceTree

Completed in 145 milliseconds