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

123

/external/chromium_org/components/dom_distiller/core/
H A Ddom_distiller_observer.h23 REMOVE enumerator in enum:dom_distiller::DomDistillerObserver::ArticleUpdate::UpdateType
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_change.cc26 DCHECK(type == REMOVE ? !profile : true);
36 (type() != REMOVE) ? *profile() == *change.profile() : true;
H A Dautofill_change.h25 REMOVE enumerator in enum:autofill::GenericAutofillChange::Type
60 // When |type| == REMOVE, |profile| should be NULL.
H A Dweb_data_service_unittest.cc251 AutofillChange(AutofillChange::REMOVE, AutofillKey(name1_, value1_))
280 AutofillChange(AutofillChange::REMOVE, AutofillKey(name1_, value1_)),
281 AutofillChange(AutofillChange::REMOVE, AutofillKey(name2_, value2_))
334 AutofillProfileChange::REMOVE, profile.guid(), NULL);
519 AutofillProfileChange::REMOVE, profile.guid(), NULL);
H A Dautofill_webdata_backend_impl.cc153 AutofillChange(AutofillChange::REMOVE, AutofillKey(name, value)));
227 AutofillProfileChange change(AutofillProfileChange::REMOVE, guid, NULL);
327 AutofillProfileChange change(AutofillProfileChange::REMOVE, *iter, NULL);
/external/chromium_org/ui/events/ozone/device/
H A Ddevice_event.h23 REMOVE, enumerator in enum:ui::DeviceEvent::ActionType
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
H A DPrettyPatch_test.rb14 REMOVE = 3
59 assert_equal(info[Info::REMOVE], $last_prettify_part_count["remove"], "Wrong number of 'remove' parts in " + description)
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_store_default.cc51 changes.push_back(PasswordStoreChange(PasswordStoreChange::REMOVE, form));
64 changes.push_back(PasswordStoreChange(PasswordStoreChange::REMOVE,
85 PasswordStoreChange(PasswordStoreChange::REMOVE, **it));
H A Dpassword_store_change.h19 REMOVE, enumerator in enum:password_manager::PasswordStoreChange::Type
H A Dpassword_store_default_unittest.cc168 PasswordStoreChange(PasswordStoreChange::REMOVE, *form),
H A Dtest_password_store.cc86 PasswordStoreChange(PasswordStoreChange::REMOVE, form));
/external/chromium_org/components/search_engines/
H A Dkeyword_table.h82 REMOVE, enumerator in enum:KeywordTable::OperationType
H A Dkeyword_web_data_service.cc58 KeywordTable::Operation(KeywordTable::REMOVE, data));
/external/guava/guava-tests/test/com/google/common/collect/
H A DConcurrentHashMultisetBasherTest.java142 case REMOVE: {
164 REMOVE, enum constant in enum:ConcurrentHashMultisetBasherTest.MutateTask.Operation
/external/pcre/dist/
H A Dar-lib200 func_at_file "${1#@}" -REMOVE "$archive"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
/external/chromium_org/chrome/browser/extensions/
H A Dinstall_verifier.h99 REMOVE // Remove one or more extensions. enumerator in enum:extensions::InstallVerifier::OperationType
H A Dinstall_verifier.cc317 new InstallVerifier::PendingOperation(InstallVerifier::REMOVE);
500 case REMOVE:
544 if (operation.type == InstallVerifier::REMOVE) {
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DDiskLruCache.java96 private static final String REMOVE = "REMOVE"; field in class:DiskLruCache
110 * REMOVE 335c4c6028171cfddfbaae1a9c313c52
124 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
125 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
131 * o REMOVE lines track entries that have been deleted.
286 if (firstSpace == REMOVE.length() && line.startsWith(REMOVE)) {
549 journalWriter.writeUtf8(REMOVE + ' ' + entry.key + '\n');
590 journalWriter.writeUtf8(REMOVE
[all...]
/external/chromium_org/net/cookies/
H A Dcookie_monster_store_test.h56 REMOVE, enumerator in enum:net::CookieStoreCommand::Type
/external/chromium_org/ui/events/ozone/device/udev/
H A Ddevice_manager_udev.cc176 action_type = DeviceEvent::REMOVE;
/external/linux-tools-perf/perf-3.12.0/arch/mn10300/lib/
H A Dmemcpy.S105 # TODO: REMOVE CHECK
H A Dmemset.S92 # TODO: REMOVE CHECK
/external/chromium_org/chrome/browser/extensions/api/web_request/
H A Dweb_request_api_unittest.cc754 REMOVE enumerator in enum:extensions::HeaderModificationTest_Modification::Type
867 case HeaderModificationTest_Modification::REMOVE:
1022 const HeaderModificationTest_Modification::Type REMOVE = member in namespace:extensions::__anon3863
1023 HeaderModificationTest_Modification::REMOVE;
1069 {2, REMOVE, "header1", NULL} },
1077 2, { {2, REMOVE, "header1", NULL},
1086 2, { {1, REMOVE, "header1", NULL},
1096 {1, REMOVE, "header1", NULL} },
1131 3, { {1, REMOVE, "header1", NULL},
1133 {2, REMOVE, "header
[all...]
/external/chromium_org/extensions/browser/api/declarative_webrequest/
H A Dwebrequest_action.cc300 modification->type = helpers::REMOVE;
306 modification->type == helpers::REMOVE) {
346 modification->type = helpers::REMOVE;
352 modification->type == helpers::REMOVE) {
1055 case helpers::REMOVE:
1108 case helpers::REMOVE:
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_x_unittest.cc147 password_manager::PasswordStoreChange::REMOVE, all_forms_[i]));
335 PasswordStoreChange(PasswordStoreChange::REMOVE, *form),

Completed in 3951 milliseconds

123