HomeSort by relevance Sort by last modified time
    Searched refs:to_add (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/cc/animation/
transform_operations.cc 68 TransformOperation to_add; local
69 to_add.matrix.Translate3d(x, y, z);
70 to_add.type = TransformOperation::TransformOperationTranslate;
71 to_add.translate.x = x;
72 to_add.translate.y = y;
73 to_add.translate.z = z;
74 operations_.push_back(to_add);
80 TransformOperation to_add; local
81 to_add.matrix.RotateAbout(gfx::Vector3dF(x, y, z), degrees);
82 to_add.type = TransformOperation::TransformOperationRotate
92 TransformOperation to_add; local
103 TransformOperation to_add; local
114 TransformOperation to_add; local
123 TransformOperation to_add; local
    [all...]
transform_operations_unittest.cc 19 TransformOperations* to_add = new TransformOperations(); local
20 to_add->AppendTranslate(1, 0, 0);
21 transforms.push_back(to_add);
23 to_add = new TransformOperations();
24 to_add->AppendRotate(0, 0, 1, 2);
25 transforms.push_back(to_add);
27 to_add = new TransformOperations();
28 to_add->AppendScale(2, 2, 2);
29 transforms.push_back(to_add);
31 to_add = new TransformOperations()
89 TransformOperations* to_add = new TransformOperations(); local
    [all...]
layer_animation_controller_unittest.cc 271 scoped_ptr<Animation> to_add(CreateAnimation(
276 controller->AddAnimation(to_add.Pass());
300 scoped_ptr<Animation> to_add(CreateAnimation(
304 to_add->set_is_impl_only(true);
306 controller_impl->AddAnimation(to_add.Pass());
421 scoped_ptr<Animation> to_add(CreateAnimation(
425 to_add->set_is_impl_only(true);
426 controller_impl->AddAnimation(to_add.Pass());
473 scoped_ptr<Animation> to_add(CreateAnimation(
477 to_add->set_needs_synchronized_start_time(true)
    [all...]
layer_animation_controller.cc 370 scoped_ptr<Animation> to_add(active_animations_[i]->CloneAndInitialize(
372 DCHECK(!to_add->needs_synchronized_start_time());
373 controller_impl->AddAnimation(to_add.Pass());
621 scoped_ptr<Animation> to_add; local
628 to_add = active_animations_[i]->CloneAndInitialize(
632 to_add = active_animations_[i]->Clone(
636 controller_impl->AddAnimation(to_add.Pass());
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_bgconn.c 69 BOOLEAN btm_add_dev_to_controller (BOOLEAN to_add, BD_ADDR bd_addr, UINT8 attr)
81 if (to_add)
110 if (to_add)
135 rt = btm_add_dev_to_controller(p_dev_op->to_add, p_dev_op->bd_addr, p_dev_op->attr);
149 void btm_enq_wl_dev_operation(BOOLEAN to_add, BD_ADDR bd_addr, UINT8 attr)
158 p_dev_op->to_add = to_add;
168 p_dev_op->to_add = to_add;
184 BOOLEAN btm_update_dev_to_white_list(BOOLEAN to_add, BD_ADDR bd_addr, UINT8 attr
    [all...]
btm_ble_int.h 205 BOOLEAN to_add; member in struct:__anon3516
298 extern BOOLEAN btm_update_dev_to_white_list(BOOLEAN to_add, BD_ADDR bd_addr,UINT8 wl_type);
299 extern BOOLEAN btm_update_bg_conn_list(BOOLEAN to_add, BD_ADDR bd_addr, UINT8 *p_attr_tag);
  /external/chromium_org/chrome/common/extensions/
extension_set_unittest.cc 128 scoped_ptr<ExtensionSet> to_add(new ExtensionSet());
130 EXPECT_TRUE(to_add->Insert(ext3));
131 EXPECT_TRUE(to_add->Insert(ext5));
132 EXPECT_TRUE(to_add->Insert(ext6));
135 ASSERT_TRUE(extensions.InsertAll(*to_add));
138 ASSERT_FALSE(extensions.InsertAll(*to_add)); // Re-adding same set no-ops.
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary.cc 126 // Removes duplicate and invalid words from |to_add| word list and sorts it.
127 // Looks for duplicates in both |to_add| and |existing| word lists. Returns a
129 int SanitizeWordsToAdd(const WordSet& existing, WordList& to_add) {
131 std::sort(to_add.begin(), to_add.end());
133 std::set_difference(to_add.begin(),
134 to_add.end(),
141 if (to_add.size() != new_words.size())
152 std::swap(to_add, new_words);
183 : to_add_(other.to_add()),
211 const WordList& SpellcheckCustomDictionary::Change::to_add() const { function in class:SpellcheckCustomDictionary::Change
    [all...]
spellcheck_custom_dictionary.h 35 explicit Change(const chrome::spellcheck_common::WordList& to_add);
51 const chrome::spellcheck_common::WordList& to_add() const;
spellcheck_custom_dictionary_unittest.cc 835 WordList to_add; local
    [all...]
spellcheck_service.cc 239 dictionary_change.to_add(),
  /external/chromium/net/disk_cache/
bitmap.cc 302 uint32 to_add = 0xffffffff << len; local
303 to_add = (~to_add) << offset;
305 map_[word] |= to_add;
307 map_[word] &= ~to_add;
block_files.cc 64 uint32 to_add = ((1 << size) - 1) << index_offset; local
65 header->allocation_map[current] |= to_add;
392 int to_add = index - static_cast<int>(block_files_.size()) + 1; local
393 block_files_.resize(block_files_.size() + to_add);
  /external/chromium_org/net/disk_cache/
bitmap.cc 302 uint32 to_add = 0xffffffff << len; local
303 to_add = (~to_add) << offset;
305 map_[word] |= to_add;
307 map_[word] &= ~to_add;
block_files.cc 79 uint32 to_add = ((1 << size) - 1) << index_offset; local
87 header_->allocation_map[current] |= to_add;
435 int to_add = index - static_cast<int>(block_files_.size()) + 1; local
436 block_files_.resize(block_files_.size() + to_add);
  /sdk/testapps/testSensors/src/com/android/tests/testsensors/
TestSensorsActivity.java 223 MonitoredSensor to_add = new MonitoredSensor(def_sens); local
225 mSensors.add(to_add);
226 to_add.startListening();
  /external/chromium_org/v8/src/
builtins.cc 481 int to_add = args.length() - 1; local
482 if (to_add == 0) {
487 ASSERT(to_add <= (Smi::kMaxValue - len));
489 int new_length = len + to_add;
511 for (int index = 0; index < to_add; index++) {
526 int to_add = args.length() - 1; local
527 if (to_add == 0) {
532 ASSERT(to_add <= (Smi::kMaxValue - len));
534 int new_length = len + to_add;
552 // to_add is > 0 and new_length <= elms_len, so elms_obj cannot be th
679 int to_add = args.length() - 1; local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
language_dictionary_overlay_handler.cc 76 add_words.AppendStrings(dictionary_change.to_add());
  /external/chromium_org/net/cert/
x509_certificate_win.cc 80 PCCERT_CONTEXT to_add = NULL; local
88 &to_add) && to_add != NULL) {
94 results->insert(results->begin(), to_add);
  /external/v8/src/
builtins.cc 500 int to_add = args.length() - 1; local
501 if (to_add == 0) {
506 ASSERT(to_add <= (Smi::kMaxValue - len));
508 int new_length = len + to_add;
529 for (int index = 0; index < to_add; index++) {
636 int to_add = args.length() - 1; local
637 int new_length = len + to_add;
640 ASSERT(to_add <= (Smi::kMaxValue - len));
643 array->EnsureCanContainElements(&args, 1, to_add,
656 new_elms, FAST_ELEMENTS, to_add, len)
    [all...]
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
SensorChannel.java 97 MonitoredSensor to_add = new MonitoredSensor(def_sens); local
99 mSensors.add(to_add);
  /external/chromium/net/base/
x509_certificate_win.cc 425 PCCERT_CONTEXT to_add = NULL; local
433 &to_add) && to_add != NULL) {
439 results->insert(results->begin(), to_add);
    [all...]
  /external/chromium_org/chrome/browser/history/
history_backend.cc 2223 std::vector<chrome::FaviconBitmapData> to_add = favicon_bitmap_data; local
    [all...]
  /external/chromium_org/net/disk_cache/v3/
entry_impl_v3.cc 224 int to_add = std::max(required - current_size, kMaxBlockSize * 4); local
225 to_add = std::max(current_size, to_add);
226 required = std::min(current_size + to_add, limit);
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.cc 1039 syncer::ModelTypeSet to_add; local
    [all...]

Completed in 557 milliseconds

1 2