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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/text/
LoginFilter.java 62 SpannableStringBuilder modification = null; local
74 if (modification == null) {
75 modification = new SpannableStringBuilder(source, start, end);
79 modification.delete(modoff, modoff + 1);
97 return modification;
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_helpers.cc 178 NullableEquals(a->modification.get(), b->modification.get());
192 NullableEquals(a->modification.get(), b->modification.get());
223 net::HttpRequestHeaders::Iterator modification(
225 while (modification.GetNext()) {
226 std::string line = modification.name() + ": " + modification.value();
558 if ((*mod)->type != ADD || !(*mod)->modification.get())
560 std::string* new_name = (*mod)->modification->name.get()
    [all...]
web_request_api_unittest.cc 763 HeaderModificationTest_Modification modification[10]; member in struct:extensions::HeaderModificationTest
    [all...]
web_request_api_helpers.h 104 scoped_ptr<RequestCookie> modification; member in struct:extension_web_request_api_helpers::RequestCookieModification
119 scoped_ptr<ResponseCookie> modification; member in struct:extension_web_request_api_helpers::ResponseCookieModification
132 // Contains the modification an extension wants to perform on an event.
152 // Headers that were added to the response. A modification of a header
197 // that commanded a modification, the installation time of this extension (used
  /external/chromium/chrome/browser/history/
visit_database_unittest.cc 143 VisitRow modification(original);
144 modification.url_id = 2;
145 modification.transition = PageTransition::TYPED;
146 modification.visit_time = Time::Now() + TimeDelta::FromDays(1);
147 modification.referring_visit = 9292;
148 modification.is_indexed = true;
149 UpdateVisitRow(modification);
154 EXPECT_TRUE(IsVisitInfoEqual(modification, final));
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_action.cc 253 linked_ptr<RequestCookieModification> modification(
256 // Get modification type.
258 modification->type = helpers::ADD;
260 modification->type = helpers::EDIT;
262 modification->type = helpers::REMOVE;
267 if (modification->type == helpers::EDIT ||
268 modification->type == helpers::REMOVE) {
271 modification->filter = ParseRequestCookie(filter);
275 if (modification->type == helpers::ADD) {
278 modification->modification = ParseRequestCookie(value)
    [all...]
  /external/chromium_org/chrome/browser/history/
visit_database_unittest.cc 145 VisitRow modification(original);
146 modification.url_id = 2;
147 modification.transition = content::PAGE_TRANSITION_TYPED;
148 modification.visit_time = Time::Now() + TimeDelta::FromDays(1);
149 modification.referring_visit = 9292;
150 UpdateVisitRow(modification);
155 EXPECT_TRUE(IsVisitInfoEqual(modification, final));
  /external/chromium/android/
generateAndroidForwardingHeader.pl 6 # modification, are permitted provided that the following conditions
35 * modification, are permitted provided that the following conditions
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
sce1.asm 22 ; if we didn't make this modification,
sce3.asm 22 ; if we didn't make this modification,
  /external/chromium_org/v8/samples/
count-hosts.js 3 // modification, are permitted provided that the following conditions are
  /external/chromium_org/v8/test/intl/break-iterator/
wellformed-unsupported-locale.js 3 // modification, are permitted provided that the following conditions are
  /external/chromium_org/v8/test/intl/collator/
wellformed-unsupported-locale.js 3 // modification, are permitted provided that the following conditions are
  /external/chromium_org/v8/test/intl/date-format/
utils.js 3 // modification, are permitted provided that the following conditions are
wellformed-unsupported-locale.js 3 // modification, are permitted provided that the following conditions are
  /external/chromium_org/v8/test/intl/number-format/
wellformed-unsupported-locale.js 3 // modification, are permitted provided that the following conditions are
  /external/chromium_org/v8/test/intl/
utils.js 3 // modification, are permitted provided that the following conditions are
  /external/chromium_org/v8/test/message/
isvar.js 3 // modification, are permitted provided that the following conditions are
overwritten-builtins.js 3 // modification, are permitted provided that the following conditions are
paren_in_arg_string.js 3 // modification, are permitted provided that the following conditions are
single-function-literal.js 3 // modification, are permitted provided that the following conditions are
try-catch-finally-no-message.js 3 // modification, are permitted provided that the following conditions are
try-catch-finally-return-in-finally.js 3 // modification, are permitted provided that the following conditions are
try-finally-return-in-finally.js 3 // modification, are permitted provided that the following conditions are
  /external/chromium_org/v8/test/message/regress/
regress-1527.js 3 // modification, are permitted provided that the following conditions are

Completed in 2656 milliseconds

1 2 3 4 5 6 7 8 91011>>