to_add 527 cc/animation/layer_animation_controller.cc scoped_ptr<Animation> to_add(active_animations_[i]->CloneAndInitialize( to_add 529 cc/animation/layer_animation_controller.cc DCHECK(!to_add->needs_synchronized_start_time()); to_add 530 cc/animation/layer_animation_controller.cc controller_impl->AddAnimation(to_add.Pass()); to_add 355 cc/animation/layer_animation_controller_unittest.cc scoped_ptr<Animation> to_add(CreateAnimation( to_add 360 cc/animation/layer_animation_controller_unittest.cc controller->AddAnimation(to_add.Pass()); to_add 384 cc/animation/layer_animation_controller_unittest.cc scoped_ptr<Animation> to_add(CreateAnimation( to_add 388 cc/animation/layer_animation_controller_unittest.cc to_add->set_is_impl_only(true); to_add 390 cc/animation/layer_animation_controller_unittest.cc controller_impl->AddAnimation(to_add.Pass()); to_add 807 cc/animation/layer_animation_controller_unittest.cc scoped_ptr<Animation> to_add(CreateAnimation( to_add 811 cc/animation/layer_animation_controller_unittest.cc to_add->set_is_impl_only(true); to_add 812 cc/animation/layer_animation_controller_unittest.cc controller_impl->AddAnimation(to_add.Pass()); to_add 859 cc/animation/layer_animation_controller_unittest.cc scoped_ptr<Animation> to_add(CreateAnimation( to_add 863 cc/animation/layer_animation_controller_unittest.cc to_add->set_needs_synchronized_start_time(true); to_add 867 cc/animation/layer_animation_controller_unittest.cc controller->AddAnimation(to_add.Pass()); to_add 940 cc/animation/layer_animation_controller_unittest.cc scoped_ptr<Animation> to_add(CreateAnimation( to_add 946 cc/animation/layer_animation_controller_unittest.cc controller->AddAnimation(to_add.Pass()); to_add 1055 cc/animation/layer_animation_controller_unittest.cc scoped_ptr<Animation> to_add(CreateAnimation( to_add 1059 cc/animation/layer_animation_controller_unittest.cc to_add->set_iterations(3); to_add 1060 cc/animation/layer_animation_controller_unittest.cc controller->AddAnimation(to_add.Pass()); to_add 1103 cc/animation/layer_animation_controller_unittest.cc scoped_ptr<Animation> to_add(CreateAnimation( to_add 1107 cc/animation/layer_animation_controller_unittest.cc to_add->set_iterations(-1); to_add 1108 cc/animation/layer_animation_controller_unittest.cc controller->AddAnimation(to_add.Pass()); to_add 1243 cc/animation/layer_animation_controller_unittest.cc scoped_ptr<Animation> to_add(CreateAnimation( to_add 1247 cc/animation/layer_animation_controller_unittest.cc to_add->set_needs_synchronized_start_time(true); to_add 1248 cc/animation/layer_animation_controller_unittest.cc controller->AddAnimation(to_add.Pass()); to_add 202 cc/animation/transform_operations.cc TransformOperation to_add; to_add 203 cc/animation/transform_operations.cc to_add.matrix.Translate3d(x, y, z); to_add 204 cc/animation/transform_operations.cc to_add.type = TransformOperation::TransformOperationTranslate; to_add 205 cc/animation/transform_operations.cc to_add.translate.x = x; to_add 206 cc/animation/transform_operations.cc to_add.translate.y = y; to_add 207 cc/animation/transform_operations.cc to_add.translate.z = z; to_add 208 cc/animation/transform_operations.cc operations_.push_back(to_add); to_add 216 cc/animation/transform_operations.cc TransformOperation to_add; to_add 217 cc/animation/transform_operations.cc to_add.matrix.RotateAbout(gfx::Vector3dF(x, y, z), degrees); to_add 218 cc/animation/transform_operations.cc to_add.type = TransformOperation::TransformOperationRotate; to_add 219 cc/animation/transform_operations.cc to_add.rotate.axis.x = x; to_add 220 cc/animation/transform_operations.cc to_add.rotate.axis.y = y; to_add 221 cc/animation/transform_operations.cc to_add.rotate.axis.z = z; to_add 222 cc/animation/transform_operations.cc to_add.rotate.angle = degrees; to_add 223 cc/animation/transform_operations.cc operations_.push_back(to_add); to_add 228 cc/animation/transform_operations.cc TransformOperation to_add; to_add 229 cc/animation/transform_operations.cc to_add.matrix.Scale3d(x, y, z); to_add 230 cc/animation/transform_operations.cc to_add.type = TransformOperation::TransformOperationScale; to_add 231 cc/animation/transform_operations.cc to_add.scale.x = x; to_add 232 cc/animation/transform_operations.cc to_add.scale.y = y; to_add 233 cc/animation/transform_operations.cc to_add.scale.z = z; to_add 234 cc/animation/transform_operations.cc operations_.push_back(to_add); to_add 239 cc/animation/transform_operations.cc TransformOperation to_add; to_add 240 cc/animation/transform_operations.cc to_add.matrix.SkewX(x); to_add 241 cc/animation/transform_operations.cc to_add.matrix.SkewY(y); to_add 242 cc/animation/transform_operations.cc to_add.type = TransformOperation::TransformOperationSkew; to_add 243 cc/animation/transform_operations.cc to_add.skew.x = x; to_add 244 cc/animation/transform_operations.cc to_add.skew.y = y; to_add 245 cc/animation/transform_operations.cc operations_.push_back(to_add); to_add 250 cc/animation/transform_operations.cc TransformOperation to_add; to_add 251 cc/animation/transform_operations.cc to_add.matrix.ApplyPerspectiveDepth(depth); to_add 252 cc/animation/transform_operations.cc to_add.type = TransformOperation::TransformOperationPerspective; to_add 253 cc/animation/transform_operations.cc to_add.perspective_depth = depth; to_add 254 cc/animation/transform_operations.cc operations_.push_back(to_add); to_add 259 cc/animation/transform_operations.cc TransformOperation to_add; to_add 260 cc/animation/transform_operations.cc to_add.matrix = matrix; to_add 261 cc/animation/transform_operations.cc to_add.type = TransformOperation::TransformOperationMatrix; to_add 262 cc/animation/transform_operations.cc operations_.push_back(to_add); to_add 23 cc/animation/transform_operations_unittest.cc TransformOperations* to_add = new TransformOperations(); to_add 24 cc/animation/transform_operations_unittest.cc to_add->AppendTranslate(1, 0, 0); to_add 25 cc/animation/transform_operations_unittest.cc transforms.push_back(to_add); to_add 27 cc/animation/transform_operations_unittest.cc to_add = new TransformOperations(); to_add 28 cc/animation/transform_operations_unittest.cc to_add->AppendRotate(0, 0, 1, 2); to_add 29 cc/animation/transform_operations_unittest.cc transforms.push_back(to_add); to_add 31 cc/animation/transform_operations_unittest.cc to_add = new TransformOperations(); to_add 32 cc/animation/transform_operations_unittest.cc to_add->AppendScale(2, 2, 2); to_add 33 cc/animation/transform_operations_unittest.cc transforms.push_back(to_add); to_add 35 cc/animation/transform_operations_unittest.cc to_add = new TransformOperations(); to_add 36 cc/animation/transform_operations_unittest.cc to_add->AppendSkew(1, 0); to_add 37 cc/animation/transform_operations_unittest.cc transforms.push_back(to_add); to_add 39 cc/animation/transform_operations_unittest.cc to_add = new TransformOperations(); to_add 40 cc/animation/transform_operations_unittest.cc to_add->AppendPerspective(800); to_add 41 cc/animation/transform_operations_unittest.cc transforms.push_back(to_add); to_add 93 cc/animation/transform_operations_unittest.cc TransformOperations* to_add = new TransformOperations(); to_add 94 cc/animation/transform_operations_unittest.cc operations->push_back(to_add); to_add 96 cc/animation/transform_operations_unittest.cc to_add = new TransformOperations(); to_add 97 cc/animation/transform_operations_unittest.cc to_add->AppendTranslate(0, 0, 0); to_add 98 cc/animation/transform_operations_unittest.cc operations->push_back(to_add); to_add 100 cc/animation/transform_operations_unittest.cc to_add = new TransformOperations(); to_add 101 cc/animation/transform_operations_unittest.cc to_add->AppendTranslate(0, 0, 0); to_add 102 cc/animation/transform_operations_unittest.cc to_add->AppendTranslate(0, 0, 0); to_add 103 cc/animation/transform_operations_unittest.cc operations->push_back(to_add); to_add 105 cc/animation/transform_operations_unittest.cc to_add = new TransformOperations(); to_add 106 cc/animation/transform_operations_unittest.cc to_add->AppendScale(1, 1, 1); to_add 107 cc/animation/transform_operations_unittest.cc operations->push_back(to_add); to_add 109 cc/animation/transform_operations_unittest.cc to_add = new TransformOperations(); to_add 110 cc/animation/transform_operations_unittest.cc to_add->AppendScale(1, 1, 1); to_add 111 cc/animation/transform_operations_unittest.cc to_add->AppendScale(1, 1, 1); to_add 112 cc/animation/transform_operations_unittest.cc operations->push_back(to_add); to_add 114 cc/animation/transform_operations_unittest.cc to_add = new TransformOperations(); to_add 115 cc/animation/transform_operations_unittest.cc to_add->AppendSkew(0, 0); to_add 116 cc/animation/transform_operations_unittest.cc operations->push_back(to_add); to_add 118 cc/animation/transform_operations_unittest.cc to_add = new TransformOperations(); to_add 119 cc/animation/transform_operations_unittest.cc to_add->AppendSkew(0, 0); to_add 120 cc/animation/transform_operations_unittest.cc to_add->AppendSkew(0, 0); to_add 121 cc/animation/transform_operations_unittest.cc operations->push_back(to_add); to_add 123 cc/animation/transform_operations_unittest.cc to_add = new TransformOperations(); to_add 124 cc/animation/transform_operations_unittest.cc to_add->AppendRotate(0, 0, 1, 0); to_add 125 cc/animation/transform_operations_unittest.cc operations->push_back(to_add); to_add 127 cc/animation/transform_operations_unittest.cc to_add = new TransformOperations(); to_add 128 cc/animation/transform_operations_unittest.cc to_add->AppendRotate(0, 0, 1, 0); to_add 129 cc/animation/transform_operations_unittest.cc to_add->AppendRotate(0, 0, 1, 0); to_add 130 cc/animation/transform_operations_unittest.cc operations->push_back(to_add); to_add 132 cc/animation/transform_operations_unittest.cc to_add = new TransformOperations(); to_add 133 cc/animation/transform_operations_unittest.cc to_add->AppendMatrix(gfx::Transform()); to_add 134 cc/animation/transform_operations_unittest.cc operations->push_back(to_add); to_add 136 cc/animation/transform_operations_unittest.cc to_add = new TransformOperations(); to_add 137 cc/animation/transform_operations_unittest.cc to_add->AppendMatrix(gfx::Transform()); to_add 138 cc/animation/transform_operations_unittest.cc to_add->AppendMatrix(gfx::Transform()); to_add 139 cc/animation/transform_operations_unittest.cc operations->push_back(to_add); to_add 2142 chrome/browser/history/history_backend.cc std::vector<chrome::FaviconBitmapData> to_add = favicon_bitmap_data; to_add 2146 chrome/browser/history/history_backend.cc std::vector<chrome::FaviconBitmapData>::iterator match_it = to_add.end(); to_add 2147 chrome/browser/history/history_backend.cc for (std::vector<chrome::FaviconBitmapData>::iterator it = to_add.begin(); to_add 2148 chrome/browser/history/history_backend.cc it != to_add.end(); ++it) { to_add 2156 chrome/browser/history/history_backend.cc if (match_it == to_add.end()) { to_add 2174 chrome/browser/history/history_backend.cc to_add.erase(match_it); to_add 2178 chrome/browser/history/history_backend.cc for (size_t i = 0; i < to_add.size(); ++i) { to_add 2179 chrome/browser/history/history_backend.cc thumbnail_db_->AddFaviconBitmap(icon_id, to_add[i].bitmap_data, to_add 2180 chrome/browser/history/history_backend.cc base::Time::Now(), to_add[i].pixel_size); to_add 129 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc int SanitizeWordsToAdd(const WordSet& existing, WordList& to_add) { to_add 131 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc std::sort(to_add.begin(), to_add.end()); to_add 132 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc WordList new_words = base::STLSetDifference<WordList>(to_add, existing); to_add 136 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc if (to_add.size() != new_words.size()) to_add 147 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc std::swap(to_add, new_words); to_add 178 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc : to_add_(other.to_add()), to_add 182 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc SpellcheckCustomDictionary::Change::Change(const WordList& to_add) to_add 183 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc : to_add_(to_add) { to_add 420 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc dictionary_change.to_add().begin(), to_add 421 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc dictionary_change.to_add().end()); to_add 446 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc if (!dictionary_change.to_add().empty()) { to_add 447 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc words_.insert(dictionary_change.to_add().begin(), to_add 448 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc dictionary_change.to_add().end()); to_add 478 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc static_cast<int>(dictionary_change.to_add().size()); to_add 485 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc static_cast<int>(dictionary_change.to_add().size()), to_add 491 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc for (WordList::const_iterator it = dictionary_change.to_add().begin(); to_add 492 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc it != dictionary_change.to_add().end() && i < upload_size; to_add 35 chrome/browser/spellchecker/spellcheck_custom_dictionary.h explicit Change(const chrome::spellcheck_common::WordList& to_add); to_add 51 chrome/browser/spellchecker/spellcheck_custom_dictionary.h const chrome::spellcheck_common::WordList& to_add() const; to_add 858 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc WordList to_add; to_add 862 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc to_add.push_back("foo" + base::Uint64ToString(i)); to_add 864 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc Apply(*custom_dictionary, SpellcheckCustomDictionary::Change(to_add)); to_add 882 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc OnLoaded(*custom_dictionary, to_add); to_add 230 chrome/browser/spellchecker/spellcheck_service.cc dictionary_change.to_add(), to_add 1082 chrome/browser/sync/profile_sync_service.cc syncer::ModelTypeSet to_add; to_add 1084 chrome/browser/sync/profile_sync_service.cc Difference(to_add, registered_types); to_add 1086 chrome/browser/sync/profile_sync_service.cc << syncer::ModelTypeSetToString(to_add); to_add 76 chrome/browser/ui/webui/options/language_dictionary_overlay_handler.cc add_words.AppendStrings(dictionary_change.to_add()); to_add 128 extensions/common/extension_set_unittest.cc scoped_ptr<ExtensionSet> to_add(new ExtensionSet()); to_add 130 extensions/common/extension_set_unittest.cc EXPECT_TRUE(to_add->Insert(ext3)); to_add 131 extensions/common/extension_set_unittest.cc EXPECT_TRUE(to_add->Insert(ext5)); to_add 132 extensions/common/extension_set_unittest.cc EXPECT_TRUE(to_add->Insert(ext6)); to_add 135 extensions/common/extension_set_unittest.cc ASSERT_TRUE(extensions.InsertAll(*to_add)); to_add 138 extensions/common/extension_set_unittest.cc ASSERT_FALSE(extensions.InsertAll(*to_add)); // Re-adding same set no-ops. to_add 81 net/cert/x509_certificate_win.cc PCCERT_CONTEXT to_add = NULL; to_add 89 net/cert/x509_certificate_win.cc &to_add) && to_add != NULL) { to_add 95 net/cert/x509_certificate_win.cc results->insert(results->begin(), to_add); to_add 869 net/disk_cache/blockfile/backend_impl.cc int to_add = new_size - current_size; to_add 870 net/disk_cache/blockfile/backend_impl.cc if (buffer_bytes_ + to_add > MaxBuffersSize()) to_add 873 net/disk_cache/blockfile/backend_impl.cc buffer_bytes_ += to_add; to_add 215 net/disk_cache/blockfile/backend_impl_v3.cc int to_add = new_size - current_size; to_add 216 net/disk_cache/blockfile/backend_impl_v3.cc if (buffer_bytes_ + to_add > MaxBuffersSize()) to_add 219 net/disk_cache/blockfile/backend_impl_v3.cc buffer_bytes_ += to_add; to_add 302 net/disk_cache/blockfile/bitmap.cc uint32 to_add = 0xffffffff << len; to_add 303 net/disk_cache/blockfile/bitmap.cc to_add = (~to_add) << offset; to_add 305 net/disk_cache/blockfile/bitmap.cc map_[word] |= to_add; to_add 307 net/disk_cache/blockfile/bitmap.cc map_[word] &= ~to_add; to_add 88 net/disk_cache/blockfile/block_files.cc uint32 to_add = ((1 << size) - 1) << index_offset; to_add 96 net/disk_cache/blockfile/block_files.cc header_->allocation_map[current] |= to_add; to_add 469 net/disk_cache/blockfile/block_files.cc int to_add = index - static_cast<int>(block_files_.size()) + 1; to_add 470 net/disk_cache/blockfile/block_files.cc block_files_.resize(block_files_.size() + to_add); to_add 282 net/disk_cache/blockfile/entry_impl.cc int to_add = std::max(required - current_size, kMaxBlockSize * 4); to_add 283 net/disk_cache/blockfile/entry_impl.cc to_add = std::max(current_size, to_add); to_add 284 net/disk_cache/blockfile/entry_impl.cc required = std::min(current_size + to_add, limit); to_add 231 net/disk_cache/blockfile/entry_impl_v3.cc int to_add = std::max(required - current_size, kMaxBlockSize * 4); to_add 232 net/disk_cache/blockfile/entry_impl_v3.cc to_add = std::max(current_size, to_add); to_add 233 net/disk_cache/blockfile/entry_impl_v3.cc required = std::min(current_size + to_add, limit);