HomeSort by relevance Sort by last modified time
    Searched refs:modification (Results 1 - 25 of 1997) 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 179 NullableEquals(a->modification.get(), b->modification.get());
193 NullableEquals(a->modification.get(), b->modification.get());
224 net::HttpRequestHeaders::Iterator modification(
226 while (modification.GetNext()) {
227 std::string line = modification.name() + ": " + modification.value();
569 if ((*mod)->type != ADD || !(*mod)->modification.get())
571 std::string* new_name = (*mod)->modification->name.get()
    [all...]
web_request_api_unittest.cc 765 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_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_action.cc 290 linked_ptr<RequestCookieModification> modification(
293 // Get modification type.
295 modification->type = helpers::ADD;
297 modification->type = helpers::EDIT;
299 modification->type = helpers::REMOVE;
304 if (modification->type == helpers::EDIT ||
305 modification->type == helpers::REMOVE) {
308 modification->filter = ParseRequestCookie(filter);
312 if (modification->type == helpers::ADD) {
315 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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
JDWPEventModifierTestCase.java 184 boolean modification) {
186 if (modification) {
  /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/
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
  /external/chromium_org/v8/test/mjsunit/
api-call-after-bypassed-exception.js 3 // modification, are permitted provided that the following conditions are
apply-arguments-gc-safepoint.js 3 // modification, are permitted provided that the following conditions are

Completed in 1079 milliseconds

1 2 3 4 5 6 7 8 91011>>