OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:replacements
(Results
226 - 250
of
556
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/chrome/browser/autocomplete/
keyword_provider.h
115
// keywords that support
replacements
is degraded.
/external/chromium/chrome/browser/
browser_url_handler.cc
54
url_canon::
Replacements
<char> repl;
/external/chromium/googleurl/src/
url_canon_internal.h
379
// Applies the
replacements
to the given component source. The component source
385
// |repl| (
replacements
) will be updated to reference those strings.
389
const
Replacements
<char>& repl,
410
const
Replacements
<char16>& repl,
/external/chromium/net/url_request/
url_request_throttler_manager.h
123
GURL::
Replacements
url_id_replacements_;
/external/chromium_org/chrome/browser/extensions/activity_log/
activity_log_policy.cc
101
url_canon::
Replacements
<char> url_sanitizer;
/external/chromium_org/chrome/browser/extensions/
extension_nacl_browsertest.cc
210
GURL::
Replacements
replace_host;
/external/chromium_org/chrome/browser/extensions/updater/
extension_downloader.cc
491
url_canon::
Replacements
<char>
replacements
;
local
493
replacements
.SetScheme(scheme.c_str(),
495
crx_url = crx_url.ReplaceComponents(
replacements
);
/external/chromium_org/chrome/browser/favicon/
favicon_handler.cc
101
GURL::
Replacements
replacements
;
local
102
replacements
.ClearRef();
103
return gurl.ReplaceComponents(
replacements
).spec();
/external/chromium_org/chrome/browser/net/
chrome_network_delegate.cc
151
GURL::
Replacements
replacements
;
152
replacements
.SetQueryStr(new_query);
153
*new_url = request->url().ReplaceComponents(
replacements
);
/external/chromium_org/chrome/browser/search_engines/
search_terms_data.h
23
// Returns the value to use for
replacements
of type GOOGLE_BASE_URL. This
/external/chromium_org/chrome/renderer/
chrome_render_view_observer.cc
103
GURL::
Replacements
replacements
;
local
104
replacements
.ClearRef();
105
return url.ReplaceComponents(
replacements
);
/external/chromium_org/chrome/tools/convert_dict/
aff_reader.h
49
replacements
() const {
function in class:convert_dict::AffReader
convert_dict.cc
123
writer.SetReplacements(aff_reader.
replacements
());
/external/chromium_org/chrome_frame/test/
chrome_frame_test_utils.cc
518
GURL::
Replacements
replacements
;
local
519
replacements
.ClearQuery();
520
gurl = gurl.ReplaceComponents(
replacements
);
/external/chromium_org/content/browser/
site_per_process_browsertest.cc
431
GURL::
Replacements
replace_host;
540
GURL::
Replacements
replace_host;
578
GURL::
Replacements
replace_host;
677
GURL::
Replacements
replace_host;
/external/chromium_org/content/public/common/
context_menu_params.h
111
// Suggested
replacements
for a misspelled word under the cursor.
/external/chromium_org/net/url_request/
url_request_job.cc
312
GURL::
Replacements
replacements
;
local
315
replacements
.SetRef(url.spec().data(),
317
new_location = new_location.ReplaceComponents(
replacements
);
url_request_throttler_manager.h
141
GURL::
Replacements
url_id_replacements_;
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
stringutil.h
76
// number of instances replaced.
Replacements
are not subject to re-matching.
/external/chromium_org/third_party/yasm/source/patched-yasm/m4/
lib-ld.m4
8
dnl with
replacements
s/AC_/AC_LIB/ and s/lt_cv/acl_cv/ to avoid collision
/external/chromium_org/tools/clang/scripts/
test_tool.py
61
# run_tools.py will skip them when applying
replacements
.
/external/chromium_org/url/
url_canon_internal.h
361
// Applies the
replacements
to the given component source. The component source
367
// |repl| (
replacements
) will be updated to reference those strings.
371
const
Replacements
<char>& repl,
392
const
Replacements
<base::char16>& repl,
/external/compiler-rt/lib/asan/
asan_flags.h
48
// If set, uses custom wrappers and
replacements
for libc string functions
/external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer.h
21
// Instead, Symbolizer code should use their
replacements
, defined in
/external/libexif/auto-m4/
lib-ld.m4
10
dnl with
replacements
s/AC_/AC_LIB/ and s/lt_cv/acl_cv/ to avoid collision
Completed in 669 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>