Searched refs:REMOVE (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium/base/allocator/
H A Dprep_libc.sh37 LIB /NOLOGO /IGNORE:4006,4014,4221 /REMOVE:${LIBCMTSRCPATHVS2005}${FILE} $OUTCMT
38 LIB /NOLOGO /IGNORE:4006,4014,4221 /REMOVE:${LIBCMTSRCPATHVS2008}${FILE} $OUTCMT
/external/chromium/chrome/browser/webdata/
H A Dautofill_change.cc23 DCHECK(type == REMOVE ? !profile : true);
33 (type() != REMOVE) ? *profile() == *change.profile() : true;
41 DCHECK(type == REMOVE ? !credit_card : true);
51 (type() != REMOVE) ? *credit_card() == *change.credit_card() : true;
H A Dautofill_change.h22 REMOVE enumerator in enum:GenericAutofillChange::__anon1934
55 // When |type| == REMOVE, |profile| should be NULL.
76 // When |type| == REMOVE, |credit_card| should be NULL.
H A Dweb_data_service_unittest.cc206 AutofillChange(AutofillChange::REMOVE, AutofillKey(name1_, value1_))
238 AutofillChange(AutofillChange::REMOVE, AutofillKey(name1_, value1_)),
239 AutofillChange(AutofillChange::REMOVE, AutofillKey(name2_, value2_))
302 AutofillProfileChange::REMOVE, profile.guid(), NULL);
422 AutofillCreditCardChange::REMOVE, credit_card.guid(), NULL);
533 AutofillProfileChange::REMOVE, profile.guid(), NULL);
544 AutofillCreditCardChange::REMOVE, credit_card.guid(), NULL);
H A Dweb_data_service.cc996 changes.push_back(AutofillChange(AutofillChange::REMOVE,
1088 AutofillProfileChange change(AutofillProfileChange::REMOVE, guid, NULL);
1124 AutofillProfileChange change(AutofillProfileChange::REMOVE,
1227 AutofillCreditCardChange change(AutofillCreditCardChange::REMOVE,
1263 AutofillProfileChange change(AutofillProfileChange::REMOVE, *iter,
1273 AutofillCreditCardChange change(AutofillCreditCardChange::REMOVE,
H A Dautofill_table_unittest.cc45 case AutofillChange::REMOVE: {
46 os << "REMOVE";
257 AutofillChange(AutofillChange::REMOVE,
260 AutofillChange(AutofillChange::REMOVE,
263 AutofillChange(AutofillChange::REMOVE,
266 AutofillChange(AutofillChange::REMOVE,
383 EXPECT_EQ(AutofillChange(AutofillChange::REMOVE,
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/
H A Dbuild.com68 $ REMOVE = "delete_/noConfirm/noLog"
88 $ if f$search("y_tab.%").nes."" then 'REMOVE' y_tab.%;*
94 $ 'REMOVE' y_tab.c;*
150 $ 'REMOVE' scan.chk;*
/external/chromium/chrome/browser/password_manager/
H A Dpassword_store_change.h18 REMOVE, enumerator in enum:PasswordStoreChange::Type
H A Dpassword_store_default.cc152 changes.push_back(PasswordStoreChange(PasswordStoreChange::REMOVE, form));
168 changes.push_back(PasswordStoreChange(PasswordStoreChange::REMOVE,
H A Dpassword_store_x.cc64 changes.push_back(PasswordStoreChange(PasswordStoreChange::REMOVE, form));
86 changes.push_back(PasswordStoreChange(PasswordStoreChange::REMOVE,
H A Dpassword_store_default_unittest.cc501 PasswordStoreChange(PasswordStoreChange::REMOVE, *form),
H A Dpassword_store_mac.cc837 changes.push_back(PasswordStoreChange(PasswordStoreChange::REMOVE, form));
869 changes.push_back(PasswordStoreChange(PasswordStoreChange::REMOVE,
H A Dpassword_store_x_unittest.cc581 PasswordStoreChange(PasswordStoreChange::REMOVE, *form),
/external/chromium/chrome/browser/chromeos/login/
H A Dsigned_settings_helper.cc107 REMOVE, enumerator in enum:chromeos::__anon1118::WhitelistOpContext::Type
130 case REMOVE:
151 case REMOVE:
360 add_to_whitelist ? WhitelistOpContext::ADD : WhitelistOpContext::REMOVE,
/external/chromium/net/base/
H A Dcookie_monster_store_test.h23 REMOVE, enumerator in enum:net::CookieStoreCommand::Type
H A Dcookie_monster_unittest.cc846 EXPECT_EQ(CookieStoreCommand::REMOVE, store->commands()[1].type);
861 EXPECT_EQ(CookieStoreCommand::REMOVE, store->commands()[3].type);
876 EXPECT_EQ(CookieStoreCommand::REMOVE, store->commands()[5].type);
908 EXPECT_EQ(CookieStoreCommand::REMOVE, store->commands()[1].type);
1356 EXPECT_EQ(CookieStoreCommand::REMOVE, store->commands()[2].type);
1364 EXPECT_EQ(CookieStoreCommand::REMOVE, store->commands()[4].type);
1468 EXPECT_EQ(CookieStoreCommand::REMOVE, store->commands()[0].type);
1469 EXPECT_EQ(CookieStoreCommand::REMOVE, store->commands()[1].type);
1470 EXPECT_EQ(CookieStoreCommand::REMOVE, store->commands()[2].type);
1471 EXPECT_EQ(CookieStoreCommand::REMOVE, stor
[all...]
H A Dcookie_monster_store_test.cc51 CookieStoreCommand(CookieStoreCommand::REMOVE, cookie));
/external/valgrind/tsan/
H A Ddense_multimap.h42 enum RemoveEnum {REMOVE}; enumerator in enum:DenseMultimap::RemoveEnum
H A Dthread_sanitizer_test.cc250 Map m8(m7, Map::REMOVE, 1);
254 Map m9(m8, Map::REMOVE, 1);
/external/chromium/chrome/browser/sync/glue/
H A Dautofill_profile_change_processor.cc130 DCHECK(change->type() == AutofillProfileChange::REMOVE || change->profile());
151 case AutofillProfileChange::REMOVE: {
H A Dpassword_change_processor.cc104 case PasswordStoreChange::REMOVE: {
H A Dautofill_change_processor.cc161 case AutofillChange::REMOVE: {
/external/chromium/net/disk_cache/
H A Drankings.cc23 REMOVE enumerator in enum:__anon2158::Operation
326 Transaction lock(control_data_, node->address(), REMOVE, list);
632 } else if (REMOVE == control_data_->operation) {
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.cc117 REMOVE, enumerator in enum:TabStripGtk::TabAnimation::Type
322 : TabAnimation(tabstrip, REMOVE),
1290 active_animation_->type() == TabAnimation::REMOVE &&
/external/bluetooth/glib/tests/
H A Dqueue-test.c204 PEEK_NTH, INDEX, REMOVE, REMOVE_ALL, enumerator in enum:__anon703
502 case REMOVE:

Completed in 390 milliseconds

12